Skip to content

Commit

Permalink
generator.yml: Turn x86_64 allyesconfig builds back on
Browse files Browse the repository at this point in the history
These were disabled due to a build time regression, which has since been
resolved in all of these trees. This increases the number of builds
slightly:

diff --git a/tmp/estimate-builds.txt b/tmp/.psub.3vT4MBu4zi
index ad40946..38964c1 100644
--- a/tmp/estimate-builds.txt
+++ b/tmp/.psub.3vT4MBu4zi
@@ -1,22 +1,22 @@
-Total builds per week: 8163
+Total builds per week: 8218

   - tree: mainline
-    total: 2900
+    total: 2925
     breakdown:
-    - clang-17: 630
-    - clang-16: 630
-    - clang-15: 295
+    - clang-17: 640
+    - clang-16: 640
+    - clang-15: 300
     - clang-14: 280
     - clang-13: 280
     - clang-12: 265
     - clang-11: 520

   - tree: next
-    total: 2165
+    total: 2180
     breakdown:
-    - clang-17: 325
-    - clang-16: 325
-    - clang-15: 305
+    - clang-17: 330
+    - clang-16: 330
+    - clang-15: 310
     - clang-14: 285
     - clang-13: 285
     - clang-12: 265
@@ -67,6 +67,17 @@ Total builds per week: 8163
     - clang-12: 22
     - clang-11: 20

+  - tree: tip
+    total: 175
+    breakdown:
+    - clang-17: 25
+    - clang-16: 25
+    - clang-15: 25
+    - clang-14: 25
+    - clang-13: 25
+    - clang-12: 25
+    - clang-11: 25
+
   - tree: arm64
     total: 165
     breakdown:
@@ -89,17 +100,6 @@ Total builds per week: 8163
     - clang-12: 20
     - clang-11: 20

-  - tree: tip
-    total: 160
-    breakdown:
-    - clang-17: 20
-    - clang-16: 20
-    - clang-15: 20
-    - clang-14: 25
-    - clang-13: 25
-    - clang-12: 25
-    - clang-11: 25
-
   - tree: android-mainline
     total: 76
     breakdown:

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Mar 28, 2023
1 parent 17d8106 commit ead965a
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions generator.yml
Expand Up @@ -428,8 +428,7 @@ builds:
- {<< : *x86_64_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allno, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_alpine, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_arch, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_tot}
Expand Down Expand Up @@ -499,8 +498,7 @@ builds:
- {<< : *x86_64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_gcov, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_arch, << : *next, << : *llvm_full, boot: true, << : *llvm_tot}
Expand Down Expand Up @@ -815,8 +813,7 @@ builds:
- {<< : *x86_64, << : *tip, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_allmod, << : *tip, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allno, << : *tip, << : *llvm_full, boot: false, << : *llvm_tot}
# -tip allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_tot}
###########
# ARM64 #
###########
Expand Down Expand Up @@ -898,8 +895,7 @@ builds:
- {<< : *x86_64_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allno, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_alpine, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *x86_64_arch, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *x86_64_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_latest}
Expand Down Expand Up @@ -969,8 +965,7 @@ builds:
- {<< : *x86_64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_gcov, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *x86_64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *x86_64_arch, << : *next, << : *llvm_full, boot: true, << : *llvm_latest}
Expand Down Expand Up @@ -1285,8 +1280,7 @@ builds:
- {<< : *x86_64, << : *tip, << : *llvm_full, boot: true, << : *llvm_latest}
- {<< : *x86_64_allmod, << : *tip, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allno, << : *tip, << : *llvm_full, boot: false, << : *llvm_latest}
# -tip allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_latest}
- {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_latest}
###########
# ARM64 #
###########
Expand Down Expand Up @@ -1364,8 +1358,7 @@ builds:
- {<< : *x86_64_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allno, << : *mainline, << : *llvm_full, boot: false, << : *llvm_15}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allyes, << : *mainline, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_alpine, << : *mainline, << : *llvm_full, boot: true, << : *llvm_15}
- {<< : *x86_64_arch, << : *mainline, << : *llvm_full, boot: true, << : *llvm_15}
- {<< : *x86_64_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_15}
Expand Down Expand Up @@ -1431,8 +1424,7 @@ builds:
- {<< : *x86_64_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allmod_lto, << : *next, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_15}
# x86_64 allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_gcov, << : *next, << : *llvm_full, boot: true, << : *llvm_15}
- {<< : *x86_64_alpine, << : *next, << : *llvm_full, boot: true, << : *llvm_15}
- {<< : *x86_64_arch, << : *next, << : *llvm_full, boot: true, << : *llvm_15}
Expand Down Expand Up @@ -1739,8 +1731,7 @@ builds:
- {<< : *x86_64, << : *tip, << : *llvm_full, boot: true, << : *llvm_15}
- {<< : *x86_64_allmod, << : *tip, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allno, << : *tip, << : *llvm_full, boot: false, << : *llvm_15}
# -tip allyesconfig disabled: https://github.com/ClangBuiltLinux/linux/issues/1768
# - {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_15}
- {<< : *x86_64_allyes, << : *tip, << : *llvm_full, boot: false, << : *llvm_15}
###########
# ARM64 #
###########
Expand Down

0 comments on commit ead965a

Please sign in to comment.