Skip to content

Commit e9d26e2

Browse files
authored
Merge pull request #383 from nathanchance/enable-cros-again
[skip actions] Signed-off-by: Nathan Chancellor <[email protected]>
2 parents c608ddc + c85da5b commit e9d26e2

18 files changed

+948
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# DO NOT MODIFY MANUALLY!
2+
# This file has been autogenerated by invoking:
3+
# $ ./generate_workflow.py chromeos-5.10
4+
name: chromeos-5.10 (clang-12)
5+
'on':
6+
push:
7+
branches:
8+
- main
9+
- presubmit/*
10+
paths:
11+
- check_logs.py
12+
- utils.py
13+
- tuxsuite/chromeos-5.10-clang-12.tux.yml
14+
- .github/workflows/chromeos-5.10-clang-12.yml
15+
schedule:
16+
- cron: 0 0 * * 0
17+
workflow_dispatch: null
18+
jobs:
19+
kick_tuxsuite_defconfigs:
20+
name: TuxSuite (defconfigs)
21+
runs-on: ubuntu-latest
22+
container: tuxsuite/tuxsuite
23+
env:
24+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: tuxsuite
28+
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/chromeos-5.10-clang-12.tux.yml || true
29+
- name: save output
30+
uses: actions/upload-artifact@v3
31+
with:
32+
path: builds.json
33+
name: output_artifact_defconfigs
34+
if-no-files-found: error
35+
_e7ae88f2477be7c2a0091d6ac55d4ea1:
36+
runs-on: ubuntu-latest
37+
needs: kick_tuxsuite_defconfigs
38+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
39+
env:
40+
ARCH: arm64
41+
LLVM_VERSION: 12
42+
BOOT: 1
43+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
44+
container:
45+
image: ghcr.io/clangbuiltlinux/qemu
46+
options: --ipc=host
47+
steps:
48+
- uses: actions/checkout@v3
49+
with:
50+
submodules: true
51+
- uses: actions/download-artifact@v3
52+
with:
53+
name: output_artifact_defconfigs
54+
- name: Check Build and Boot Logs
55+
run: ./check_logs.py
56+
_c2223ae17627d3ac3ca928be5d5b2eb1:
57+
runs-on: ubuntu-latest
58+
needs: kick_tuxsuite_defconfigs
59+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
60+
env:
61+
ARCH: x86_64
62+
LLVM_VERSION: 12
63+
BOOT: 1
64+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
65+
container:
66+
image: ghcr.io/clangbuiltlinux/qemu
67+
options: --ipc=host
68+
steps:
69+
- uses: actions/checkout@v3
70+
with:
71+
submodules: true
72+
- uses: actions/download-artifact@v3
73+
with:
74+
name: output_artifact_defconfigs
75+
- name: Check Build and Boot Logs
76+
run: ./check_logs.py
77+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# DO NOT MODIFY MANUALLY!
2+
# This file has been autogenerated by invoking:
3+
# $ ./generate_workflow.py chromeos-5.10
4+
name: chromeos-5.10 (clang-13)
5+
'on':
6+
push:
7+
branches:
8+
- main
9+
- presubmit/*
10+
paths:
11+
- check_logs.py
12+
- utils.py
13+
- tuxsuite/chromeos-5.10-clang-13.tux.yml
14+
- .github/workflows/chromeos-5.10-clang-13.yml
15+
schedule:
16+
- cron: 0 0 * * 0
17+
workflow_dispatch: null
18+
jobs:
19+
kick_tuxsuite_defconfigs:
20+
name: TuxSuite (defconfigs)
21+
runs-on: ubuntu-latest
22+
container: tuxsuite/tuxsuite
23+
env:
24+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: tuxsuite
28+
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/chromeos-5.10-clang-13.tux.yml || true
29+
- name: save output
30+
uses: actions/upload-artifact@v3
31+
with:
32+
path: builds.json
33+
name: output_artifact_defconfigs
34+
if-no-files-found: error
35+
_05bbbf8cf9e223c1ac9169bb92e8ae61:
36+
runs-on: ubuntu-latest
37+
needs: kick_tuxsuite_defconfigs
38+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
39+
env:
40+
ARCH: arm64
41+
LLVM_VERSION: 13
42+
BOOT: 1
43+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
44+
container:
45+
image: ghcr.io/clangbuiltlinux/qemu
46+
options: --ipc=host
47+
steps:
48+
- uses: actions/checkout@v3
49+
with:
50+
submodules: true
51+
- uses: actions/download-artifact@v3
52+
with:
53+
name: output_artifact_defconfigs
54+
- name: Check Build and Boot Logs
55+
run: ./check_logs.py
56+
_bdf80a4aa66677b6a5e7b0bea831512b:
57+
runs-on: ubuntu-latest
58+
needs: kick_tuxsuite_defconfigs
59+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
60+
env:
61+
ARCH: x86_64
62+
LLVM_VERSION: 13
63+
BOOT: 1
64+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
65+
container:
66+
image: ghcr.io/clangbuiltlinux/qemu
67+
options: --ipc=host
68+
steps:
69+
- uses: actions/checkout@v3
70+
with:
71+
submodules: true
72+
- uses: actions/download-artifact@v3
73+
with:
74+
name: output_artifact_defconfigs
75+
- name: Check Build and Boot Logs
76+
run: ./check_logs.py
77+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# DO NOT MODIFY MANUALLY!
2+
# This file has been autogenerated by invoking:
3+
# $ ./generate_workflow.py chromeos-5.10
4+
name: chromeos-5.10 (clang-14)
5+
'on':
6+
push:
7+
branches:
8+
- main
9+
- presubmit/*
10+
paths:
11+
- check_logs.py
12+
- utils.py
13+
- tuxsuite/chromeos-5.10-clang-14.tux.yml
14+
- .github/workflows/chromeos-5.10-clang-14.yml
15+
schedule:
16+
- cron: 0 6 * * *
17+
workflow_dispatch: null
18+
jobs:
19+
kick_tuxsuite_defconfigs:
20+
name: TuxSuite (defconfigs)
21+
runs-on: ubuntu-latest
22+
container: tuxsuite/tuxsuite
23+
env:
24+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: tuxsuite
28+
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/chromeos-5.10-clang-14.tux.yml || true
29+
- name: save output
30+
uses: actions/upload-artifact@v3
31+
with:
32+
path: builds.json
33+
name: output_artifact_defconfigs
34+
if-no-files-found: error
35+
_cfc1a1cb0eb857521422f1c94c6463e6:
36+
runs-on: ubuntu-latest
37+
needs: kick_tuxsuite_defconfigs
38+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
39+
env:
40+
ARCH: arm64
41+
LLVM_VERSION: 14
42+
BOOT: 1
43+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
44+
container:
45+
image: ghcr.io/clangbuiltlinux/qemu
46+
options: --ipc=host
47+
steps:
48+
- uses: actions/checkout@v3
49+
with:
50+
submodules: true
51+
- uses: actions/download-artifact@v3
52+
with:
53+
name: output_artifact_defconfigs
54+
- name: Check Build and Boot Logs
55+
run: ./check_logs.py
56+
_ddbccfcffb83310bca0e7b1f5f48397b:
57+
runs-on: ubuntu-latest
58+
needs: kick_tuxsuite_defconfigs
59+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
60+
env:
61+
ARCH: x86_64
62+
LLVM_VERSION: 14
63+
BOOT: 1
64+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
65+
container:
66+
image: ghcr.io/clangbuiltlinux/qemu
67+
options: --ipc=host
68+
steps:
69+
- uses: actions/checkout@v3
70+
with:
71+
submodules: true
72+
- uses: actions/download-artifact@v3
73+
with:
74+
name: output_artifact_defconfigs
75+
- name: Check Build and Boot Logs
76+
run: ./check_logs.py
77+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# DO NOT MODIFY MANUALLY!
2+
# This file has been autogenerated by invoking:
3+
# $ ./generate_workflow.py chromeos-5.10
4+
name: chromeos-5.10 (clang-15)
5+
'on':
6+
push:
7+
branches:
8+
- main
9+
- presubmit/*
10+
paths:
11+
- check_logs.py
12+
- utils.py
13+
- tuxsuite/chromeos-5.10-clang-15.tux.yml
14+
- .github/workflows/chromeos-5.10-clang-15.yml
15+
schedule:
16+
- cron: 0 6 * * *
17+
workflow_dispatch: null
18+
jobs:
19+
kick_tuxsuite_defconfigs:
20+
name: TuxSuite (defconfigs)
21+
runs-on: ubuntu-latest
22+
container: tuxsuite/tuxsuite
23+
env:
24+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: tuxsuite
28+
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/chromeos-5.10-clang-15.tux.yml || true
29+
- name: save output
30+
uses: actions/upload-artifact@v3
31+
with:
32+
path: builds.json
33+
name: output_artifact_defconfigs
34+
if-no-files-found: error
35+
_b2bc2e58c295bb3a09d49521768e8fde:
36+
runs-on: ubuntu-latest
37+
needs: kick_tuxsuite_defconfigs
38+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
39+
env:
40+
ARCH: arm64
41+
LLVM_VERSION: 15
42+
BOOT: 1
43+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
44+
container:
45+
image: ghcr.io/clangbuiltlinux/qemu
46+
options: --ipc=host
47+
steps:
48+
- uses: actions/checkout@v3
49+
with:
50+
submodules: true
51+
- uses: actions/download-artifact@v3
52+
with:
53+
name: output_artifact_defconfigs
54+
- name: Check Build and Boot Logs
55+
run: ./check_logs.py
56+
_7b55b1e60f66604dead64940c8a187ac:
57+
runs-on: ubuntu-latest
58+
needs: kick_tuxsuite_defconfigs
59+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
60+
env:
61+
ARCH: x86_64
62+
LLVM_VERSION: 15
63+
BOOT: 1
64+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
65+
container:
66+
image: ghcr.io/clangbuiltlinux/qemu
67+
options: --ipc=host
68+
steps:
69+
- uses: actions/checkout@v3
70+
with:
71+
submodules: true
72+
- uses: actions/download-artifact@v3
73+
with:
74+
name: output_artifact_defconfigs
75+
- name: Check Build and Boot Logs
76+
run: ./check_logs.py
77+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# DO NOT MODIFY MANUALLY!
2+
# This file has been autogenerated by invoking:
3+
# $ ./generate_workflow.py chromeos-5.15
4+
name: chromeos-5.15 (clang-12)
5+
'on':
6+
push:
7+
branches:
8+
- main
9+
- presubmit/*
10+
paths:
11+
- check_logs.py
12+
- utils.py
13+
- tuxsuite/chromeos-5.15-clang-12.tux.yml
14+
- .github/workflows/chromeos-5.15-clang-12.yml
15+
schedule:
16+
- cron: 0 0 * * 0
17+
workflow_dispatch: null
18+
jobs:
19+
kick_tuxsuite_defconfigs:
20+
name: TuxSuite (defconfigs)
21+
runs-on: ubuntu-latest
22+
container: tuxsuite/tuxsuite
23+
env:
24+
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}
25+
steps:
26+
- uses: actions/checkout@v3
27+
- name: tuxsuite
28+
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/chromeos-5.15-clang-12.tux.yml || true
29+
- name: save output
30+
uses: actions/upload-artifact@v3
31+
with:
32+
path: builds.json
33+
name: output_artifact_defconfigs
34+
if-no-files-found: error
35+
_e7ae88f2477be7c2a0091d6ac55d4ea1:
36+
runs-on: ubuntu-latest
37+
needs: kick_tuxsuite_defconfigs
38+
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
39+
env:
40+
ARCH: arm64
41+
LLVM_VERSION: 12
42+
BOOT: 1
43+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/arm64/common.config+chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config
44+
container:
45+
image: ghcr.io/clangbuiltlinux/qemu
46+
options: --ipc=host
47+
steps:
48+
- uses: actions/checkout@v3
49+
with:
50+
submodules: true
51+
- uses: actions/download-artifact@v3
52+
with:
53+
name: output_artifact_defconfigs
54+
- name: Check Build and Boot Logs
55+
run: ./check_logs.py
56+
_c2223ae17627d3ac3ca928be5d5b2eb1:
57+
runs-on: ubuntu-latest
58+
needs: kick_tuxsuite_defconfigs
59+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
60+
env:
61+
ARCH: x86_64
62+
LLVM_VERSION: 12
63+
BOOT: 1
64+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config
65+
container:
66+
image: ghcr.io/clangbuiltlinux/qemu
67+
options: --ipc=host
68+
steps:
69+
- uses: actions/checkout@v3
70+
with:
71+
submodules: true
72+
- uses: actions/download-artifact@v3
73+
with:
74+
name: output_artifact_defconfigs
75+
- name: Check Build and Boot Logs
76+
run: ./check_logs.py
77+

0 commit comments

Comments
 (0)