-
Notifications
You must be signed in to change notification settings - Fork 11
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
ROX-27350: Use trusted tasks #1742
Conversation
Skipping CI for Draft Pull Request. |
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
cdbee6c
to
6914faa
Compare
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
13e98e6
to
fa545b5
Compare
/retest |
/retest scanner-on-push |
/retest |
789a5b8
to
494eae9
Compare
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
494eae9
to
2dcfbd5
Compare
/retest scanner-slim-on-push |
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
and add notes to later unify with the StackRox one. Scanner can be unified with Collector thanks to stackrox/scanner#1742 It could be that the ultimate unification will come in https://issues.redhat.com/browse/ROX-26026 but I created a new task anyway.
in order to match the setup in other repositories and to be able to re-use shared tasks.
/retest scanner-db-on-push |
/retest scanner-db-on-push |
by using the bundle from stackrox/konflux-tasks#9
93df9a1
to
af2a4dc
Compare
/retest scanner-on-push |
/retest scanner-slim-on-push |
/retest scanner-on-push |
/retest scanner-on-push |
/retest scanner-slim-on-push |
/retest scanner-slim-on-push |
@msugakov: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
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 with one thought for the future.
@@ -16,19 +16,19 @@ ENV CI=1 | |||
COPY . /src | |||
WORKDIR /src | |||
|
|||
RUN scripts/konflux/fail-build-if-git-is-dirty.sh | |||
RUN .konflux/scripts/fail-build-if-git-is-dirty.sh |
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.
We have this script in three different repositories. Can we run it as a separate task before build-container
?
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.
Good idea to remove it from repos. Eventually this script only needed in determine-image-tag
task.
https://issues.redhat.com/browse/ROX-27480 is to follow up about moving fetch script.