Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 148 additions & 0 deletions .github/workflows/5.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,152 @@ jobs:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
kick_tuxsuite_allconfigs:
name: TuxSuite (allconfigs)
runs-on: ubuntu-20.04
container: tuxsuite/tuxsuite
env:
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10.tux.yml || true
- name: save output
uses: actions/upload-artifact@v2
with:
path: builds.json
name: output_artifact
_a3c122fc012130191ce34a8fc1ed2809:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=arm BOOT=0 LLVM=1 LLVM_VERSION=12 allnoconfig
env:
ARCH: arm
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allnoconfig
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_15946cae556835669124d99cc1495757:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allmodconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
env:
ARCH: arm64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allmodconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_02542a0d531fabec931217c22d933bbe:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allnoconfig
env:
ARCH: arm64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allnoconfig
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_dfd767301f17d7750eebc976bead3133:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=arm64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allyesconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
env:
ARCH: arm64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allyesconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_1233efb5e1bf8e77bdb11f3a8ab3accc:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allmodconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
env:
ARCH: x86_64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allmodconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_78a1c189b48cf1440cdce261b5ec5efe:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allnoconfig
env:
ARCH: x86_64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allnoconfig
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_90331c9987646dae8803fe3df6389635:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_allconfigs
name: ARCH=x86_64 BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 allyesconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
env:
ARCH: x86_64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 0
CONFIG: allyesconfig+CONFIG_UBSAN_UNSIGNED_OVERFLOW=n
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py

Loading