|
22 | 22 | container: tuxmake/x86_64_korg-clang-13 |
23 | 23 | env: |
24 | 24 | GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git |
25 | | - GIT_REF: linux-6.12.y |
| 25 | + GIT_REF: linux-6.13.y |
26 | 26 | outputs: |
27 | 27 | output: ${{ steps.step2.outputs.output }} |
28 | 28 | status: ${{ steps.step2.outputs.status }} |
|
57 | 57 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
58 | 58 | - name: tuxsuite |
59 | 59 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
60 | | - 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/stable tuxsuite/stable-clang-13.tux.yml || true |
| 60 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true |
61 | 61 | - name: Update Cache Build Status |
62 | 62 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
63 | 63 | run: python caching/update.py |
@@ -854,7 +854,7 @@ jobs: |
854 | 854 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
855 | 855 | - name: tuxsuite |
856 | 856 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
857 | | - 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/stable tuxsuite/stable-clang-13.tux.yml || true |
| 857 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true |
858 | 858 | - name: Update Cache Build Status |
859 | 859 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
860 | 860 | run: python caching/update.py |
@@ -1287,7 +1287,7 @@ jobs: |
1287 | 1287 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1288 | 1288 | - name: tuxsuite |
1289 | 1289 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1290 | | - 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/stable tuxsuite/stable-clang-13.tux.yml || true |
| 1290 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true |
1291 | 1291 | - name: Update Cache Build Status |
1292 | 1292 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1293 | 1293 | run: python caching/update.py |
|
0 commit comments