Skip to content
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
2 changes: 2 additions & 0 deletions ci/pipeline-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ jobs:
timeout: 15m
serial: true

#@ if data.values.stemcell_details.test_ipv6:
- name: test-stemcells-ipv6
plan:
- do:
Expand Down Expand Up @@ -636,6 +637,7 @@ jobs:
attempts: 3
timeout: 15m
serial: true
#@ end

#@ for iaas in data.values.stemcell_details.include_iaas:
- #@ build_stemcell(iaas.iaas, iaas.hypervisor)
Expand Down
1 change: 1 addition & 0 deletions ci/pipeline-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ stemcell_details:
os_short_name: jammy
subnet_int: "22" #! use last two digits of release year: ex 2010 -> 10
use_efi: false
test_ipv6: true
bot_email: infra@cloudfoundry.org
bot_name: CI Bot
include_iaas: [
Expand Down
Loading