From eb09c2baa7f60e5b50b5ed688aff56489924984b Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 30 Oct 2023 10:48:57 -0700 Subject: [PATCH 1/2] generator.yml: Update stable anchor to 6.6 Signed-off-by: Nathan Chancellor --- generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.yml b/generator.yml index 6ce8d5ed..3a50e7a9 100644 --- a/generator.yml +++ b/generator.yml @@ -48,7 +48,7 @@ schedules: trees: - &mainline {git_repo: *mainline-url, git_ref: master, name: mainline} - &next {git_repo: *next-url, git_ref: master, name: next} - - &stable {git_repo: *stable-url, git_ref: linux-6.5.y, name: stable} + - &stable {git_repo: *stable-url, git_ref: linux-6.6.y, name: stable} - &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"} - &stable-5_15 {git_repo: *stable-url, git_ref: linux-5.15.y, name: "5.15"} - &stable-5_10 {git_repo: *stable-url, git_ref: linux-5.10.y, name: "5.10"} From bdbe4e90c9fd19c8f815819fa5ccf5e593a896ab Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 30 Oct 2023 10:49:15 -0700 Subject: [PATCH 2/2] ci: Regenerate GitHub Actions workflow and TuxSuite files Signed-off-by: Nathan Chancellor --- .github/workflows/stable-clang-11.yml | 6 +++--- .github/workflows/stable-clang-12.yml | 6 +++--- .github/workflows/stable-clang-13.yml | 6 +++--- .github/workflows/stable-clang-14.yml | 6 +++--- .github/workflows/stable-clang-15.yml | 6 +++--- .github/workflows/stable-clang-16.yml | 6 +++--- .github/workflows/stable-clang-17.yml | 6 +++--- .github/workflows/stable-clang-18.yml | 6 +++--- tuxsuite/stable-clang-11.tux.yml | 8 ++++---- tuxsuite/stable-clang-12.tux.yml | 8 ++++---- tuxsuite/stable-clang-13.tux.yml | 8 ++++---- tuxsuite/stable-clang-14.tux.yml | 8 ++++---- tuxsuite/stable-clang-15.tux.yml | 8 ++++---- tuxsuite/stable-clang-16.tux.yml | 8 ++++---- tuxsuite/stable-clang-17.tux.yml | 8 ++++---- tuxsuite/stable-clang-18.tux.yml | 8 ++++---- 16 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.github/workflows/stable-clang-11.yml b/.github/workflows/stable-clang-11.yml index 849df740..9f800888 100644 --- a/.github/workflows/stable-clang-11.yml +++ b/.github/workflows/stable-clang-11.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -675,7 +675,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1036,7 +1036,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-12.yml b/.github/workflows/stable-clang-12.yml index b8d7bf63..cf5d275d 100644 --- a/.github/workflows/stable-clang-12.yml +++ b/.github/workflows/stable-clang-12.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -699,7 +699,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1060,7 +1060,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-13.yml b/.github/workflows/stable-clang-13.yml index a5dcefe1..c37dbc43 100644 --- a/.github/workflows/stable-clang-13.yml +++ b/.github/workflows/stable-clang-13.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -699,7 +699,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1060,7 +1060,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-14.yml b/.github/workflows/stable-clang-14.yml index c3ee6008..5baca7ea 100644 --- a/.github/workflows/stable-clang-14.yml +++ b/.github/workflows/stable-clang-14.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -699,7 +699,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1060,7 +1060,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-15.yml b/.github/workflows/stable-clang-15.yml index 69f5fbcf..c5d4d351 100644 --- a/.github/workflows/stable-clang-15.yml +++ b/.github/workflows/stable-clang-15.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -771,7 +771,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1180,7 +1180,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-16.yml b/.github/workflows/stable-clang-16.yml index 157d2af4..0eb83fd9 100644 --- a/.github/workflows/stable-clang-16.yml +++ b/.github/workflows/stable-clang-16.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -891,7 +891,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1300,7 +1300,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-17.yml b/.github/workflows/stable-clang-17.yml index 5f43d9cf..9ba70204 100644 --- a/.github/workflows/stable-clang-17.yml +++ b/.github/workflows/stable-clang-17.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -939,7 +939,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1348,7 +1348,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/stable-clang-18.yml b/.github/workflows/stable-clang-18.yml index b87a4ce8..3aa5cc11 100644 --- a/.github/workflows/stable-clang-18.yml +++ b/.github/workflows/stable-clang-18.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -939,7 +939,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1348,7 +1348,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/tuxsuite/stable-clang-11.tux.yml b/tuxsuite/stable-clang-11.tux.yml index e8005995..bfff39ad 100644 --- a/tuxsuite/stable-clang-11.tux.yml +++ b/tuxsuite/stable-clang-11.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-11.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-12.tux.yml b/tuxsuite/stable-clang-12.tux.yml index 87fdd7aa..e0e204ee 100644 --- a/tuxsuite/stable-clang-12.tux.yml +++ b/tuxsuite/stable-clang-12.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-12.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-13.tux.yml b/tuxsuite/stable-clang-13.tux.yml index 399a90fb..1865e159 100644 --- a/tuxsuite/stable-clang-13.tux.yml +++ b/tuxsuite/stable-clang-13.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-13.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-14.tux.yml b/tuxsuite/stable-clang-14.tux.yml index 6c60ee16..c790d699 100644 --- a/tuxsuite/stable-clang-14.tux.yml +++ b/tuxsuite/stable-clang-14.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-14.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-15.tux.yml b/tuxsuite/stable-clang-15.tux.yml index 920bdd7e..97422ad6 100644 --- a/tuxsuite/stable-clang-15.tux.yml +++ b/tuxsuite/stable-clang-15.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-15.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-16.tux.yml b/tuxsuite/stable-clang-16.tux.yml index 5386e5a6..bab38de4 100644 --- a/tuxsuite/stable-clang-16.tux.yml +++ b/tuxsuite/stable-clang-16.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-16.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-17.tux.yml b/tuxsuite/stable-clang-17.tux.yml index 3cbd99d6..b1303459 100644 --- a/tuxsuite/stable-clang-17.tux.yml +++ b/tuxsuite/stable-clang-17.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-17.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: diff --git a/tuxsuite/stable-clang-18.tux.yml b/tuxsuite/stable-clang-18.tux.yml index b2a82e1f..7fcd2a8a 100644 --- a/tuxsuite/stable-clang-18.tux.yml +++ b/tuxsuite/stable-clang-18.tux.yml @@ -2,13 +2,13 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py stable # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml # Invoke locally via: -# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux +# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux # $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-18.tux.yml -j defconfigs version: 1 -name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y -description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y +name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y +description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y jobs: - name: defconfigs builds: