Skip to content

Commit 30bf5a7

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 9d5328d commit 30bf5a7

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_hyper310_zip",
99+
"@rules_python//python:current_py_toolchain",
100+
],
101+
env = {
102+
"PYTHON": "$(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),
@@ -153,21 +172,3 @@ sh_test(
153172
"cw340",
154173
]
155174
]
156-
157-
# TODO: this test seems to work locally but fails in CI.
158-
# sh_test(
159-
# name = "e2e_multistage_test",
160-
# srcs = ["e2e_multistage.sh"],
161-
# data = [
162-
# ":orchestrator_zip",
163-
# "@rules_python//python:current_py_toolchain",
164-
# ],
165-
# env = {
166-
# "PYTHON": "$(PYTHON3)",
167-
# },
168-
# tags = [
169-
# "cw310",
170-
# "manuf",
171-
# ],
172-
# toolchains = ["@rules_python//python:current_py_toolchain"],
173-
# )

0 commit comments

Comments
 (0)