Merge branch 'stable' into release-staging-v24.0.0.0
This commit is contained in:
14
.github/workflows/ci-tests.yaml
vendored
14
.github/workflows/ci-tests.yaml
vendored
@@ -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 }}."
|
||||
|
||||
2
.github/workflows/weekly-tests.yaml
vendored
2
.github/workflows/weekly-tests.yaml
vendored
@@ -186,5 +186,7 @@ jobs:
|
||||
needs:
|
||||
- testlib-very-long-tests
|
||||
- dramsys-tests
|
||||
- LULESH-test
|
||||
- HACC-test
|
||||
steps:
|
||||
- run: echo "This weekly tests have passed."
|
||||
|
||||
Reference in New Issue
Block a user