File tree Expand file tree Collapse file tree 10 files changed +12
-149
lines changed Expand file tree Collapse file tree 10 files changed +12
-149
lines changed Original file line number Diff line number Diff line change 6767 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868 - name : tuxsuite
6969 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-19.tux.yml || true
70+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-19.tux.yml || true
7171 - name : Update Cache Build Status
7272 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373 run : python caching/update.py
@@ -197,7 +197,7 @@ jobs:
197197 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
198198 - name : tuxsuite
199199 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
200- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-19.tux.yml || true
200+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json tuxsuite/android-mainline-clang-19.tux.yml || true
201201 - name : Update Cache Build Status
202202 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
203203 run : python caching/update.py
Original file line number Diff line number Diff line change 6767 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868 - name : tuxsuite
6969 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-20.tux.yml || true
70+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-20.tux.yml || true
7171 - name : Update Cache Build Status
7272 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373 run : python caching/update.py
@@ -197,7 +197,7 @@ jobs:
197197 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
198198 - name : tuxsuite
199199 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
200- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-20.tux.yml || true
200+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json tuxsuite/android-mainline-clang-20.tux.yml || true
201201 - name : Update Cache Build Status
202202 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
203203 run : python caching/update.py
Original file line number Diff line number Diff line change 6767 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868 - name : tuxsuite
6969 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-21.tux.yml || true
70+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-21.tux.yml || true
7171 - name : Update Cache Build Status
7272 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373 run : python caching/update.py
@@ -197,7 +197,7 @@ jobs:
197197 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
198198 - name : tuxsuite
199199 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
200- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-21.tux.yml || true
200+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json tuxsuite/android-mainline-clang-21.tux.yml || true
201201 - name : Update Cache Build Status
202202 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
203203 run : python caching/update.py
Original file line number Diff line number Diff line change 6767 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868 - name : tuxsuite
6969 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-22.tux.yml || true
70+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-22.tux.yml || true
7171 - name : Update Cache Build Status
7272 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373 run : python caching/update.py
@@ -197,7 +197,7 @@ jobs:
197197 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
198198 - name : tuxsuite
199199 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
200- run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-22.tux.yml || true
200+ run : tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name allconfigs --json-out builds.json tuxsuite/android-mainline-clang-22.tux.yml || true
201201 - name : Update Cache Build Status
202202 if : ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
203203 run : python caching/update.py
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# This file has been autogenerated by invoking:
33# $ ./generate_tuxsuite.py android-mainline
44# Invoke tuxsuite via:
5- # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-19.tux.yml
5+ # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-19.tux.yml
66# Invoke locally via:
77# $ git clone -b android-mainline --depth=1 https://android.googlesource.com/kernel/common.git linux
8- # $ git -C linux quiltimport --patches ../patches/android-mainline
98# $ scripts/build-local.py -C linux -f tuxsuite/android-mainline-clang-19.tux.yml -j defconfigs
109version : 1
1110name : https://android.googlesource.com/kernel/common.git at android-mainline
Original file line number Diff line number Diff line change 22# This file has been autogenerated by invoking:
33# $ ./generate_tuxsuite.py android-mainline
44# Invoke tuxsuite via:
5- # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-20.tux.yml
5+ # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-20.tux.yml
66# Invoke locally via:
77# $ git clone -b android-mainline --depth=1 https://android.googlesource.com/kernel/common.git linux
8- # $ git -C linux quiltimport --patches ../patches/android-mainline
98# $ scripts/build-local.py -C linux -f tuxsuite/android-mainline-clang-20.tux.yml -j defconfigs
109version : 1
1110name : https://android.googlesource.com/kernel/common.git at android-mainline
Original file line number Diff line number Diff line change 22# This file has been autogenerated by invoking:
33# $ ./generate_tuxsuite.py android-mainline
44# Invoke tuxsuite via:
5- # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-21.tux.yml
5+ # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-21.tux.yml
66# Invoke locally via:
77# $ git clone -b android-mainline --depth=1 https://android.googlesource.com/kernel/common.git linux
8- # $ git -C linux quiltimport --patches ../patches/android-mainline
98# $ scripts/build-local.py -C linux -f tuxsuite/android-mainline-clang-21.tux.yml -j defconfigs
109version : 1
1110name : https://android.googlesource.com/kernel/common.git at android-mainline
Original file line number Diff line number Diff line change 22# This file has been autogenerated by invoking:
33# $ ./generate_tuxsuite.py android-mainline
44# Invoke tuxsuite via:
5- # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json --patch-series patches/android-mainline tuxsuite/android-mainline-clang-22.tux.yml
5+ # $ tuxsuite plan --git-repo https://android.googlesource.com/kernel/common.git --git-ref android-mainline --job-name defconfigs --json-out builds.json tuxsuite/android-mainline-clang-22.tux.yml
66# Invoke locally via:
77# $ git clone -b android-mainline --depth=1 https://android.googlesource.com/kernel/common.git linux
8- # $ git -C linux quiltimport --patches ../patches/android-mainline
98# $ scripts/build-local.py -C linux -f tuxsuite/android-mainline-clang-22.tux.yml -j defconfigs
109version : 1
1110name : https://android.googlesource.com/kernel/common.git at android-mainline
You can’t perform that action at this time.
0 commit comments