Skip to content

Commit 1999574

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 e82fc67 commit 1999574

File tree

1 file changed

+19
-18
lines changed
  • sw/host/provisioning/orchestrator/tests

1 file changed

+19
-18
lines changed

sw/host/provisioning/orchestrator/tests/BUILD

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,25 @@ sh_test(
9191
toolchains = ["@rules_python//python:current_py_toolchain"],
9292
)
9393

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

0 commit comments

Comments
 (0)