Skip to content

Commit

Permalink
[ci][autoscaling] Add a note to the vars file for autoscaling (#215)
Browse files Browse the repository at this point in the history
The note explains why os-net-config is skipped
  • Loading branch information
elfiesmelfie authored Jan 30, 2025
1 parent 24eae54 commit 70857ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/vars-functional-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
# temp: skip os-net-setup
# This is added so we skip the os_net_setup role, which would normally be used
# to create a network.
# A network gets created by `make edpm_deploy_instance` during the autoscaling
# tests.
# skip os-net-setup
cifmw_os_net_setup_config: []
post_deploy_00_run_functional_test:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_autoscaling_osp18.yml"
Expand Down

0 comments on commit 70857ad

Please sign in to comment.