Skip to content

Commit

Permalink
Disable PHD test in buildomat until CI is fixed
Browse files Browse the repository at this point in the history
Without buildomat hosts in the "lab-2.0" pool, the phd-run test will
automatically fail.  Disable both phd-run and phd-build jobs until they
have a chance at success.
  • Loading branch information
pfmooney committed Jul 21, 2023
1 parent 7729616 commit 7e6a653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/buildomat/jobs/phd-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#:
#: name = "phd-build"
#: enable = false
#: variety = "basic"
#: target = "helios-2.0"
#: rust_toolchain = "stable"
Expand Down
1 change: 1 addition & 0 deletions .github/buildomat/jobs/phd-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#:
#: name = "phd-run"
#: enable = false
#: variety = "basic"
#: target = "lab-2.0"
#: output_rules = [
Expand Down

0 comments on commit 7e6a653

Please sign in to comment.