Skip to content

Commit

Permalink
remove dev branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenehret committed Apr 8, 2024
1 parent 80ae6e3 commit 5a7ff2c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 48 deletions.
1 change: 1 addition & 0 deletions ci/input/inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ untestedOpsReleases:

windowsStemcells:
- name: windows2019
stack: windows2019
opsFile: windows2019-cell.yml
opsFileDir: operations

Expand Down
33 changes: 10 additions & 23 deletions ci/pipelines/update-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ resources:
branch: main
uri: git@github.com:cloudfoundry/cf-deployment.git
private_key: ((ard_wg_gitbot_ssh_key.private_key))
- name: cf-deployment-fips
type: git
icon: github
source:
branch: integrate_fips_validation
uri: git@github.com:cloudfoundry/cf-deployment.git
private_key: ((ard_wg_gitbot_ssh_key.private_key))
- name: cf-deployment-version
type: semver
source:
Expand Down Expand Up @@ -223,12 +216,6 @@ resources:
icon: github
source:
uri: https://github.com/cloudfoundry/runtime-ci.git
- name: runtime-ci-fips-branch
type: git
icon: github
source:
uri: https://github.com/cloudfoundry/runtime-ci.git
branch: refactor_update_stemcell_task
- name: stemcell
type: bosh-io-stemcell
icon: dna
Expand Down Expand Up @@ -14047,13 +14034,14 @@ jobs:
params:
tarball: false
- task: update-windows-stemcell-ops
file: runtime-ci/tasks/update-windows-stemcell-ops/task.yml
file: runtime-ci/tasks/update-stemcell-ops/task.yml
input_mapping:
ops-files: cf-deployment-develop
windows-stemcell: windows2019-stemcell
stemcell: windows2019-stemcell
params:
ORIGINAL_WINDOWS_OPS_FILE_PATH: operations/windows2019-cell.yml
UPDATED_WINDOWS_OPS_FILE_PATH: operations/windows2019-cell.yml
STEMCELL_STACK: windows2019
ORIGINAL_OPS_FILE_PATH: operations/windows2019-cell.yml
UPDATED_OPS_FILE_PATH: operations/windows2019-cell.yml
- put: cf-deployment-develop
params:
rebase: true
Expand All @@ -14063,23 +14051,22 @@ jobs:
serial: true
plan:
- in_parallel:
- get: runtime-ci-fips-branch
- get: cf-deployment-fips
- get: runtime-ci
- get: cf-deployment-develop
- get: fips-stemcell
trigger: true
params:
tarball: false
- task: update-stemcell-ops
file: runtime-ci-fips-branch/tasks/update-stemcell-ops/task.yml
file: runtime-ci/tasks/update-stemcell-ops/task.yml
input_mapping:
runtime-ci: runtime-ci-fips-branch
ops-files: cf-deployment-fips
ops-files: cf-deployment-develop
stemcell: fips-stemcell
params:
STEMCELL_STACK: ubuntu-jammy
ORIGINAL_OPS_FILE_PATH: operations/fips-stemcell.yml
UPDATED_OPS_FILE_PATH: operations/fips-stemcell.yml
- put: cf-deployment-fips
- put: cf-deployment-develop
params:
rebase: true
repository: updated-stemcell-ops-file
Expand Down
35 changes: 10 additions & 25 deletions ci/template/update-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,6 @@ resources:
uri: git@github.com:cloudfoundry/cf-deployment.git
private_key: ((ard_wg_gitbot_ssh_key.private_key))

- name: cf-deployment-fips
type: git
icon: github
source:
branch: integrate_fips_validation
uri: git@github.com:cloudfoundry/cf-deployment.git
private_key: ((ard_wg_gitbot_ssh_key.private_key))

- name: cf-deployment-version
type: semver
source:
Expand Down Expand Up @@ -196,13 +188,6 @@ resources:
source:
uri: https://github.com/cloudfoundry/runtime-ci.git

- name: runtime-ci-fips-branch
type: git
icon: github
source:
uri: https://github.com/cloudfoundry/runtime-ci.git
branch: refactor_update_stemcell_task

- name: stemcell
type: bosh-io-stemcell
icon: dna
Expand Down Expand Up @@ -748,13 +733,14 @@ jobs:
params:
tarball: false
- task: update-windows-stemcell-ops
file: runtime-ci/tasks/update-windows-stemcell-ops/task.yml
file: runtime-ci/tasks/update-stemcell-ops/task.yml
input_mapping:
ops-files: cf-deployment-develop
windows-stemcell: #@ s.name + "-stemcell"
stemcell: #@ s.name + "-stemcell"
params:
ORIGINAL_WINDOWS_OPS_FILE_PATH: #@ "{}/{}".format(s.opsFileDir, s.opsFile)
UPDATED_WINDOWS_OPS_FILE_PATH: #@ "{}/{}".format(s.opsFileDir, s.opsFile)
STEMCELL_STACK: #@ s.stack
ORIGINAL_OPS_FILE_PATH: #@ "{}/{}".format(s.opsFileDir, s.opsFile)
UPDATED_OPS_FILE_PATH: #@ "{}/{}".format(s.opsFileDir, s.opsFile)
- put: cf-deployment-develop
params:
rebase: true
Expand All @@ -766,23 +752,22 @@ jobs:
serial: true
plan:
- in_parallel:
- get: runtime-ci-fips-branch
- get: cf-deployment-fips
- get: runtime-ci
- get: cf-deployment-develop
- get: fips-stemcell
trigger: true
params:
tarball: false
- task: update-stemcell-ops
file: runtime-ci-fips-branch/tasks/update-stemcell-ops/task.yml
file: runtime-ci/tasks/update-stemcell-ops/task.yml
input_mapping:
runtime-ci: runtime-ci-fips-branch
ops-files: cf-deployment-fips
ops-files: cf-deployment-develop
stemcell: fips-stemcell
params:
STEMCELL_STACK: ubuntu-jammy
ORIGINAL_OPS_FILE_PATH: operations/fips-stemcell.yml
UPDATED_OPS_FILE_PATH: operations/fips-stemcell.yml
- put: cf-deployment-fips
- put: cf-deployment-develop
params:
rebase: true
repository: updated-stemcell-ops-file
Expand Down

0 comments on commit 5a7ff2c

Please sign in to comment.