Skip to content

Commit

Permalink
Merge branch 'main' into unbork-counters
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jun 6, 2024
2 parents 320082a + 01bc9ad commit 3f7f629
Show file tree
Hide file tree
Showing 192 changed files with 4,974 additions and 2,887 deletions.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/a4x2-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "a4x2-deploy"
#: variety = "basic"
#: target = "lab-2.0-opte-0.29"
#: target = "lab-2.0-opte-0.31"
#: output_rules = [
#: "/out/falcon/*.log",
#: "/out/falcon/*.err",
Expand Down
3 changes: 2 additions & 1 deletion .github/buildomat/jobs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#:
#: name = "helios / deploy"
#: variety = "basic"
#: target = "lab-2.0-opte-0.29"
#: target = "lab-2.0-opte-0.31"
#: output_rules = [
#: "%/var/svc/log/oxide-sled-agent:default.log*",
#: "%/zone/oxz_*/root/var/svc/log/oxide-*.log*",
Expand Down Expand Up @@ -50,6 +50,7 @@ _exit_trap() {
dump-state
pfexec /opt/oxide/opte/bin/opteadm list-ports
pfexec /opt/oxide/opte/bin/opteadm dump-v2b
pfexec /opt/oxide/opte/bin/opteadm dump-v2p
z_swadm link ls
z_swadm addr list
z_swadm route list
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 @@ -20,7 +20,7 @@ WORK=/work
pfexec mkdir -p $WORK && pfexec chown $USER $WORK

ptime -m ./tools/install_builder_prerequisites.sh -yp
ptime -m ./tools/ci_download_softnpu_machinery
ptime -m cargo xtask download softnpu

# Build the test target
export CARGO_INCREMENTAL=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@7491b900536dd0dae2e47ce7c17f140e46328dc4 # v2
uses: taiki-e/install-action@51b8ba088c63d8750c618764ff2030742da0ec19 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
Loading

0 comments on commit 3f7f629

Please sign in to comment.