-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Update release workflow #319
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helayoty
force-pushed
the
helayoty/update-workflows
branch
4 times, most recently
from
March 26, 2024 20:35
3bcb209
to
e99100e
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 20:36
e99100e
to
13ca552
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 20:39
13ca552
to
141ca3c
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 20:41
141ca3c
to
b76af5a
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:08
b76af5a
to
69aa3e2
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:13
69aa3e2
to
fd9dbb2
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:17
fd9dbb2
to
e538db5
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:20
e538db5
to
4299b8f
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:22
4299b8f
to
66b62fc
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:25
66b62fc
to
45b5db2
Compare
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:27
45b5db2
to
fb98de0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
+ Coverage 61.71% 63.87% +2.16%
==========================================
Files 14 14
Lines 1191 1301 +110
==========================================
+ Hits 735 831 +96
- Misses 418 432 +14
Partials 38 38 ☔ View full report in Codecov by Sentry. |
helayoty
force-pushed
the
helayoty/update-workflows
branch
from
March 26, 2024 21:42
fb98de0
to
96a11dd
Compare
Fei-Guo
reviewed
Mar 28, 2024
Signed-off-by: Heba Elayoty <[email protected]>
Signed-off-by: Heba Elayoty <[email protected]>
Signed-off-by: Heba Elayoty <[email protected]>
ishaansehgal99
approved these changes
Mar 28, 2024
ishaansehgal99
approved these changes
Mar 28, 2024
Fei-Guo
approved these changes
Mar 29, 2024
helayoty
added a commit
that referenced
this pull request
Mar 29, 2024
**Reason for Change**: - Automate the release workflow. - Use [Reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows#reusable-workflows-and-starter-workflows) instead of workflow_dispatch. This will enhance the usability of e2e pipeline. - Remove unnecessary jobs. - Fix goreleaser to pick the current tag. - Add option to update k8s version for upcoming pipelines. **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: <!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next line. --> **Notes for Reviewers**: --------- Signed-off-by: Heba Elayoty <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for Change:
Requirements
Issue Fixed:
Notes for Reviewers: