File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 405
405
executable : /bin/bash
406
406
chdir : " {{ kolla_ansible_src_dir }}"
407
407
when : scenario == 'zun'
408
+ environment :
409
+ BASE_DISTRO : " {{ base_distro }}"
408
410
409
411
- name : Run test-swift.sh script
410
412
script :
Original file line number Diff line number Diff line change @@ -99,6 +99,12 @@ function test_zun_logged {
99
99
openstack volume delete zun_test_volume
100
100
echo " SUCCESS: Zun Cinder volume attachment"
101
101
102
+ # NOTE(hongbin): temporarily skip capsule test due to #1941982
103
+ # See https://bugs.launchpad.net/zun/+bug/1941982
104
+ if [[ $BASE_DISTRO =~ ^(debian| ubuntu)$ ]]; then
105
+ return 0
106
+ fi
107
+
102
108
echo " TESTING: Zun capsule"
103
109
cat > /tmp/capsule.yaml << EOF
104
110
capsuleVersion: beta
You can’t perform that action at this time.
0 commit comments