Skip to content

Commit

Permalink
Test new buildomat image
Browse files Browse the repository at this point in the history
  • Loading branch information
papertigers committed Dec 27, 2023
1 parent 78a9777 commit 9b673a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/build-and-test-helios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "build-and-test (helios)"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: rust_toolchain = "1.72.1"
#: output_rules = [
#: "/var/tmp/omicron_tmp/*",
Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/ci-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "helios / CI tools"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: rust_toolchain = "1.72.1"
#: output_rules = [
#: "=/work/end-to-end-tests/*.gz",
Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "clippy (helios)"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: rust_toolchain = "1.72.1"
#: output_rules = []

Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/host-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "helios / build OS images"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: rust_toolchain = "1.72.1"
#: output_rules = [
#: "=/work/helios/upload/os-host.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "helios / package"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: rust_toolchain = "1.72.1"
#: output_rules = [
#: "=/work/version.txt",
Expand Down
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/tuf-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "helios / build TUF repo"
#: variety = "basic"
#: target = "helios-2.0"
#: target = "helios-2.0-20231220"
#: output_rules = [
#: "=/work/manifest*.toml",
#: "=/work/repo-*.zip.part*",
Expand Down

0 comments on commit 9b673a7

Please sign in to comment.