Skip to content

Commit

Permalink
try reenabling PHD jobs
Browse files Browse the repository at this point in the history
I think the old physical runners might be in the lab-2.0 pool now (one of them
is running a job with the lab-2.0-opte-0.23 target), so this is worth a punt.
  • Loading branch information
gjcolombo committed Aug 9, 2023
1 parent f2f0ad2 commit 956f866
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/buildomat/jobs/phd-build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
#:
#: name = "phd-build"
#: enable = false
#: variety = "basic"
#: target = "helios-2.0"
#: rust_toolchain = "stable"
Expand Down
3 changes: 0 additions & 3 deletions .github/buildomat/jobs/phd-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
#:
#: name = "phd-run"
#: enable = false
#: variety = "basic"
#: target = "lab-2.0"
#: output_rules = [
Expand Down Expand Up @@ -49,8 +48,6 @@ runner="$phddir/phd-runner"
artifacts="$phddir/artifacts.toml"
propolis="$phddir/propolis-server"

# TODO: Leverage ZFS artifact support in PHD.

ls $runner
ls $artifacts
ls $propolis
Expand Down

0 comments on commit 956f866

Please sign in to comment.