File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
sw/host/provisioning/orchestrator/tests Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff 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 ),
@@ -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- # "hyper310",
169- # "manuf",
170- # ],
171- # toolchains = ["@rules_python//python:current_py_toolchain"],
172- # )
You can’t perform that action at this time.
0 commit comments