Skip to content

Commit ca68075

Browse files
committed
Port remaining fixes from original pipeline
Signed-off-by: Aram Price <[email protected]>
1 parent 2269852 commit ca68075

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ resources:
192192
password: ((github_public_repo_token))
193193
- name: gormt-repo
194194
type: git
195+
tags: [broadcom]
195196
source:
196197
uri: https://github.gwd.broadcom.net/TNZ/gormt.git
197198
branch: main
@@ -2641,6 +2642,7 @@ jobs:
26412642
RELEASE_UPGRADE_SPECIFIER: "2019.*"
26422643
- task: create-rmt-release
26432644
image: bosh-ecosystem-docker-image
2645+
tags: [broadcom]
26442646
file: gormt-repo/concourse_examples/tasks/create-release.yml
26452647
params: &rmt_params
26462648
RMT_RMT_EMAIL: "[email protected]"
@@ -2667,6 +2669,7 @@ jobs:
26672669
image: bosh-ecosystem-docker-image
26682670
input_mapping:
26692671
release-update-config: release-config
2672+
tags: [broadcom]
26702673
file: gormt-repo/concourse_examples/tasks/release-file-update.yml
26712674
params:
26722675
<<: *rmt_params

ci/tasks/setup-integration-test-vm/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
set -eu -o pipefail
33

44
export GOVC_URL="${VCENTER_ADMIN_CREDENTIAL_URL}"
5-
set -x
65

76
ROOT_DIR=$(pwd)
87
export OUTPUT_DIR=${ROOT_DIR}/output

0 commit comments

Comments
 (0)