Skip to content

Commit fa666d3

Browse files
authored
ci: update system tests version pin (#18403)
## Description Update system tests version, to skip flaky system test: DataDog/system-tests#7061 ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: federico.mon <federico.mon@datadoghq.com>
1 parent 5a60b6a commit fa666d3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
serverless-system-tests:
9696
needs: [serverless-system-tests-build-layer]
9797
# Automatically managed, use scripts/update-system-tests-version to update
98-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@a374e76a2f2b2382adf386e40e14c882a48c8541
98+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@16f17557c29a294334d1f5a47e4cb6b3ce45f31d
9999
secrets: inherit
100100
with:
101101
library: python_lambda
102-
ref: 'a374e76a2f2b2382adf386e40e14c882a48c8541'
102+
ref: '16f17557c29a294334d1f5a47e4cb6b3ce45f31d'
103103
binaries_artifact: serverless_system_tests_binaries
104104
scenarios_groups: lambda_end_to_end
105105
skip_empty_scenarios: true
@@ -126,22 +126,22 @@ jobs:
126126
if: github.event_name != 'schedule' || github.event.repository.fork == false
127127
needs: [integration-frameworks-combine-wheels]
128128
# Automatically managed, use scripts/update-system-tests-version to update
129-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@a374e76a2f2b2382adf386e40e14c882a48c8541
129+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@16f17557c29a294334d1f5a47e4cb6b3ce45f31d
130130
secrets: inherit
131131
with:
132132
library: python
133-
ref: 'a374e76a2f2b2382adf386e40e14c882a48c8541'
133+
ref: '16f17557c29a294334d1f5a47e4cb6b3ce45f31d'
134134
scenarios: INTEGRATION_FRAMEWORKS
135135
binaries_artifact: integration-frameworks-wheels
136136
push_to_test_optimization: true
137137

138138
tracer-release:
139139
needs:
140140
- download-s3-wheels
141-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@a374e76a2f2b2382adf386e40e14c882a48c8541
141+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@16f17557c29a294334d1f5a47e4cb6b3ce45f31d
142142
with:
143143
library: python
144-
ref: 'a374e76a2f2b2382adf386e40e14c882a48c8541'
144+
ref: '16f17557c29a294334d1f5a47e4cb6b3ce45f31d'
145145
binaries_artifact: wheels-manylinux_x86_64
146146
desired_execution_time: 900
147147
scenarios_groups: tracer-release

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1717
# CI_DEBUG_SERVICES: "true"
1818
# Automatically managed, use scripts/update-system-tests-version to update
19-
SYSTEM_TESTS_REF: "a374e76a2f2b2382adf386e40e14c882a48c8541"
19+
SYSTEM_TESTS_REF: "16f17557c29a294334d1f5a47e4cb6b3ce45f31d"
2020

2121
# Profiling native build image (built from dd/images/dd-trace-py/profiling_native)
2222
PROFILING_NATIVE_IMAGE: "registry.ddbuild.io/dd-trace-py:v103334885-be1888c-profiling_native"

0 commit comments

Comments
 (0)