Skip to content

Commit

Permalink
Merge branch 'set-all-scheduled-system-tests-flaky' into 'master'
Browse files Browse the repository at this point in the history
Set all scheduled system-tests as flaky

As agreed today with @mykola.dzham1, we mark all `system-tests` in the `rc` job `bazel-nightly` as flaky.
They will run up 3 times. Thus, I extended the job timeout to a safe value of 7.5 h. 

See merge request dfinity-lab/public/ic!11794
  • Loading branch information
nikolay-komarevskiy committed Apr 11, 2023
2 parents a954c93 + ccafd5a commit 60a8e46
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion gitlab-ci/config/20--test--bazel-pipeline.yml
Expand Up @@ -131,7 +131,7 @@ bazel-system-test-nightly:
variables:
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel --test_tag_filters=system_test_nightly"
BAZEL_TARGETS: "//..."
timeout: 200 minutes
timeout: 7h 30m

bazel-config-check-all-rebuild:
extends:
Expand Down
1 change: 0 additions & 1 deletion rs/tests/boundary_nodes/BUILD.bazel
Expand Up @@ -42,7 +42,6 @@ system_test(

system_test(
name = "boundary_node_update_workload_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down
1 change: 0 additions & 1 deletion rs/tests/financial_integrations/BUILD.bazel
Expand Up @@ -35,7 +35,6 @@ system_test(

system_test(
name = "token_fault_tolerance_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down
1 change: 0 additions & 1 deletion rs/tests/message_routing/BUILD.bazel
Expand Up @@ -14,7 +14,6 @@ system_test(

system_test(
name = "rejoin_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down
6 changes: 0 additions & 6 deletions rs/tests/networking/BUILD.bazel
Expand Up @@ -69,7 +69,6 @@ system_test(

system_test(
name = "canister_http_remote_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_nightly",
Expand All @@ -85,7 +84,6 @@ system_test(

system_test(
name = "canister_http_time_out_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_nightly",
Expand All @@ -101,7 +99,6 @@ system_test(

system_test(
name = "firewall_priority_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand All @@ -125,7 +122,6 @@ system_test(

system_test(
name = "query_workload_long_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_nightly",
Expand All @@ -149,7 +145,6 @@ system_test(

system_test(
name = "update_workload_large_payload",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_nightly",
Expand All @@ -162,7 +157,6 @@ system_test(

system_test(
name = "update_workload_long_test",
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_nightly",
Expand Down
5 changes: 0 additions & 5 deletions rs/tests/nns/sns/BUILD.bazel
Expand Up @@ -19,7 +19,6 @@ SNS_CANISTER_RUNTIME_DEPS = [":sns-canisters"]

system_test(
name = "deploy_with_sale",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand All @@ -33,7 +32,6 @@ system_test(

system_test(
name = "sale_participation",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand All @@ -47,7 +45,6 @@ system_test(

system_test(
name = "sale_mass_participation",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down Expand Up @@ -104,7 +101,6 @@ system_test(

system_test(
name = "aggregation_canister_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down Expand Up @@ -182,7 +178,6 @@ system_test(

system_test(
name = "payment_flow_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down
3 changes: 0 additions & 3 deletions rs/tests/testing_verification/BUILD.bazel
Expand Up @@ -34,7 +34,6 @@ system_test(

system_test(
name = "basic_health_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down Expand Up @@ -65,7 +64,6 @@ system_test(

system_test(
name = "ii_delegation_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down Expand Up @@ -144,7 +142,6 @@ rust_test(

system_test(
name = "workload_counter_canister_test",
flaky = False, # remove after when PFOPS-3148 is resolved
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"system_test_hourly",
Expand Down

0 comments on commit 60a8e46

Please sign in to comment.