1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13-
1413# Nightly / manual integration tests: updates all modules to latest HEAD on their branch.
15-
1614name : Integration Tests (Nightly)
1715on :
1816 workflow_dispatch :
1917 schedule :
20- - cron : ' 30 2 * * *' # Every night at 02:30 UTC on main-etas branch
18+ - cron : ' 30 2 * * *' # Every night at 02:30 UTC on main-etas branch
2119jobs :
2220 sw-check :
2321 uses : ./.github/workflows/reusable_sw-check.yml
2624 update_to_latest : true
2725 repo_runner_labels : ' ubuntu-latest'
2826 target_branch : ' ${{ github.ref }}'
29-
3027 update_known_good :
3128 name : update_known_good
3229 runs-on : ubuntu-latest
@@ -43,17 +40,17 @@ jobs:
4340 if : github.event_name == 'workflow_dispatch'
4441 run : |
4542 echo "::group::update bazel_common/score_modules_*.MODULE.bazel"
46- python3 scripts/known_good/update_module_from_known_good.py --known known_good.updated.json --output-dir bazel_common/
43+ scripts/known_good/update_module_from_known_good.py --known known_good.updated.json --output-dir-modules bazel_common
4744 cat bazel_common/score_modules_*.MODULE.bazel
4845 echo "::endgroup::"
49- # - name: push changes if there are any
50- # run: |
51- # git config user.name "github-actions[bot]"
52- # git config user.email "github-actions[bot]@users.noreply.github.com"
53- # if [[ -n $(git status --porcelain) ]]; then
54- # git add .
55- # git commit -m "Update known_good.json and MODULE.bazel files to latest HEAD"
56- # git push
57- # else
58- # echo "No changes to push"
59- # fi
46+ # - name: push changes if there are any
47+ # run: |
48+ # git config user.name "github-actions[bot]"
49+ # git config user.email "github-actions[bot]@users.noreply.github.com"
50+ # if [[ -n $(git status --porcelain) ]]; then
51+ # git add .
52+ # git commit -m "Update known_good.json and MODULE.bazel files to latest HEAD"
53+ # git push
54+ # else
55+ # echo "No changes to push"
56+ # fi
0 commit comments