File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments