Skip to content

Commit be021c9

Browse files
committed
Migrate from tuxsuite build-sets to plans
Ths build-sets has been deprecated for a long time and will be dropped in the future.
1 parent 07d0a00 commit be021c9

File tree

204 files changed

+2198
-4858
lines changed

Some content is hidden

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

204 files changed

+2198
-4858
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.14-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.14.y --job-name defconfigs --json-out builds.json tuxsuite/4.14-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.14-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.14.y --job-name defconfigs --json-out builds.json tuxsuite/4.14-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.14-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.14.y --job-name defconfigs --json-out builds.json tuxsuite/4.14-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.19-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.19.y --job-name defconfigs --json-out builds.json tuxsuite/4.19-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.19-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.19.y --job-name defconfigs --json-out builds.json tuxsuite/4.19-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.19-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.19.y --job-name defconfigs --json-out builds.json tuxsuite/4.19-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.9-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.9.y --job-name defconfigs --json-out builds.json tuxsuite/4.9-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.9-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.9.y --job-name defconfigs --json-out builds.json tuxsuite/4.9-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/4.9-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.9.y --job-name defconfigs --json-out builds.json tuxsuite/4.9-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

.github/workflows/5.10-clang-11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-11.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name defconfigs --json-out builds.json tuxsuite/5.10-clang-11.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -293,7 +293,7 @@ jobs:
293293
steps:
294294
- uses: actions/checkout@v3
295295
- name: tuxsuite
296-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-11.tux.yml || true
296+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name allconfigs --json-out builds.json tuxsuite/5.10-clang-11.tux.yml || true
297297
- name: save output
298298
uses: actions/upload-artifact@v3
299299
with:

