|
22 | 22 | container: tuxmake/x86_64_korg-clang-16 |
23 | 23 | env: |
24 | 24 | GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git |
25 | | - GIT_REF: linux-6.10.y |
| 25 | + GIT_REF: linux-6.11.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.10.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.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.11.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.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 |
@@ -1162,7 +1162,7 @@ jobs: |
1162 | 1162 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1163 | 1163 | - name: tuxsuite |
1164 | 1164 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1165 | | - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.10.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true |
| 1165 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.11.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true |
1166 | 1166 | - name: Update Cache Build Status |
1167 | 1167 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1168 | 1168 | run: python caching/update.py |
@@ -1651,7 +1651,7 @@ jobs: |
1651 | 1651 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1652 | 1652 | - name: tuxsuite |
1653 | 1653 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1654 | | - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.10.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true |
| 1654 | + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.11.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true |
1655 | 1655 | - name: Update Cache Build Status |
1656 | 1656 | if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }} |
1657 | 1657 | run: python caching/update.py |
|
0 commit comments