Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ci: skip dns liveness test after upgrade #4237

Merged
merged 1 commit into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/e2e/test_cluster_configs/availabilityset.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"env": {
"UPGRADE_CLUSTER": true,
"SCALE_CLUSTER": true,
"STABILITY_ITERATIONS": "0"
"STABILITY_ITERATIONS": "0",
"GINKGO_SKIP_AFTER_UPGRADE": "dns-liveness pod"
},
"apiModel": {
"apiVersion": "vlabs",
Expand Down
1 change: 1 addition & 0 deletions test/e2e/test_cluster_configs/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"UPGRADE_CLUSTER": true,
"GET_CLUSTER_LOGS": true,
"GINKGO_SKIP_AFTER_SCALE_DOWN": "should report all nodes in a Ready state",
"GINKGO_SKIP_AFTER_UPGRADE": "dns-liveness pod",
"SKIP_TESTS": "false",
"SKIP_TESTS_AFTER_ADD_POOL": "true",
"SKIP_TESTS_AFTER_SCALE_DOWN": "true",
Expand Down