Skip to content

Commit acc7f82

Browse files
committed
CI: add flag for ipv6 testing
1 parent 3ea5d44 commit acc7f82

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ci/pipeline-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ jobs:
568568
timeout: 15m
569569
serial: true
570570

571+
#@ if data.values.stemcell_details.test_ipv6:
571572
- name: test-stemcells-ipv6
572573
plan:
573574
- do:
@@ -636,6 +637,7 @@ jobs:
636637
attempts: 3
637638
timeout: 15m
638639
serial: true
640+
#@ end
639641

640642
#@ for iaas in data.values.stemcell_details.include_iaas:
641643
- #@ build_stemcell(iaas.iaas, iaas.hypervisor)

ci/pipeline-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ stemcell_details:
99
os_short_name: jammy
1010
subnet_int: "22" #! use last two digits of release year: ex 2010 -> 10
1111
use_efi: false
12+
test_ipv6: true
1213
bot_email: infra@cloudfoundry.org
1314
bot_name: CI Bot
1415
include_iaas: [

0 commit comments

Comments
 (0)