Skip to content

Commit 12d990f

Browse files
chore: Pin system-tests for release branch
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 387d37d commit 12d990f

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
build:
2222
runs-on:
2323
group: APM Larger Runners
24-
environment:
25-
name: ci-build
2624
steps:
2725
- name: Checkout repository
28-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2927
with:
3028
submodules: 'recursive'
3129
fetch-depth: 0
@@ -63,7 +61,7 @@ jobs:
6361
needs:
6462
- build
6563
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
66-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main # system tests are pinned for releases only
64+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@b305ca96886cf52bf94dbee1547e362def19a363 # system tests are pinned for releases only
6765
secrets: inherit
6866
permissions:
6967
contents: read
@@ -72,7 +70,7 @@ jobs:
7270
with:
7371
library: java
7472
# If you change the following comment, update the pattern in the update_system_test_reference.sh script to match.
75-
ref: main # system tests are pinned for releases only
73+
ref: b305ca96886cf52bf94dbee1547e362def19a363 # system tests are pinned for releases only
7674
binaries_artifact: binaries
7775
desired_execution_time: 900 # 15 minutes
7876
scenarios_groups: tracer-release
@@ -86,15 +84,4 @@ jobs:
8684
if: ${{ always() }}
8785
needs: [build, main]
8886
steps:
89-
- name: Fail if build failed
90-
if: ${{ needs.build.result != 'success' }}
91-
run: |
92-
echo "❌ Build job did not succeed: ${{ needs.build.result }}"
93-
exit 1
94-
- name: Fail if main failed or is skipped
95-
if: ${{ needs.main.result != 'success' }}
96-
run: |
97-
echo "❌ Main job did not succeed: ${{ needs.main.result }}"
98-
exit 1
99-
- name: Success
100-
run: echo "✅ All required jobs succeeded."
87+
- run: exit 0

0 commit comments

Comments
 (0)