Skip to content
Snippets Groups Projects
Commit 124e791e authored by Craig Miskell's avatar Craig Miskell
Browse files

Merge branch 'an/2024-11-05-formerly-actual-walleye' into 'main'

chore: Add integration test requirement for Ansible Galaxy major version updates

See merge request gitlab-com/gl-infra/common-ci-tasks!818
parents 8df63f33 d29aed06
No related branches found
No related tags found
No related merge requests found
Pipeline #23681671 failed
Loading
Loading
@@ -96,6 +96,34 @@
"prBodyNotes": [
":warning: :warning: See https://gitlab.com/gitlab-com/gl-infra/gitlab-dedicated/team/-/issues/3815 for details on how this upgrade breaks Instrumentor. :warning: :warning:"
]
},
{
"description": "Major ansible-galaxy dependencies require an integration test",
"matchDepTypes": [
"ansible-galaxy"
],
"matchUpdateTypes": [
"major"
],
"addLabels": [
"renovate-upgrade-requires-integration-test"
],
"prBodyNotes": [
":warning: Ansible Galaxy major version update. Please perform a review app deployment to ensure that upgrade works as expected."
]
},
{
"description": "Non-major ansible-galaxy dependencies require a changelog review",
"matchDepTypes": [
"ansible-galaxy"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"prBodyNotes": [
"**NOTE**: Non-major Ansible Galaxy version update. Please perform a careful review of the changelog and consider running a full-integration test if necessary."
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment