-
Notifications
You must be signed in to change notification settings - Fork 137
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
feat(RELEASE-983): add e2e tests for push-binaries-to-dev-portal #1262
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
3a73a5d
to
02e76cf
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
02e76cf
to
5841896
Compare
842de49
to
c370fb2
Compare
/test all |
/test redhat-appstudio-e2e |
c370fb2
to
8831f0a
Compare
8831f0a
to
90c109f
Compare
/test redhat-appstudio-e2e |
90c109f
to
2630658
Compare
Expect(err).NotTo(HaveOccurred()) | ||
}) | ||
|
||
It("verifies release CR completed and set succeeded.", func() { |
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 should probably talk about if there is another check we can do for success in addition to the release CR succeeding (like we do in many other tests)
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.
I asked developers if more checks are needed and didn't get a suggestion. Maybe add some checks about the message in the log of the tasks?
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.
If it is a slack thread, can you send it to me? It isn't always possible, but I think it is much better when we have some test specific check after the release pipelineRun to ensure what we expected to happen actually happened and we didn't just hit some exit 0
edge case early in the run
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.
It's in this thread. Anyway, I added some check about the output from some important action in the "publish-to-cgw" task and will add similar check from "push-to-cdn" when can it run successfully.
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.
Hmm, that link doesn't work for me
01a9bfd
to
ba45a4a
Compare
@jinqi7 based on discussions on slack today, maybe this should be moved to draft until we figure out the push-to-cdn thing |
ba45a4a
to
8e0832f
Compare
/test redhat-appstudio-e2e |
Expect(err).NotTo(HaveOccurred()) | ||
}) | ||
|
||
It("verifies release CR completed and set succeeded.", func() { |
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.
Hmm, that link doesn't work for me
8e0832f
to
052135e
Compare
/retest |
Signed-off-by: Jing Qi <[email protected]>
052135e
to
6f568a4
Compare
/retest |
1 similar comment
/retest |
@jinqi7: The following test finished. In case the test failed, say /retest to rerun all failed tests:
To inspect your test artifacts, ensure you have installed ORAS on your local machine. To inspect all test artifacts, execute: mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-qe-incubator/konflux-qe-oci-storage:konflux-e2e-86sv9-2d4l8 For instructions on how to install ORAS, please refer to the ORAS installation guide. |
@jinqi7: The following test finished, in case test failed say /retest to rerun all failed tests:
To inspect your test artifacts make sure you have installed ORAS in your local machine. To inspect all test artifacts execute: mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-qe-incubator/konflux-qe-oci-storage:konflux-e2e-86sv9-2d4l8 For instructions on how to install ORAS, please refer to the ORAS installation guide. |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Issue ticket number and link
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: