Skip to content

Commit

Permalink
chore(system-tests-k8s): untag broken k8s tests (#3472)
Browse files Browse the repository at this point in the history
Removing `k8s` tag from tests that are not functional on k8s. Tag will
be added back again once the cause is identified and resolved. This
change is **only relevant for having system tests functional on k8s**
(this project is still in incubation phase).
  • Loading branch information
marko-k0 authored Jan 16, 2025
1 parent 86357ae commit 3674589
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions rs/tests/ckbtc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ system_test_nns(
},
flaky = True,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down Expand Up @@ -129,7 +128,6 @@ system_test_nns(
extra_head_nns_tags = [], # don't run the head_nns variant on nightly since it aleady runs on long_test.
flaky = True,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down Expand Up @@ -160,7 +158,6 @@ system_test_nns(
extra_head_nns_tags = [], # don't run the head_nns variant on nightly since it aleady runs on long_test.
flaky = True,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down Expand Up @@ -191,7 +188,6 @@ system_test_nns(
extra_head_nns_tags = [], # don't run the head_nns variant on nightly since it aleady runs on long_test.
flaky = True,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down Expand Up @@ -222,7 +218,6 @@ system_test_nns(
extra_head_nns_tags = [], # don't run the head_nns variant on nightly since it aleady runs on long_test.
flaky = True,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down
3 changes: 0 additions & 3 deletions rs/tests/cross_chain/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ system_test_nns(
"LEDGER_WASM_PATH": "$(rootpath //rs/ledger_suite/icrc1/ledger:ledger_canister_u256.wasm.gz)",
"LEDGER_SUITE_ORCHESTRATOR_WASM_PATH": "$(rootpath //rs/ethereum/ledger-suite-orchestrator:ledger_suite_orchestrator_canister.wasm.gz)",
},
tags = [
"k8s",
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
runtime_deps =
BOUNDARY_NODE_GUESTOS_RUNTIME_DEPS +
Expand Down
1 change: 0 additions & 1 deletion rs/tests/message_routing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ system_test_nns(
},
extra_head_nns_tags = ["manual"], # only run this test with the mainnet NNS canisters.
tags = [
"k8s",
"system_test_hotfix",
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
Expand Down
3 changes: 0 additions & 3 deletions rs/tests/networking/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ system_test_nns(
"PROXY_WASM_PATH": "$(rootpath //rs/rust_canisters/proxy_canister:proxy_canister)",
},
flaky = True,
tags = [
"k8s",
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
runtime_deps =
GUESTOS_RUNTIME_DEPS +
Expand Down

0 comments on commit 3674589

Please sign in to comment.