Skip to content

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Oct 24, 2024
1 parent 4351df8 commit f91a521
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ default:
- api_failure

# Change path for "dynamic" generation of the pipeline
.on_config_files: &on_config_files
.on_config_files:
changes:
paths:
- .awsconfig
Expand All @@ -89,7 +89,7 @@ default:
- tasks/**
compare_to: 'main'

.on_python_setup: &on_python_setup
.on_python_setup:
changes:
paths:
- python-packages-versions.txt
Expand All @@ -99,7 +99,7 @@ default:
- setup_python.sh
compare_to: 'main'

.manual: &manual
.manual:
- when: manual
allow_failure: true

Expand Down Expand Up @@ -332,13 +332,13 @@ build_system-probe_x64:
build_system-probe_arm64:
extends: [.build, .arm]
rules:
- <<: *on_config_files
- <<: *on_python_setup
- !reference [.on_config_files]
- !reference [.on_python_setup]
- changes:
paths:
- system-probe_arm64/**
compare_to: 'main'
- <<: *manual
- !reference [.manual]
variables:
DOCKERFILE: system-probe_arm64/Dockerfile
IMAGE: system-probe_arm64
Expand Down Expand Up @@ -586,7 +586,7 @@ push_to_datadog_agent:
build_windows_1809_x64:
extends: .winbuild
rules:
- <<: *on_config_files
- !reference [.on_config_files]
- changes:
paths:
- go.env
Expand All @@ -596,7 +596,7 @@ build_windows_1809_x64:
- python-packages-versions.txt
- windows/**
compare_to: 'main'
- <<: *manual
- !reference [.manual]
tags: ["runner:windows-docker", "windowsversion:1809"]
variables:
DOCKERFILE: windows/Dockerfile
Expand Down

0 comments on commit f91a521

Please sign in to comment.