Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip agent firewall and agent update e2e test run on flatcar. #3061

Merged
merged 2 commits into from
Feb 21, 2024
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
7 changes: 6 additions & 1 deletion tests_e2e/test_suites/agent_firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ tests:
images:
- "endorsed"
- "endorsed-arm64"
owns_vm: true # This vm cannot be shared with other tests because it modifies the firewall rules and agent status.
owns_vm: true # This vm cannot be shared with other tests because it modifies the firewall rules and agent status.
# Systemctl stop functionality changed and service doing restart on stop cmd in flatcar images. Thus breaking our tests.
# TODO: Enable once it is fixed
skip_on_images:
- "flatcar"
- "flatcar_arm64"
7 changes: 6 additions & 1 deletion tests_e2e/test_suites/agent_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ locations: "AzureCloud:eastus2euap"
owns_vm: true
skip_on_clouds:
- "AzureChinaCloud"
- "AzureUSGovernment"
- "AzureUSGovernment"
# Systemctl stop functionality changed and service doing restart on stop cmd in flatcar images. Thus breaking our tests.
# TODO: Enable once it is fixed
skip_on_images:
- "flatcar"
- "flatcar_arm64"
Loading