Skip to content

Commit 89243be

Browse files
committed
We work at a computer company. Let's use our computers
Presently there is a shortage of servers to run Buildomat workers for CI jobs. Fortunately, we work at a company that makes servers. So we can just make more servers. And then we can use those servers for CI. And then everyone's happy. In order to do that, we must use the `lab-2.0-gimlet` Buildomat target rather than `helios-2.0` or `lab-2.0-opte` targets. It's possible that some or all of Omicron's CI cannot easily do that due to special-cased behavior for the `i86pc` architecture to detect running in a dev environment. Luckily, no such behavior exists in Propolis, so (hopefully!) we can just switch our Buildomat jobs to the `lab-2.0-gimlet` target and (hopefully) it will Just Work. This way, we're not competing with Omicron builds for the relatively scarce non-Gimlet workers.
1 parent 7d4e2a4 commit 89243be

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/buildomat/jobs/check-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "header-check"
44
#: variety = "basic"
5-
#: target = "helios-2.0"
5+
#: target = "lab-2.0-gimlet"
66
#: rust_toolchain = true
77
#:
88

.github/buildomat/jobs/falcon-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "falcon"
44
#: variety = "basic"
5-
#: target = "helios-2.0"
5+
#: target = "lab-2.0-gimlet"
66
#: rust_toolchain = "stable"
77
#: output_rules = [
88
#: "/work/release/*",

.github/buildomat/jobs/image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "image"
44
#: variety = "basic"
5-
#: target = "helios-2.0"
5+
#: target = "lab-2.0-gimlet"
66
#: rust_toolchain = "stable"
77
#: output_rules = [
88
#: "/out/*",

.github/buildomat/jobs/phd-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "phd-build"
44
#: variety = "basic"
5-
#: target = "helios-2.0"
5+
#: target = "lab-2.0-gimlet"
66
#: rust_toolchain = "stable"
77
#: output_rules = [
88
#: "/out/*",

.github/buildomat/jobs/phd-run-migrate-from-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "phd-run-migrate-from-base"
44
#: variety = "basic"
5-
#: target = "lab-2.0-opte"
5+
#: target = "lab-2.0-gimlet"
66
#: output_rules = [
77
#: "/tmp/phd-runner.log",
88
#: "/tmp/phd-tmp-files.tar.gz",

.github/buildomat/jobs/phd-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "phd-run"
44
#: variety = "basic"
5-
#: target = "lab-2.0-opte"
5+
#: target = "lab-2.0-gimlet"
66
#: output_rules = [
77
#: "/tmp/phd-runner.log",
88
#: "/tmp/phd-tmp-files.tar.gz",

0 commit comments

Comments
 (0)