Skip to content

Commit 9cb7234

Browse files
1 parent 602b259 commit 9cb7234

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎.github/workflows/parametric-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515
permissions: {}
1616

1717
env:
18-
SYSTEM_TESTS_REF: 4ea4c419151062ab3c2e4131962f24f73c8f3f5d # Automated: Can be updated by .github/workflows/update-system-tests.yml
18+
SYSTEM_TESTS_REF: 496df42fa1527130327ac54279309ffdbe91d6cc # Automated: Can be updated by .github/workflows/update-system-tests.yml
1919

2020
jobs:
2121
changes:

‎.github/workflows/system-tests-official.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
TELEMETRY_METRIC_GENERATION_DISABLED
119119
needs:
120120
- build
121-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@4ea4c419151062ab3c2e4131962f24f73c8f3f5d # Automated: This reference is automatically updated.
121+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@496df42fa1527130327ac54279309ffdbe91d6cc # Automated: This reference is automatically updated.
122122
secrets: inherit # zizmor: ignore[secrets-inherit]
123123
permissions:
124124
contents: read
@@ -130,7 +130,7 @@ jobs:
130130
scenarios: ${{ matrix.scenarios }}
131131
weblogs: ${{ matrix.weblogs }}
132132
skip_empty_scenarios: true
133-
ref: 4ea4c419151062ab3c2e4131962f24f73c8f3f5d # Automated: This reference is automatically updated.
133+
ref: 496df42fa1527130327ac54279309ffdbe91d6cc # Automated: This reference is automatically updated.
134134
force_execute: ${{ needs.build.outputs.forced_tests }}
135135

136136
complete:

‎.github/workflows/system-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions: {}
2222
env:
2323
REGISTRY: ghcr.io
2424
REPO: ghcr.io/datadog/dd-trace-rb
25-
SYSTEM_TESTS_REF: 4ea4c419151062ab3c2e4131962f24f73c8f3f5d # Automated: This reference is automatically updated.
25+
SYSTEM_TESTS_REF: 496df42fa1527130327ac54279309ffdbe91d6cc # Automated: This reference is automatically updated.
2626

2727
jobs:
2828
changes:

‎.gitlab-ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ requirements_json_test:
141141

142142
configure_system_tests:
143143
variables:
144-
SYSTEM_TESTS_REF: 4ea4c419151062ab3c2e4131962f24f73c8f3f5d # Automated: This reference is automatically updated.
144+
SYSTEM_TESTS_REF: 496df42fa1527130327ac54279309ffdbe91d6cc # Automated: This reference is automatically updated.
145145
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"
146146

147147
save_versions:

0 commit comments

Comments
 (0)