Skip to content

Commit 42e3397

Browse files
authored
Merge pull request #926 from nathanchance/update-stable-anchor-for-7.0
Update stable anchor to 7.0
2 parents cdf59a8 + dad6a5f commit 42e3397

23 files changed

Lines changed: 90 additions & 250 deletions

.github/workflows/stable-clang-15.yml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.19.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-7.0.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-15
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.19.y
33+
GIT_REF: linux-7.0.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6969
- name: tuxsuite
7070
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
71-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
71+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
7272
- name: Update Cache Build Status
7373
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7474
run: caching/update.py
@@ -1013,7 +1013,7 @@ jobs:
10131013
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10141014
- name: tuxsuite
10151015
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1016-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1016+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
10171017
- name: Update Cache Build Status
10181018
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10191019
run: caching/update.py
@@ -1508,7 +1508,7 @@ jobs:
15081508
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15091509
- name: tuxsuite
15101510
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1511-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1511+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
15121512
- name: Update Cache Build Status
15131513
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15141514
run: caching/update.py
@@ -1739,36 +1739,6 @@ jobs:
17391739
- uses: astral-sh/setup-uv@v7
17401740
- name: Check Build and Boot Logs
17411741
run: scripts/check-logs.py
1742-
_9a6f119835bcd828a7607f3d4f71fce2:
1743-
runs-on: ubuntu-latest
1744-
needs:
1745-
- kick_tuxsuite_allconfigs
1746-
- check_cache
1747-
- check_patches
1748-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1749-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1750-
env:
1751-
ARCH: hexagon
1752-
LLVM_VERSION: 15
1753-
BOOT: 0
1754-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1755-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1756-
container:
1757-
image: ghcr.io/clangbuiltlinux/qemu
1758-
options: --ipc=host
1759-
steps:
1760-
- uses: actions/checkout@v6
1761-
with:
1762-
submodules: true
1763-
- uses: actions/download-artifact@v7
1764-
with:
1765-
name: output_artifact_allconfigs
1766-
- uses: actions/download-artifact@v7
1767-
with:
1768-
name: boot_utils_json_allconfigs
1769-
- uses: astral-sh/setup-uv@v7
1770-
- name: Check Build and Boot Logs
1771-
run: scripts/check-logs.py
17721742
_3902ac9f61b2097c1dbe17ddb78f7813:
17731743
runs-on: ubuntu-latest
17741744
needs:

.github/workflows/stable-clang-16.yml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.19.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-7.0.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-16
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.19.y
33+
GIT_REF: linux-7.0.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6969
- name: tuxsuite
7070
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
71-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
71+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
7272
- name: Update Cache Build Status
7373
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7474
run: caching/update.py
@@ -1193,7 +1193,7 @@ jobs:
11931193
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
11941194
- name: tuxsuite
11951195
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1196-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
1196+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
11971197
- name: Update Cache Build Status
11981198
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
11991199
run: caching/update.py
@@ -1688,7 +1688,7 @@ jobs:
16881688
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
16891689
- name: tuxsuite
16901690
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1691-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
1691+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
16921692
- name: Update Cache Build Status
16931693
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
16941694
run: caching/update.py
@@ -1949,36 +1949,6 @@ jobs:
19491949
- uses: astral-sh/setup-uv@v7
19501950
- name: Check Build and Boot Logs
19511951
run: scripts/check-logs.py
1952-
_ed23ed81d3809a2f958caacecd14262d:
1953-
runs-on: ubuntu-latest
1954-
needs:
1955-
- kick_tuxsuite_allconfigs
1956-
- check_cache
1957-
- check_patches
1958-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1959-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1960-
env:
1961-
ARCH: hexagon
1962-
LLVM_VERSION: 16
1963-
BOOT: 0
1964-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1965-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1966-
container:
1967-
image: ghcr.io/clangbuiltlinux/qemu
1968-
options: --ipc=host
1969-
steps:
1970-
- uses: actions/checkout@v6
1971-
with:
1972-
submodules: true
1973-
- uses: actions/download-artifact@v7
1974-
with:
1975-
name: output_artifact_allconfigs
1976-
- uses: actions/download-artifact@v7
1977-
with:
1978-
name: boot_utils_json_allconfigs
1979-
- uses: astral-sh/setup-uv@v7
1980-
- name: Check Build and Boot Logs
1981-
run: scripts/check-logs.py
19821952
_a7e5c2fb38fab2c28aa34b328dbb484f:
19831953
runs-on: ubuntu-latest
19841954
needs:

