Skip to content

Commit 7acec29

Browse files
arampriceselzoc
andcommitted
Make ci directory consistent with other repos
Also get rid of a xenial reference. Co-authored-by: Chris Selzo <chris.selzo@broadcom.com>
1 parent 17ed736 commit 7acec29

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

ci/pipelines/configure.sh renamed to ci/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
88

99
fly -t bosh-ecosystem set-pipeline \
1010
-p bpm \
11-
-c "${SCRIPT_DIR}/bpm.yml"
11+
-c "${SCRIPT_DIR}/pipeline.yml"

ci/pipelines/bpm.yml renamed to ci/pipeline.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- get: bpm-release
130130
trigger: true
131131
- task: test-unit
132-
file: bpm-release/ci/test-unit.yml
132+
file: bpm-release/ci/tasks/test-unit.yml
133133
privileged: true
134134

135135
- name: test-acceptance-jammy
@@ -140,7 +140,7 @@ jobs:
140140
- get: boshlite-jammy-stemcell
141141
trigger: true
142142
- task: test-acceptance
143-
file: bpm-release/ci/test-acceptance.yml
143+
file: bpm-release/ci/tasks/test-acceptance.yml
144144
params:
145145
STEMCELL_NAME: ubuntu-jammy
146146
input_mapping:
@@ -156,9 +156,7 @@ jobs:
156156
trigger: true
157157
- get: bpm-bosh-io
158158
- task: test-acceptance
159-
file: bpm-release/ci/test-upgrade.yml
160-
params:
161-
STEMCELL_NAME: ubuntu-jammy
159+
file: bpm-release/ci/tasks/test-upgrade.yml
162160
input_mapping:
163161
bosh-stemcell: boshlite-jammy-stemcell
164162
privileged: true
@@ -187,7 +185,7 @@ jobs:
187185
credentials_source: static
188186
json_key: '((cf-secenablement-bpm_bpm-release_gcp_credentials_json))'
189187
- task: test-acceptance
190-
file: bpm-release/ci/test-acceptance.yml
188+
file: bpm-release/ci/tasks/test-acceptance.yml
191189
input_mapping:
192190
bpm-release: bumped-bpm-release
193191
params:
@@ -344,7 +342,7 @@ jobs:
344342
- get: release-notes
345343
- get: golang-release
346344
- task: bump-local-version
347-
file: bpm-release/ci/bump-local-version.yml
345+
file: bpm-release/ci/tasks/bump-local-version.yml
348346
image: bosh-integration-image
349347
- task: finalize-release
350348
file: bosh-shared-ci/tasks/release/create-final-release.yml
@@ -378,7 +376,7 @@ jobs:
378376
generate_release_notes: true
379377
- task: bump-local-version
380378
image: bosh-integration-image
381-
file: bpm-release/ci/bump-local-version.yml
379+
file: bpm-release/ci/tasks/bump-local-version.yml
382380
input_mapping:
383381
bpm-release: release_repo
384382
params:
@@ -427,7 +425,7 @@ jobs:
427425
json_key: '((cf-secenablement-bpm_bpm-release_gcp_credentials_json))'
428426
file: bpm-release/ci/tasks/bump-runc-package.yml
429427
- task: test-unit
430-
file: bpm-release/ci/test-unit.yml
428+
file: bpm-release/ci/tasks/test-unit.yml
431429
privileged: true
432430
input_mapping:
433431
bpm-release: bumped-bpm-release
File renamed without changes.

ci/bump-local-version.yml renamed to ci/tasks/bump-local-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ params:
1717
DEV: ~
1818

1919
run:
20-
path: bpm-release/ci/scripts/bump-local-version
20+
path: bpm-release/ci/tasks/bump-local-version
File renamed without changes.
File renamed without changes.

ci/test-upgrade.yml renamed to ci/tasks/test-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
- name: bosh-stemcell
1313

1414
params:
15-
STEMCELL_NAME: ubuntu-xenial
15+
STEMCELL_NAME: ubuntu-jammy
1616

1717
run:
1818
path: bpm-release/scripts/test-upgrade

0 commit comments

Comments
 (0)