Skip to content

Commit

Permalink
feat: upgrade reference pipeline stemcells to jammy
Browse files Browse the repository at this point in the history
- we upgraded the versions of TAS, PKS, and Healthwatch in the
  reference pipeline by a whole lot (TAS to 4.X, PKS to 1.17.X,
  Healthwatch to 2.2.X).  As a result, we need to fetch new
  stemcell lines since the old ones are super outdated now.
  • Loading branch information
Spimtav committed Sep 15, 2023
1 parent f640cd0 commit be8749a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/download-products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resources:
aws_role_arn: ((s3_with_role.role_arn))
bucket: ((s3_pivnet_products_bucket))
region_name: ((s3_region_name))
regexp: pks-stemcell/\[stemcells-ubuntu-xenial,(.*)\]light-bosh-stemcell-.*-google.*\.tgz
regexp: pks-stemcell/\[stemcells-ubuntu-jammy,(.*)\]light-bosh-stemcell-.*-google.*\.tgz

- name: tas-product
type: s3-with-arn
Expand All @@ -65,7 +65,7 @@ resources:
aws_role_arn: ((s3_with_role.role_arn))
bucket: ((s3_pivnet_products_bucket))
region_name: ((s3_region_name))
regexp: tas-stemcell/\[stemcells-ubuntu-xenial,(.*)\]light-bosh-stemcell-.*-google.*\.tgz
regexp: tas-stemcell/\[stemcells-ubuntu-jammy,(.*)\]light-bosh-stemcell-.*-google.*\.tgz

- name: healthwatch-product
type: s3-with-arn
Expand Down Expand Up @@ -105,7 +105,7 @@ resources:
aws_role_arn: ((s3_with_role.role_arn))
bucket: ((s3_pivnet_products_bucket))
region_name: ((s3_region_name))
regexp: healthwatch-stemcell/\[stemcells-ubuntu-xenial,(.*)\]light-bosh-stemcell-.*-google.*\.tgz
regexp: healthwatch-stemcell/\[stemcells-ubuntu-jammy,(.*)\]light-bosh-stemcell-.*-google.*\.tgz

- name: telemetry-product
type: s3-with-arn
Expand Down

0 comments on commit be8749a

Please sign in to comment.