.github/workflows/stable-clang-17.yml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.19.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-7.0.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-17
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.19.y
33+
GIT_REF: linux-7.0.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6969
- name: tuxsuite
7070
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
71-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
71+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
7272
- name: Update Cache Build Status
7373
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7474
run: caching/update.py
@@ -1223,7 +1223,7 @@ jobs:
12231223
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12241224
- name: tuxsuite
12251225
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1226-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
1226+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
12271227
- name: Update Cache Build Status
12281228
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12291229
run: caching/update.py
@@ -1808,7 +1808,7 @@ jobs:
18081808
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
18091809
- name: tuxsuite
18101810
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1811-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
1811+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
18121812
- name: Update Cache Build Status
18131813
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
18141814
run: caching/update.py
@@ -2069,36 +2069,6 @@ jobs:
20692069
- uses: astral-sh/setup-uv@v7
20702070
- name: Check Build and Boot Logs
20712071
run: scripts/check-logs.py
2072-
_7c08bd2cf5e010016003e4a67a1a5bf1:
2073-
runs-on: ubuntu-latest
2074-
needs:
2075-
- kick_tuxsuite_allconfigs
2076-
- check_cache
2077-
- check_patches
2078-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
2079-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
2080-
env:
2081-
ARCH: hexagon
2082-
LLVM_VERSION: 17
2083-
BOOT: 0
2084-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
2085-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
2086-
container:
2087-
image: ghcr.io/clangbuiltlinux/qemu
2088-
options: --ipc=host
2089-
steps:
2090-
- uses: actions/checkout@v6
2091-
with:
2092-
submodules: true
2093-
- uses: actions/download-artifact@v7
2094-
with:
2095-
name: output_artifact_allconfigs
2096-
- uses: actions/download-artifact@v7
2097-
with:
2098-
name: boot_utils_json_allconfigs
2099-
- uses: astral-sh/setup-uv@v7
2100-
- name: Check Build and Boot Logs
2101-
run: scripts/check-logs.py
21022072
_94efa6b6f3303ccd6e9af5e63e904ea4:
21032073
runs-on: ubuntu-latest
21042074
needs:

.github/workflows/stable-clang-18.yml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.19.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-7.0.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-18
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.19.y
33+
GIT_REF: linux-7.0.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6969
- name: tuxsuite
7070
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
71-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
71+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
7272
- name: Update Cache Build Status
7373
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7474
run: caching/update.py
@@ -1343,7 +1343,7 @@ jobs:
13431343
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13441344
- name: tuxsuite
13451345
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1346-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
1346+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
13471347
- name: Update Cache Build Status
13481348
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13491349
run: caching/update.py
@@ -1928,7 +1928,7 @@ jobs:
19281928
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
19291929
- name: tuxsuite
19301930
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1931-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.19.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
1931+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-7.0.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
19321932
- name: Update Cache Build Status
19331933
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
19341934
run: caching/update.py
@@ -2189,36 +2189,6 @@ jobs:
21892189
- uses: astral-sh/setup-uv@v7
21902190
- name: Check Build and Boot Logs
21912191
run: scripts/check-logs.py
2192-
_9d339816fd44fbc0d72921cd80690bc2:
2193-
runs-on: ubuntu-latest
2194-
needs:
2195-
- kick_tuxsuite_allconfigs
2196-
- check_cache
2197-
- check_patches
2198-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=18 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
2199-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
2200-
env:
2201-
ARCH: hexagon
2202-
LLVM_VERSION: 18
2203-
BOOT: 0
2204-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
2205-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
2206-
container:
2207-
image: ghcr.io/clangbuiltlinux/qemu
2208-
options: --ipc=host
2209-
steps:
2210-
- uses: actions/checkout@v6
2211-
with:
2212-
submodules: true
2213-
- uses: actions/download-artifact@v7
2214-
with:
2215-
name: output_artifact_allconfigs
2216-
- uses: actions/download-artifact@v7
2217-
with:
2218-
name: boot_utils_json_allconfigs
2219-
- uses: astral-sh/setup-uv@v7
2220-
- name: Check Build and Boot Logs
2221-
run: scripts/check-logs.py
22222192
_a1be75d6d7d04126b55a3a11d65ca2c8:
22232193
runs-on: ubuntu-latest
22242194
needs:

0 commit comments

Comments
 (0)