Skip to content

Commit

Permalink
ci: Regenerate TuxSuite and workflow files
Browse files Browse the repository at this point in the history
[skip actions]

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 23, 2022
1 parent e46d6ae commit ec557b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tip.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: tuxsuite
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml --patch-series patches/tip || true
run: tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: tuxsuite
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml --patch-series patches/tip || true
run: tuxsuite build-set --set-name allconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml || true
- name: save output
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion tuxsuite/tip.tux.yml
Expand Up @@ -2,7 +2,7 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py < generator.yml tip > tuxsuite/tip.tux.yml
# Invoke tuxsuite via:
# $ tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml --patch-series patches/tip
# $ tuxsuite build-set --set-name defconfigs --json-out builds.json --tux-config tuxsuite/tip.tux.yml
sets:
- name: defconfigs
builds:
Expand Down

0 comments on commit ec557b2

Please sign in to comment.