|
67 | 67 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
68 | 68 | - name: tuxsuite
|
69 | 69 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
70 |
| - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name defconfigs --json-out builds.json --patch-series patches/6.12 tuxsuite/6.12-clang-15.tux.yml || true |
| 70 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name defconfigs --json-out builds.json tuxsuite/6.12-clang-15.tux.yml || true |
71 | 71 | - name: Update Cache Build Status
|
72 | 72 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
73 | 73 | run: python caching/update.py
|
@@ -1038,7 +1038,7 @@ jobs:
|
1038 | 1038 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1039 | 1039 | - name: tuxsuite
|
1040 | 1040 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1041 |
| - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name distribution_configs --json-out builds.json --patch-series patches/6.12 tuxsuite/6.12-clang-15.tux.yml || true |
| 1041 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name distribution_configs --json-out builds.json tuxsuite/6.12-clang-15.tux.yml || true |
1042 | 1042 | - name: Update Cache Build Status
|
1043 | 1043 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1044 | 1044 | run: python caching/update.py
|
@@ -1545,7 +1545,7 @@ jobs:
|
1545 | 1545 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1546 | 1546 | - name: tuxsuite
|
1547 | 1547 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1548 |
| - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name allconfigs --json-out builds.json --patch-series patches/6.12 tuxsuite/6.12-clang-15.tux.yml || true |
| 1548 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name allconfigs --json-out builds.json tuxsuite/6.12-clang-15.tux.yml || true |
1549 | 1549 | - name: Update Cache Build Status
|
1550 | 1550 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
|
1551 | 1551 | run: python caching/update.py
|
|
0 commit comments