Merge branch 'stable' into release-staging-v24.0.0.0

This commit is contained in:
Bobby R. Bruce
2024-06-26 13:45:57 -07:00
committed by GitHub
2 changed files with 11 additions and 5 deletions

View File

@@ -221,12 +221,16 @@ jobs:
path: tests/testing-results
retention-days: 30
testlib-quick:
ci-tests:
# It is 'testlib-quick' which needs to pass for the pull request to be
# merged. The 'testlib-quick-execution' is a matrix job which runs all the
# the testlib quick tests. This job is therefore a stub which will pass if
# all the testlib-quick-execution jobs pass.
# merged. This job is a dummy job that depends on all the other jobs.
runs-on: ubuntu-latest
needs: [testlib-quick-execution, pyunit]
needs:
- testlib-quick-execution
- pyunit
- clang-fast-compilation
- unittests-all-opt
- pre-commit
- check-for-change-id
steps:
- run: echo "This job's status is ${{ job.status }}."

View File

@@ -186,5 +186,7 @@ jobs:
needs:
- testlib-very-long-tests
- dramsys-tests
- LULESH-test
- HACC-test
steps:
- run: echo "This weekly tests have passed."