Skip to content

Commit 64b5c1d

Browse files
committed
ci: Disable ChromeOS jobs again
This has regressed again. Link: https://gitlab.com/Linaro/tuxsuite/-/issues/162 Signed-off-by: Nathan Chancellor <[email protected]>
1 parent d35f74e commit 64b5c1d

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@
7070
[![arm64-fixes-clang-13 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-13.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-13.yml)
7171
[![arm64-fixes-clang-14 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-14.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-14.yml)
7272
[![arm64-fixes-clang-15 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-15.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/arm64-fixes-clang-15.yml)
73-
[![chromeos-5.10-clang-12 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-12.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-12.yml)
74-
[![chromeos-5.10-clang-13 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-13.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-13.yml)
75-
[![chromeos-5.10-clang-14 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-14.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-14.yml)
76-
[![chromeos-5.10-clang-15 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-15.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.10-clang-15.yml)
77-
[![chromeos-5.15-clang-12 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-12.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-12.yml)
78-
[![chromeos-5.15-clang-13 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-13.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-13.yml)
79-
[![chromeos-5.15-clang-14 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-14.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-14.yml)
80-
[![chromeos-5.15-clang-15 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-15.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/chromeos-5.15-clang-15.yml)
8173
[![mainline-clang-11 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-11.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-11.yml)
8274
[![mainline-clang-12 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-12.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-12.yml)
8375
[![mainline-clang-13 build status](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-13.yml/badge.svg)](https://github.com/clangbuiltlinux/continuous-integration2/actions/workflows/mainline-clang-13.yml)

generator.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ urls:
1111
- &next-url https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
1212
- &stable-url https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
1313
- &android-url https://android.googlesource.com/kernel/common.git
14-
- &chromeos-url https://chromium.googlesource.com/chromiumos/third_party/kernel.git
1514
- &tip-url https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
1615
- &arm64-url https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1716
# Configuration URLs
@@ -55,8 +54,6 @@ trees:
5554
- &android-4_19 {git_repo: *android-url, git_ref: android-4.19-stable, name: android-4.19}
5655
- &android-4_14 {git_repo: *android-url, git_ref: android-4.14-stable, name: android-4.14}
5756
- &android-4_9 {git_repo: *android-url, git_ref: android-4.9-q, name: android-4.9}
58-
- &chromeos-5_15 {git_repo: *chromeos-url, git_ref: chromeos-5.15, name: chromeos-5.15}
59-
- &chromeos-5_10 {git_repo: *chromeos-url, git_ref: chromeos-5.10, name: chromeos-5.10}
6057
- &tip {git_repo: *tip-url, git_ref: master, name: tip}
6158
- &arm64-core {git_repo: *arm64-url, git_ref: for-next/core, name: arm64}
6259
- &arm64-fixes {git_repo: *arm64-url, git_ref: for-next/fixes, name: arm64-fixes}
@@ -139,14 +136,6 @@ tree_schedules:
139136
- &android-4_9_llvm_13 {<< : *llvm_13, << : *android-4_9, << : *sundays}
140137
- &android-4_9_llvm_12 {<< : *llvm_12, << : *android-4_9, << : *sundays}
141138
- &android-4_9_llvm_android {<< : *llvm_android, << : *android-4_9, << : *daily_six}
142-
- &chromeos-5_15_llvm_tot {<< : *llvm_tot, << : *chromeos-5_15, << : *daily_six}
143-
- &chromeos-5_15_llvm_latest {<< : *llvm_latest, << : *chromeos-5_15, << : *daily_six}
144-
- &chromeos-5_15_llvm_13 {<< : *llvm_13, << : *chromeos-5_15, << : *sundays}
145-
- &chromeos-5_15_llvm_12 {<< : *llvm_12, << : *chromeos-5_15, << : *sundays}
146-
- &chromeos-5_10_llvm_tot {<< : *llvm_tot, << : *chromeos-5_10, << : *daily_six}
147-
- &chromeos-5_10_llvm_latest {<< : *llvm_latest, << : *chromeos-5_10, << : *daily_six}
148-
- &chromeos-5_10_llvm_13 {<< : *llvm_13, << : *chromeos-5_10, << : *sundays}
149-
- &chromeos-5_10_llvm_12 {<< : *llvm_12, << : *chromeos-5_10, << : *sundays}
150139
- &tip_llvm_tot {<< : *llvm_tot, << : *tip, << : *daily_midnight}
151140
- &tip_llvm_latest {<< : *llvm_latest, << : *tip, << : *daily_midnight}
152141
- &tip_llvm_13 {<< : *llvm_13, << : *tip, << : *daily_eighteen}
@@ -189,9 +178,6 @@ targets:
189178
- &default {targets: [default]}
190179
- &kernel {targets: [kernel]}
191180
- &kernel_dtbs {targets: [kernel,dtbs]}
192-
chromeos_configs:
193-
- &arm64-cros-configs {config: [chromeos/config/chromeos/base.config, chromeos/config/chromeos/arm64/common.config, chromeos/config/chromeos/arm64/chromiumos-arm64.flavour.config]}
194-
- &x86_64-cros-configs {config: [chromeos/config/chromeos/base.config, chromeos/config/chromeos/x86_64/common.config, chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config]}
195181
configs:
196182
# config: image target (optional) [triples:] (Optional: x86) targets to build
197183
- &arm32_v5 {config: multi_v5_defconfig, << : *arm-triple, << : *kernel_dtbs}
@@ -211,7 +197,6 @@ configs:
211197
# https://github.com/ClangBuiltLinux/linux/issues/595
212198
- &arm64_no_vdso32 {config: [defconfig, CONFIG_COMPAT_VDSO=n], << : *arm64-triple, << : *kernel}
213199
- &arm64be {config: [defconfig, CONFIG_CPU_BIG_ENDIAN=y], << : *arm64-triple, << : *kernel}
214-
- &arm64_cros {<< : *arm64-cros-configs, << : *arm64-triple, << : *kernel}
215200
- &arm64_lto_full {config: [defconfig, CONFIG_LTO_CLANG_FULL=y], << : *arm64-triple, << : *kernel}
216201
- &arm64_lto_thin {config: [defconfig, CONFIG_LTO_CLANG_THIN=y], << : *arm64-triple, << : *kernel}
217202
- &arm64_cfi {config: [defconfig, CONFIG_LTO_CLANG_THIN=y, CONFIG_CFI_CLANG=y], << : *arm64-triple, << : *kernel}
@@ -255,7 +240,6 @@ configs:
255240
- &x86_64_lto_full {config: [defconfig, CONFIG_LTO_CLANG_FULL=y], << : *kernel}
256241
- &x86_64_lto_thin {config: [defconfig, CONFIG_LTO_CLANG_THIN=y], << : *kernel}
257242
- &x86_64_cfi {config: [defconfig, CONFIG_LTO_CLANG_THIN=y, CONFIG_CFI_CLANG=y], << : *kernel}
258-
- &x86_64_cros {<< : *x86_64-cros-configs, << : *kernel}
259243
- &x86_64_gki {config: gki_defconfig, << : *kernel}
260244
- &x86_64_cut {config: x86_64_cuttlefish_defconfig, << : *kernel}
261245
- &x86_64_allmod {config: [allmodconfig, CONFIG_WERROR=n], << : *default}
@@ -625,13 +609,6 @@ builds:
625609
- {<< : *x86_64_cut, << : *android-4_14, << : *lld, boot: true, << : *llvm_tot}
626610
- {<< : *arm64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_tot}
627611
- {<< : *x86_64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_tot}
628-
##############
629-
# ChromeOS #
630-
##############
631-
- {<< : *arm64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
632-
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
633-
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_tot}
634-
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_tot}
635612
#########
636613
# TIP #
637614
#########
@@ -991,13 +968,6 @@ builds:
991968
- {<< : *x86_64_cut, << : *android-4_14, << : *lld, boot: true, << : *llvm_latest}
992969
- {<< : *arm64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_latest}
993970
- {<< : *x86_64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_latest}
994-
##############
995-
# ChromeOS #
996-
##############
997-
- {<< : *arm64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_latest}
998-
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_latest}
999-
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_latest}
1000-
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_latest}
1001971
#########
1002972
# TIP #
1003973
#########
@@ -1346,13 +1316,6 @@ builds:
13461316
- {<< : *x86_64_cut, << : *android-4_14, << : *lld, boot: true, << : *llvm_13}
13471317
- {<< : *arm64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_13}
13481318
- {<< : *x86_64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_13}
1349-
##############
1350-
# ChromeOS #
1351-
##############
1352-
- {<< : *arm64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_13}
1353-
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_13}
1354-
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_13}
1355-
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_13}
13561319
#########
13571320
# TIP #
13581321
#########
@@ -1662,13 +1625,6 @@ builds:
16621625
- {<< : *x86_64_cut, << : *android-4_14, << : *lld, boot: true, << : *llvm_12}
16631626
- {<< : *arm64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_12}
16641627
- {<< : *x86_64_cut, << : *android-4_9, << : *clang, boot: true, << : *llvm_12}
1665-
##############
1666-
# ChromeOS #
1667-
##############
1668-
- {<< : *arm64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_12}
1669-
- {<< : *x86_64_cros, << : *chromeos-5_15, << : *llvm_full, boot: true, << : *llvm_12}
1670-
- {<< : *arm64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_12}
1671-
- {<< : *x86_64_cros, << : *chromeos-5_10, << : *llvm_full, boot: true, << : *llvm_12}
16721628
#########
16731629
# TIP #
16741630
#########

0 commit comments

Comments
 (0)