.github/workflows/5.10-clang-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-12.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name defconfigs --json-out builds.json tuxsuite/5.10-clang-12.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -335,7 +335,7 @@ jobs:
335335
steps:
336336
- uses: actions/checkout@v3
337337
- name: tuxsuite
338-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-12.tux.yml || true
338+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name allconfigs --json-out builds.json tuxsuite/5.10-clang-12.tux.yml || true
339339
- name: save output
340340
uses: actions/upload-artifact@v3
341341
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name defconfigs --json-out builds.json tuxsuite/5.10-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -356,7 +356,7 @@ jobs:
356356
steps:
357357
- uses: actions/checkout@v3
358358
- name: tuxsuite
359-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-13.tux.yml || true
359+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name allconfigs --json-out builds.json tuxsuite/5.10-clang-13.tux.yml || true
360360
- name: save output
361361
uses: actions/upload-artifact@v3
362362
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name defconfigs --json-out builds.json tuxsuite/5.10-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -356,7 +356,7 @@ jobs:
356356
steps:
357357
- uses: actions/checkout@v3
358358
- name: tuxsuite
359-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-14.tux.yml || true
359+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name allconfigs --json-out builds.json tuxsuite/5.10-clang-14.tux.yml || true
360360
- name: save output
361361
uses: actions/upload-artifact@v3
362362
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name defconfigs --json-out builds.json tuxsuite/5.10-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -356,7 +356,7 @@ jobs:
356356
steps:
357357
- uses: actions/checkout@v3
358358
- name: tuxsuite
359-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.10-clang-16.tux.yml || true
359+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.10.y --job-name allconfigs --json-out builds.json tuxsuite/5.10-clang-16.tux.yml || true
360360
- name: save output
361361
uses: actions/upload-artifact@v3
362362
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-11.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name defconfigs --json-out builds.json tuxsuite/5.15-clang-11.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -566,7 +566,7 @@ jobs:
566566
steps:
567567
- uses: actions/checkout@v3
568568
- name: tuxsuite
569-
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/5.15-clang-11.tux.yml || true
569+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name distribution_configs --json-out builds.json tuxsuite/5.15-clang-11.tux.yml || true
570570
- name: save output
571571
uses: actions/upload-artifact@v3
572572
with:
@@ -792,7 +792,7 @@ jobs:
792792
steps:
793793
- uses: actions/checkout@v3
794794
- name: tuxsuite
795-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-11.tux.yml || true
795+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name allconfigs --json-out builds.json tuxsuite/5.15-clang-11.tux.yml || true
796796
- name: save output
797797
uses: actions/upload-artifact@v3
798798
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-12.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name defconfigs --json-out builds.json tuxsuite/5.15-clang-12.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -629,7 +629,7 @@ jobs:
629629
steps:
630630
- uses: actions/checkout@v3
631631
- name: tuxsuite
632-
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/5.15-clang-12.tux.yml || true
632+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name distribution_configs --json-out builds.json tuxsuite/5.15-clang-12.tux.yml || true
633633
- name: save output
634634
uses: actions/upload-artifact@v3
635635
with:
@@ -855,7 +855,7 @@ jobs:
855855
steps:
856856
- uses: actions/checkout@v3
857857
- name: tuxsuite
858-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-12.tux.yml || true
858+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name allconfigs --json-out builds.json tuxsuite/5.15-clang-12.tux.yml || true
859859
- name: save output
860860
uses: actions/upload-artifact@v3
861861
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name defconfigs --json-out builds.json tuxsuite/5.15-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -692,7 +692,7 @@ jobs:
692692
steps:
693693
- uses: actions/checkout@v3
694694
- name: tuxsuite
695-
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/5.15-clang-13.tux.yml || true
695+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name distribution_configs --json-out builds.json tuxsuite/5.15-clang-13.tux.yml || true
696696
- name: save output
697697
uses: actions/upload-artifact@v3
698698
with:
@@ -960,7 +960,7 @@ jobs:
960960
steps:
961961
- uses: actions/checkout@v3
962962
- name: tuxsuite
963-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-13.tux.yml || true
963+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name allconfigs --json-out builds.json tuxsuite/5.15-clang-13.tux.yml || true
964964
- name: save output
965965
uses: actions/upload-artifact@v3
966966
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name defconfigs --json-out builds.json tuxsuite/5.15-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -692,7 +692,7 @@ jobs:
692692
steps:
693693
- uses: actions/checkout@v3
694694
- name: tuxsuite
695-
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/5.15-clang-14.tux.yml || true
695+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name distribution_configs --json-out builds.json tuxsuite/5.15-clang-14.tux.yml || true
696696
- name: save output
697697
uses: actions/upload-artifact@v3
698698
with:
@@ -960,7 +960,7 @@ jobs:
960960
steps:
961961
- uses: actions/checkout@v3
962962
- name: tuxsuite
963-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-14.tux.yml || true
963+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name allconfigs --json-out builds.json tuxsuite/5.15-clang-14.tux.yml || true
964964
- name: save output
965965
uses: actions/upload-artifact@v3
966966
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name defconfigs --json-out builds.json tuxsuite/5.15-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:
@@ -692,7 +692,7 @@ jobs:
692692
steps:
693693
- uses: actions/checkout@v3
694694
- name: tuxsuite
695-
run: tuxsuite build-set --set-name distribution_configs --json-out builds.json --tux-config tuxsuite/5.15-clang-16.tux.yml || true
695+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name distribution_configs --json-out builds.json tuxsuite/5.15-clang-16.tux.yml || true
696696
- name: save output
697697
uses: actions/upload-artifact@v3
698698
with:
@@ -960,7 +960,7 @@ jobs:
960960
steps:
961961
- uses: actions/checkout@v3
962962
- name: tuxsuite
963-
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/5.15-clang-16.tux.yml || true
963+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.15.y --job-name allconfigs --json-out builds.json tuxsuite/5.15-clang-16.tux.yml || true
964964
- name: save output
965965
uses: actions/upload-artifact@v3
966966
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.4-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name defconfigs --json-out builds.json tuxsuite/5.4-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.4-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name defconfigs --json-out builds.json tuxsuite/5.4-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/5.4-clang-16.tux.yml || true
28+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-5.4.y --job-name defconfigs --json-out builds.json tuxsuite/5.4-clang-16.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

.github/workflows/android-4.14-clang-12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/android-4.14-clang-12.tux.yml || true
28+
run: tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-4.14-stable --job-name defconfigs --json-out builds.json tuxsuite/android-4.14-clang-12.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

.github/workflows/android-4.14-clang-13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/android-4.14-clang-13.tux.yml || true
28+
run: tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-4.14-stable --job-name defconfigs --json-out builds.json tuxsuite/android-4.14-clang-13.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

.github/workflows/android-4.14-clang-14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: tuxsuite
28-
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/android-4.14-clang-14.tux.yml || true
28+
run: tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-4.14-stable --job-name defconfigs --json-out builds.json tuxsuite/android-4.14-clang-14.tux.yml || true
2929
- name: save output
3030
uses: actions/upload-artifact@v3
3131
with:

0 commit comments

Comments
 (0)