Add noci tag to tests that take too long to run
Change-Id: Iaa28eb1fab404bab43c7f05aa4a548ea844e764d
Bypass-Presubmit-Reason: Passed presubmit
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 96ad4b8..ace8336 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -27,6 +27,7 @@
model = "//quant_models:mobilenet_v1_0.75_224_int8_dummy.tflite",
iterations = 3,
iss_test_size = "large",
+ hw_test_tags = ["noci"],
)
kelvin_benchmark_simulator(
@@ -34,6 +35,7 @@
model = "//quant_models:mobilenet_v1_0.5_224_int8_dummy.tflite",
iterations = 3,
iss_test_size = "enormous",
+ hw_test_tags = ["noci"],
)
kelvin_benchmark_simulator(
@@ -41,6 +43,7 @@
model = "//quant_models:mobilenet_v1_0.25_224_int8_dummy.tflite",
iterations = 3,
iss_test_size = "large",
+ hw_test_tags = ["noci"],
)
kelvin_benchmark_simulator(
@@ -48,6 +51,7 @@
model = "//quant_models:mobilenet_v2_0.25_224_int8_dummy.tflite",
iterations = 3,
iss_test_size = "large",
+ hw_test_tags = ["noci"],
)
kelvin_benchmark_simulator(
@@ -55,6 +59,7 @@
model = "//quant_models:mobilenet_v2_0.50_224_int8_dummy.tflite",
iterations = 3,
iss_test_size = "large",
+ hw_test_tags = ["noci"],
)
# Builds both ASIC and FPGA.