-
Notifications
You must be signed in to change notification settings - Fork 52
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
refactor(RELEASE-1191): use simple-signing-pipeline for irs #723
base: development
Are you sure you want to change the base?
Conversation
If this works then we know we can use git resolvers in internal request pipelineruns |
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.
Let's see if e2e works with this.
e2e error: |
edcad3b
to
d114e3c
Compare
New changes are detected. LGTM label has been removed. |
This commit modifies the signing tasks that create InternalRequests. It changes them to use `simple-signing-pipeline` instead of `hacbs-signing-pipeline`. The former is our copy of the latter. This gives us more control over the pipeline. Signed-off-by: Johnny Bieren <jbieren@redhat.com>
d114e3c
to
105abc2
Compare
@johnbieren: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service-catalog:konflux-e2e-tests-catalog-r25vp |
/retest |
This commit modifies the signing tasks that create InternalRequests. It changes them to use
simple-signing-pipeline
instead ofhacbs-signing-pipeline
. The former is our copy of the latter. This gives us more control over the pipeline.