-
Notifications
You must be signed in to change notification settings - Fork 211
feat(build): add support for [skip-build] tag to conditionally skip builds #2922
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
Conversation
|
The image is available at: |
nickboldt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
The image is available at: |
|
The image is available at: |
…uilds Signed-off-by: Gustavo Lira <guga.java@gmail.com>
…uilds Signed-off-by: Gustavo Lira <guga.java@gmail.com>
…uilds Signed-off-by: Gustavo Lira <guga.java@gmail.com>
…uilds Signed-off-by: Gustavo Lira <guga.java@gmail.com>
|
The image is available at: |
…uilds Signed-off-by: Gustavo Lira <guga.java@gmail.com>
|
The image is available at: |
nickboldt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The image is available at: |
…uilds (redhat-developer#2922) * feat(build): add support for [skip-build] tag to conditionally skip builds Signed-off-by: Gustavo Lira <guga.java@gmail.com> * feat(build): add support for [skip-build] tag to conditionally skip builds Signed-off-by: Gustavo Lira <guga.java@gmail.com> * feat(build): add support for [skip-build] tag to conditionally skip builds Signed-off-by: Gustavo Lira <guga.java@gmail.com> * feat(build): add support for [skip-build] tag to conditionally skip builds Signed-off-by: Gustavo Lira <guga.java@gmail.com> * feat(build): add support for [skip-build] tag to conditionally skip builds Signed-off-by: Gustavo Lira <guga.java@gmail.com> --------- Signed-off-by: Gustavo Lira <guga.java@gmail.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
feat: add [skip-build] tag support to skip unnecessary builds
Description
This PR introduces a new feature to skip the image build step using a commit message tag.
Changes:
[skip-build]tag in commit messages to skip the image build stepis_skippedoutput to the check-image-and-changes action[skip-build]anywhere in the messageExample usage:
git commit -m "feat: update e2e tests [skip-build]"This change provides more flexibility by:
Note: The e2e tests will still run even when the build is skipped.
Which issue(s) does this PR fix
https://issues.redhat.com/browse/RHIDP-7641
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer
[skip-build]to the commit message