Skip to content

Commit 97f3510

Browse files
authored
Merge pull request #834 from nathanchance/workaround-known-failures-generator-yml
2 parents ff5162d + 8e69eb1 commit 97f3510

File tree

98 files changed

+368
-1417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+368
-1417
lines changed

.github/workflows/5.15-clang-13.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,35 +1682,6 @@ jobs:
16821682
name: boot_utils_json_allconfigs
16831683
- name: Check Build and Boot Logs
16841684
run: scripts/check-logs.py
1685-
_221a94fa84a8ab62ba4000dfdfd93361:
1686-
runs-on: ubuntu-latest
1687-
needs:
1688-
- kick_tuxsuite_allconfigs
1689-
- check_cache
1690-
- check_patches
1691-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1692-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1693-
env:
1694-
ARCH: hexagon
1695-
LLVM_VERSION: 13
1696-
BOOT: 0
1697-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1698-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1699-
container:
1700-
image: ghcr.io/clangbuiltlinux/qemu
1701-
options: --ipc=host
1702-
steps:
1703-
- uses: actions/checkout@v4
1704-
with:
1705-
submodules: true
1706-
- uses: actions/download-artifact@v4
1707-
with:
1708-
name: output_artifact_allconfigs
1709-
- uses: actions/download-artifact@v4
1710-
with:
1711-
name: boot_utils_json_allconfigs
1712-
- name: Check Build and Boot Logs
1713-
run: scripts/check-logs.py
17141685
_65bd21e9811b11ed579b50474495f671:
17151686
runs-on: ubuntu-latest
17161687
needs:

.github/workflows/5.15-clang-14.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,35 +1682,6 @@ jobs:
16821682
name: boot_utils_json_allconfigs
16831683
- name: Check Build and Boot Logs
16841684
run: scripts/check-logs.py
1685-
_10daf3abda3b4f55207e8504a13fc273:
1686-
runs-on: ubuntu-latest
1687-
needs:
1688-
- kick_tuxsuite_allconfigs
1689-
- check_cache
1690-
- check_patches
1691-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1692-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1693-
env:
1694-
ARCH: hexagon
1695-
LLVM_VERSION: 14
1696-
BOOT: 0
1697-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1698-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1699-
container:
1700-
image: ghcr.io/clangbuiltlinux/qemu
1701-
options: --ipc=host
1702-
steps:
1703-
- uses: actions/checkout@v4
1704-
with:
1705-
submodules: true
1706-
- uses: actions/download-artifact@v4
1707-
with:
1708-
name: output_artifact_allconfigs
1709-
- uses: actions/download-artifact@v4
1710-
with:
1711-
name: boot_utils_json_allconfigs
1712-
- name: Check Build and Boot Logs
1713-
run: scripts/check-logs.py
17141685
_c13f05d4c9dfc46eb71cc8a8acbe034e:
17151686
runs-on: ubuntu-latest
17161687
needs:

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_9a6f119835bcd828a7607f3d4f71fce2:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 15
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_45d0cdbcecfab0894b65e117223613b9:
17441715
runs-on: ubuntu-latest
17451716
needs:

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_ed23ed81d3809a2f958caacecd14262d:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 16
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_673453b33cc96e5cf4b7502b32bb0c1c:
17441715
runs-on: ubuntu-latest
17451716
needs:

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_7c08bd2cf5e010016003e4a67a1a5bf1:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 17
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_95365f4e804aae2bb2f901afcff1ac09:
17441715
runs-on: ubuntu-latest
17451716
needs:

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_9d339816fd44fbc0d72921cd80690bc2:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=18 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 18
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_bdf2955d1d754a2950227724a2c93964:
17441715
runs-on: ubuntu-latest
17451716
needs:

.github/workflows/5.15-clang-19.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_713a249527c849f58f9950c4eebcfa2d:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 19
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_1e0c4ee96dc3ef357ff992bf45863417:
17441715
runs-on: ubuntu-latest
17451716
needs:

