Skip to content

Commit

Permalink
Synchronize tests-integration.yml from main and v7 (#2689)
Browse files Browse the repository at this point in the history
* Synchronize tests-integration.yml from main and v7

Co-authored-by: david alvarado <alvaradoda@vmware>

* set SKIP_STEMCELL_UPLOAD to false

this variable is now required and it is referenced in: https://github.com/cloudfoundry/cf-deployment-concourse-tasks/blob/701c6c18a6794788178afc8553027df9fe389394/bosh-deploy/task#L15C12-L15C32

Co-authored-by: Michael Oleske <moleske@vmware.com>

---------

Co-authored-by: M. Oleske <moleske@pivotal.io>
Co-authored-by: david alvarado <alvaradoda@vmware>
Co-authored-by: Michael Oleske <moleske@vmware.com>
  • Loading branch information
4 people authored Dec 13, 2023
1 parent 184514b commit 5b8b6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
export BOSH_DEPLOY_ARGS=""
export BOSH_LITE=false
export BBL_JSON_CONFIG=""
export SKIP_STEMCELL_UPLOAD=false
export OPS_FILES="add-persistent-isolation-segment-diego-cell.yml \
add-uaa-client-credentials.yml \
diego-cell-instances.yml \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Tests: Integration"

run-name: "Integration [${{ github.event.workflow_run.head_branch }}]: ${{ github.event.workflow_run.head_commit.message }}"

on:
workflow_dispatch:
workflow_run:
Expand Down

0 comments on commit 5b8b6e4

Please sign in to comment.