Skip to content

Commit 17c6368

Browse files
committed
Use windows-2019 branch of bosh-windows-acceptance-tests
In preparation for merging into this repo
1 parent 015aa32 commit 17c6368

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ resources:
158158
- name: bosh-windows-acceptance-tests-src-out
159159
type: git
160160
source:
161-
branch: master
161+
branch: windows-2019
162162
uri: https://github.com/cloudfoundry/bosh-windows-acceptance-tests.git
163163
username: bosh-admin-bot
164164
password: ((github_public_repo_token))
165165
- name: bosh-windows-acceptance-tests
166166
type: git
167167
source:
168-
branch: master
168+
branch: windows-2019
169169
uri: https://github.com/cloudfoundry/bosh-windows-acceptance-tests.git
170170
username: bosh-admin-bot
171171
password: ((github_public_repo_token))
@@ -667,7 +667,7 @@ jobs:
667667
- |
668668
set -eu -o pipefail
669669
set -x
670-
cd bosh-windows-acceptance-tests
670+
cd bosh-windows-acceptance-tests/acceptance_test
671671
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest run ./...
672672
go test -c
673673
go run github.com/onsi/ginkgo/v2/ginkgo run --dry-run -v

ci/tasks/run-bwats/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "$SECURITY_COMPLIANCE_APPLIED" != "true" ] ; then
2727
SECURITY_COMPLIANCE_APPLIED="false"
2828
fi
2929

30-
pushd bosh-windows-acceptance-tests
30+
pushd bosh-windows-acceptance-tests/acceptance_test
3131
export CONFIG_JSON=config.json
3232
cat > "${CONFIG_JSON}" <<-END_OF_CONFIG
3333
{

0 commit comments

Comments
 (0)