Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nieuwejaar committed Dec 3, 2023
1 parent 8cf3e2a commit 8dc258b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions package-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ only_for_targets.image = "standard"
# 2. Copy dendrite.tar.gz from dendrite/out to omicron/out
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "2af6adea85c62ac37e451148b84e5eb0ef005f36"
source.sha256 = "dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1"
source.commit = "553640eb46975f5d9a397b2009d4535e54185098"
source.sha256 = "c91e0b3b336ddc7dc76f467558294053bad2c85227972dc259143db80c4eb83e"
output.type = "zone"
output.intermediate_only = true

Expand All @@ -501,8 +501,8 @@ only_for_targets.image = "standard"
# 2. Copy the output zone image from dendrite/out to omicron/out
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "2af6adea85c62ac37e451148b84e5eb0ef005f36"
source.sha256 = "c34b10d47fa3eb9f9f6b3655ea4ed8a726f93399ea177efea79f5c89f2ab5a1e"
source.commit = "553640eb46975f5d9a397b2009d4535e54185098"
source.sha256 = "791d4c0a5c226c2d9edd9b50b78490c05e0afdf151c99e00b34c1d3b7c11e943"
output.type = "zone"
output.intermediate_only = true

Expand All @@ -519,8 +519,8 @@ only_for_targets.image = "standard"
# 2. Copy dendrite.tar.gz from dendrite/out to omicron/out/dendrite-softnpu.tar.gz
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "2af6adea85c62ac37e451148b84e5eb0ef005f36"
source.sha256 = "ce7065227c092ee82704f39a966b7441e3ae82d75eedb6eb281bd8b3e5873e32"
source.commit = "553640eb46975f5d9a397b2009d4535e54185098"
source.sha256 = "7246fa9a05695582c00caeaec9e50db8fc638f9a06623a434983ba2237c96fa5"
output.type = "zone"
output.intermediate_only = true

Expand Down
2 changes: 1 addition & 1 deletion tools/ci_download_softnpu_machinery
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OUT_DIR="out/npuzone"

# Pinned commit for softnpu ASIC simulator
SOFTNPU_REPO="softnpu"
SOFTNPU_COMMIT="dec63e67156fe6e958991bbfa090629868115ab5"
SOFTNPU_COMMIT="ed919c8ae1cadbab9501040585648e50ab52c2de"

# This is the softnpu ASIC simulator
echo "fetching npuzone"
Expand Down
4 changes: 2 additions & 2 deletions tools/create_virtual_hardware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ function ensure_softnpu_zone {
--omicron-zone \
--ports sc0_0,tfportrear0_0 \
--ports sc0_1,tfportqsfp0_0 \
--sidecar-lite-commit f0585a29fb0285f7a1220c1118856b0e5c1f75c5 \
--softnpu-commit dec63e67156fe6e958991bbfa090629868115ab5
--sidecar-lite-commit 469682ff31097547e6a116e7b62c90cd126aba82 \
--softnpu-commit ed919c8ae1cadbab9501040585648e50ab52c2de
}
"$SOURCE_DIR"/scrimlet/softnpu-init.sh
success "softnpu zone exists"
Expand Down
4 changes: 2 additions & 2 deletions tools/dendrite_openapi_version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMIT="2af6adea85c62ac37e451148b84e5eb0ef005f36"
SHA2="07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0"
COMMIT="553640eb46975f5d9a397b2009d4535e54185098"
SHA2="af30826539757523e2cb0de99aaabd957b9b544ad0d8b4ac929c246dc48f8e98"
6 changes: 3 additions & 3 deletions tools/dendrite_stub_checksums
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CIDL_SHA256_ILLUMOS="dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1"
CIDL_SHA256_LINUX_DPD="b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c"
CIDL_SHA256_LINUX_SWADM="6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe"
CIDL_SHA256_ILLUMOS="c91e0b3b336ddc7dc76f467558294053bad2c85227972dc259143db80c4eb83e"
CIDL_SHA256_LINUX_DPD="a6a8af6461a89649ce826a1875b00a196425383c7a11f03bdacba0d6a55ca208"
CIDL_SHA256_LINUX_SWADM="a780ebdc2a1c99c3471c223afdc4641a13951aadb9e589d31b48e3345d2efafd"

0 comments on commit 8dc258b

Please sign in to comment.