Skip to content

Commit 2a349f2

Browse files
timothytrippelpamaury
authored andcommitted
[orchestrator] re-enable the multistage test
This test was temporarily disabled to deal with CI issues that have now been resolved. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 922fc1b)
1 parent 74d787f commit 2a349f2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

sw/host/provisioning/orchestrator/tests/BUILD

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ sh_test(
9090
],
9191
)
9292

93+
sh_test(
94+
name = "e2e_multistage_test",
95+
srcs = ["e2e_multistage.sh"],
96+
data = [
97+
":orchestrator_cw310_zip",
98+
"@python3",
99+
],
100+
env = {
101+
"PYTHON": "$(location @python3//:python3)",
102+
},
103+
tags = [
104+
"changes_otp",
105+
"exclusive",
106+
"hyper310",
107+
"manuf",
108+
],
109+
)
110+
93111
[
94112
sh_test(
95113
name = "e2e_{}_{}_test".format(sku, fpga),
@@ -150,21 +168,3 @@ sh_test(
150168
"cw340",
151169
]
152170
]
153-
154-
# TODO: this test seems to work locally but fails in CI.
155-
# sh_test(
156-
# name = "e2e_multistage_test",
157-
# srcs = ["e2e_multistage.sh"],
158-
# data = [
159-
# ":orchestrator_zip",
160-
# "@rules_python//python:current_py_toolchain",
161-
# ],
162-
# env = {
163-
# "PYTHON": "$(PYTHON3)",
164-
# },
165-
# tags = [
166-
# "cw310",
167-
# "manuf",
168-
# ],
169-
# toolchains = ["@rules_python//python:current_py_toolchain"],
170-
# )

sw/host/provisioning/orchestrator/tests/e2e_multistage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $PYTHON ${ORCHESTRATOR_PATH} \
3030
--sku-config=sw/host/provisioning/orchestrator/configs/skus/emulation.hjson \
3131
--test-unlock-token="0x11111111_11111111_11111111_11111111" \
3232
--test-exit-token="0x22222222_22222222_22222222_22222222" \
33-
--fpga=hyper310 \
33+
--fpga=cw310 \
3434
--non-interactive \
3535
--cp-only \
3636
--db-path=$TEST_TMPDIR/registry.sqlite
@@ -42,7 +42,7 @@ $PYTHON ${ORCHESTRATOR_PATH} \
4242
--sku-config=sw/host/provisioning/orchestrator/configs/skus/emulation.hjson \
4343
--test-unlock-token="0x11111111_11111111_11111111_11111111" \
4444
--test-exit-token="0x22222222_22222222_22222222_22222222" \
45-
--fpga=hyper310 \
45+
--fpga=cw310 \
4646
--fpga-dont-clear-bitstream \
4747
--non-interactive \
4848
--db-path=$TEST_TMPDIR/registry.sqlite

0 commit comments

Comments
 (0)