-
Notifications
You must be signed in to change notification settings - Fork 6
Remove duplicated e2e_*_smoke_release
variants.
#110
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
base: master
Are you sure you want to change the base?
Conversation
bfe0c8c
to
6d474e2
Compare
@@ -230,8 +230,8 @@ github_checks_aliases: | |||
# Triggered on git tag | |||
git_tag_aliases: | |||
- git_tag: "^(\\d+\\.)?(\\d+\\.)?(\\d+)$" | |||
variant_tags: [ "release" ] | |||
task_tags: [ "image_release", "image_preflight", "openshift_bundles", "code_snippets" ] | |||
variant_tags: [ "release", "e2e_smoke_release_test_suite" ] |
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.
Is my understanding correct that the release can be started without depending on successful e2e 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.
yes, e2e_smoke_release_test_suite
variant is only depending on init_test_run
and nothing will block other release tasks to run
variant_tags: [ "release" ] | ||
task_tags: [ "image_release", "image_preflight", "openshift_bundles", "code_snippets" ] | ||
variant_tags: [ "release", "e2e_smoke_release_test_suite" ] | ||
task_tags: [ "image_release", "image_preflight", "openshift_bundles", "code_snippets", "patch-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.
Why does this now include patch-run
task tags?
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.
patch-run
is required because e2e_smoke_release_test_suite
variant has tasks with that tag. It will only add tasks matching variant e2e_smoke_release_test_suite
and not all e2e tests
@MaciejKaras Please ask @nammn or @mircea-cosbuc for a peer review too. I don't feel very confident reviewing this change. |
Added `e2e_*_smoke_release` to `git_tag_aliases`
92605b1
to
3a6b3c2
Compare
Summary
Added
e2e_*_smoke_release
togit_tag_aliases
Proof of Work
e2e_*_smoke
tasks are part of https://spruce.mongodb.com/version/682321bcc5dd2f0007539fd0/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESCChecklist
Reminder (Please remove this when merging)