.github/workflows/5.15-clang-20.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_47830bf2eb6cecd167ae6d7fc07b0327:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=20 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 20
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_d3465e3ffb5785731cba7293d6637e4e:
17441715
runs-on: ubuntu-latest
17451716
needs:

.github/workflows/5.15-clang-21.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,35 +1711,6 @@ jobs:
17111711
name: boot_utils_json_allconfigs
17121712
- name: Check Build and Boot Logs
17131713
run: scripts/check-logs.py
1714-
_8ba88178fd3231202a8163b6bd6abfc9:
1715-
runs-on: ubuntu-latest
1716-
needs:
1717-
- kick_tuxsuite_allconfigs
1718-
- check_cache
1719-
- check_patches
1720-
name: ARCH=hexagon BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=21 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1722-
env:
1723-
ARCH: hexagon
1724-
LLVM_VERSION: 21
1725-
BOOT: 0
1726-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1728-
container:
1729-
image: ghcr.io/clangbuiltlinux/qemu
1730-
options: --ipc=host
1731-
steps:
1732-
- uses: actions/checkout@v4
1733-
with:
1734-
submodules: true
1735-
- uses: actions/download-artifact@v4
1736-
with:
1737-
name: output_artifact_allconfigs
1738-
- uses: actions/download-artifact@v4
1739-
with:
1740-
name: boot_utils_json_allconfigs
1741-
- name: Check Build and Boot Logs
1742-
run: scripts/check-logs.py
17431714
_c06a72a8aff4dbc38dc7ed4ba74fb80d:
17441715
runs-on: ubuntu-latest
17451716
needs:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,19 +1349,19 @@ jobs:
13491349
name: boot_utils_json_distribution_configs
13501350
- name: Check Build and Boot Logs
13511351
run: scripts/check-logs.py
1352-
_7507e66b38d2d417241e209a2df64ee9:
1352+
_8061be86b353e32e2918d294fc69dc1f:
13531353
runs-on: ubuntu-latest
13541354
needs:
13551355
- kick_tuxsuite_distribution_configs
13561356
- check_cache
13571357
- check_patches
1358-
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config+CONFIG_LTO_CLANG_THIN=y
1358+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config+CONFIG_LTO_CLANG_THIN=y+CONFIG_FORTIFY_KUNIT_TEST=n
13591359
if: ${{ needs.check_cache.outputs.status != 'pass' }}
13601360
env:
13611361
ARCH: arm64
13621362
LLVM_VERSION: 17
13631363
BOOT: 1
1364-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config+CONFIG_LTO_CLANG_THIN=y
1364+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config+CONFIG_LTO_CLANG_THIN=y+CONFIG_FORTIFY_KUNIT_TEST=n
13651365
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
13661366
container:
13671367
image: ghcr.io/clangbuiltlinux/qemu
@@ -1697,19 +1697,19 @@ jobs:
16971697
name: boot_utils_json_distribution_configs
16981698
- name: Check Build and Boot Logs
16991699
run: scripts/check-logs.py
1700-
_251c61c4c862e0440f8a7406ebecb34b:
1700+
_2e2ea00daa2d87df74104ab2c75a9646:
17011701
runs-on: ubuntu-latest
17021702
needs:
17031703
- kick_tuxsuite_distribution_configs
17041704
- check_cache
17051705
- check_patches
1706-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_LTO_CLANG_THIN=y
1706+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_LTO_CLANG_THIN=y+CONFIG_FORTIFY_KUNIT_TEST=n
17071707
if: ${{ needs.check_cache.outputs.status != 'pass' }}
17081708
env:
17091709
ARCH: x86_64
17101710
LLVM_VERSION: 17
17111711
BOOT: 1
1712-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_LTO_CLANG_THIN=y
1712+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_LTO_CLANG_THIN=y+CONFIG_FORTIFY_KUNIT_TEST=n
17131713
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
17141714
container:
17151715
image: ghcr.io/clangbuiltlinux/qemu

0 commit comments

Comments
 (0)