|
1 | 1 | --- |
2 | | - |
3 | 2 | # Condition mixins for simplification of rules, needed in the include rules so must be defined first |
4 | 3 | .if_run_all_e2e_tests: &if_run_all_e2e_tests |
5 | 4 | if: $RUN_E2E_TESTS == "on" |
|
20 | 19 | if: $DEPLOY_AGENT == "true" || $DDR_WORKFLOW_ID != null |
21 | 20 |
|
22 | 21 | # Windows-specific Go source files, pkg/, and cmd/ (27 paths), need to be splitted because Gitlab has a limit to 50 paths in a single rule |
23 | | -.windows_path: &windows_path |
24 | | - # Windows-specific Go source files (by filename convention) |
| 22 | +.windows_path: &windows_path # Windows-specific Go source files (by filename convention) |
25 | 23 | - "**/*_windows.go" |
26 | 24 |
|
27 | 25 | # Windows-specific packages in pkg/ |
|
62 | 60 | - bazel/**/* |
63 | 61 |
|
64 | 62 | # Windows-specific comp/, tools, omnibus, containers, tasks, and cross-cutting paths |
65 | | -.windows_path_2: &windows_path_2 |
66 | | - # Windows-specific comp/ components |
| 63 | +.windows_path_2: &windows_path_2 # Windows-specific comp/ components |
67 | 64 | - comp/systray/**/* |
68 | 65 | - comp/updater/**/* |
69 | 66 | - comp/checks/agentcrashdetect/**/* |
@@ -268,21 +265,21 @@ variables: |
268 | 265 | # Build images versions |
269 | 266 | # To use images from datadog-agent-buildimages dev branches, set the corresponding |
270 | 267 | # SUFFIX variable to |
271 | | - CI_IMAGE_BTF_GEN: v119060732-b96df210 |
| 268 | + CI_IMAGE_BTF_GEN: v120692793-bcaaf163 |
272 | 269 | CI_IMAGE_BTF_GEN_SUFFIX: "" |
273 | | - CI_IMAGE_DOCKER_X64: v119060732-b96df210 |
| 270 | + CI_IMAGE_DOCKER_X64: v120692793-bcaaf163 |
274 | 271 | CI_IMAGE_DOCKER_X64_SUFFIX: "" |
275 | | - CI_IMAGE_DOCKER_ARM64: v119060732-b96df210 |
| 272 | + CI_IMAGE_DOCKER_ARM64: v120692793-bcaaf163 |
276 | 273 | CI_IMAGE_DOCKER_ARM64_SUFFIX: "" |
277 | | - CI_IMAGE_GITLAB_AGENT_DEPLOY: v119060732-b96df210 |
| 274 | + CI_IMAGE_GITLAB_AGENT_DEPLOY: v120692793-bcaaf163 |
278 | 275 | CI_IMAGE_GITLAB_AGENT_DEPLOY_SUFFIX: "" |
279 | | - CI_IMAGE_LINUX: v119060732-b96df210 |
| 276 | + CI_IMAGE_LINUX: v120692793-bcaaf163 |
280 | 277 | CI_IMAGE_LINUX_SUFFIX: "" |
281 | | - CI_IMAGE_RPM_X64: v119060732-b96df210 |
| 278 | + CI_IMAGE_RPM_X64: v120692793-bcaaf163 |
282 | 279 | CI_IMAGE_RPM_X64_SUFFIX: "" |
283 | | - CI_IMAGE_RPM_ARM64: v119060732-b96df210 |
| 280 | + CI_IMAGE_RPM_ARM64: v120692793-bcaaf163 |
284 | 281 | CI_IMAGE_RPM_ARM64_SUFFIX: "" |
285 | | - CI_IMAGE_RPM_ARMHF: v119060732-b96df210 |
| 282 | + CI_IMAGE_RPM_ARMHF: v120692793-bcaaf163 |
286 | 283 | CI_IMAGE_RPM_ARMHF_SUFFIX: "" |
287 | 284 | CI_IMAGE_WIN_LTSC2022_X64: v119060732-b96df210 |
288 | 285 | CI_IMAGE_WIN_LTSC2022_X64_SUFFIX: "" |
@@ -420,7 +417,6 @@ variables: |
420 | 417 | .if_installer_tests: &if_installer_tests |
421 | 418 | if: ($CI_COMMIT_BRANCH == "main" || $DEPLOY_AGENT == "true" || $RUN_E2E_TESTS == "on" || $DDR_WORKFLOW_ID != null) && $RUN_E2E_TESTS != "off" |
422 | 419 |
|
423 | | - |
424 | 420 | # When RUN_E2E_TESTS is set to "auto". We do not enforce a behavior for the tests. |
425 | 421 | # The behavior of each test will be defined by its rules. |
426 | 422 | # For example for new-e2e tests created by each team, here is an example of such rules: https://github.com/DataDog/datadog-agent/blob/ba7079d92077ab5898378594dcafb9cd88a77e57/.gitlab-ci.yml#L1160-L1167 |
@@ -693,7 +689,6 @@ workflow: |
693 | 689 | when: manual |
694 | 690 | allow_failure: true |
695 | 691 |
|
696 | | - |
697 | 692 | .on_main_or_release_branch_or_deploy_always: |
698 | 693 | - <<: *if_deploy |
699 | 694 | when: always |
|
0 commit comments