You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- echo "Use this command from [test-infra-definitions](https://github.com/DataDog/test-infra-definitions) to manually test this PR changes on a VM:" >> "$messagefile"
@@ -98,15 +98,16 @@ notify_gitlab_ci_changes:
98
98
needs: [compute_gitlab_ci_config]
99
99
tags: ["arch:amd64"]
100
100
rules:
101
+
- !reference[.except_mergequeue]
101
102
- changes:
102
103
paths:
103
104
- .gitlab-ci.yml
104
105
- .gitlab/**/*.yml
105
106
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
106
107
script:
107
108
# Python 3.12 changes default behavior how packages are installed.
108
-
# In particular, --break-system-packages command line option is
109
-
# required to use the old behavior or use a virtual env. https://github.com/actions/runner-images/issues/8615
109
+
# In particular, --break-system-packages command line option is
110
+
# required to use the old behavior or use a virtual env. https://github.com/actions/runner-images/issues/8615
0 commit comments