-
Notifications
You must be signed in to change notification settings - Fork 202
chore(e2e): add e2e tests for software template versioning #3189
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
chore(e2e): add e2e tests for software template versioning #3189
Conversation
The image is available at: |
804b4ff
to
40b17ff
Compare
The image is available at: |
/retest |
40b17ff
to
21bad9f
Compare
/retest |
826e4b7
to
f17fb6d
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
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.
Thanks @PatAKnight, looks great.
The annotator actions are passing on the e2e runs:
/lgtm
/approve
f17fb6d
to
42b76e0
Compare
The image is available at: |
/retest |
42b76e0
to
1b121e5
Compare
/cherry-pick release-1.7 |
@PatAKnight: once the present PR merges, I will cherry-pick it on top of In response to this:
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. |
/retest |
3 similar comments
/retest |
/retest |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndrienkoAleksandr, dzemanov, gustavolira The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1b121e5
to
6358ca4
Compare
New changes are detected. LGTM label has been removed. |
The image is available at: |
/retest |
6358ca4
to
40bf15b
Compare
The image is available at: |
40bf15b
to
5765deb
Compare
The image is available at: |
/retest |
2 similar comments
/retest |
/retest |
5765deb
to
4d05b3c
Compare
The image is available at: |
Signed-off-by: Patrick <[email protected]>
…onent Signed-off-by: Patrick <[email protected]>
Signed-off-by: Patrick <[email protected]>
Signed-off-by: Patrick <[email protected]>
4d05b3c
to
828f628
Compare
/retest |
c0a8a45
into
redhat-developer:main
@PatAKnight: new pull request created: #3301 In response to this:
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. |
…veloper#3189) * chore(e2e): add e2e tests for software template versioning Signed-off-by: Patrick <[email protected]> * chore(e2e): fix issue in referencing the template instead of the component Signed-off-by: Patrick <[email protected]> * chore(e2e): switch the order of the tests Signed-off-by: Patrick <[email protected]> * chore(e2e): fix failing adoption insights test Signed-off-by: Patrick <[email protected]> --------- Signed-off-by: Patrick <[email protected]>
Description
Adds tests for the recent introduction of the
backstage.io/template-version
annotation. Templates are now able to enhance entities with versioning information.Also, renames the
catalog-scaffolded-from-Link
tests toscaffolder-backend-module-annotator
to better reflect the full test suite. The tests are no longer focused solely on the link and are now focus on the ability to label, annotate, and version software templates.I also updated the scaffolder template link from the Janus QE repo to the community plugins repo
Finally, fixes an issue with referencing the wrong file name for the original catalog scaffolded from link tests.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer