Skip to content

Commit a045889

Browse files
Merge pull request NVIDIA#913 from ArangoGutierrez/holodv023
Bump to Holodeck V0.2.3
2 parents 248ab88 + 0793403 commit a045889

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
3737
- name: Set up Holodeck
38-
uses: NVIDIA/[email protected].1
38+
uses: NVIDIA/[email protected].3
3939
with:
4040
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/staging_e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
3737
GOLANG_VERSION=$(./hack/golang-version.sh)
3838
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION := }" >> $GITHUB_ENV
39-
echo "HOLODECK_VCENTER_USERNAME=${HOLODECK_VCENTER_USERNAME}" >> $GITHUB_ENV
40-
echo "HOLODECK_VCENTER_PASSWORD=${HOLODECK_VCENTER_PASSWORD}" >> $GITHUB_ENV
41-
cat /home/runner/.ssh/vsphere-key > ${GITHUB_WORKSPACE}/holodeck_ssh_key
4239
- name: Set up Holodeck
43-
uses: NVIDIA/[email protected].2
40+
uses: NVIDIA/[email protected].3
4441
with:
42+
vsphere_username: ${{ secrets.VSPHERE_USERNAME }}
43+
vsphere_password: ${{ secrets.VSPHERE_PASSWORD }}
44+
vsphere_ssh_key: ${{ secrets.VSPHERE_SSH_KEY }}
4545
holodeck_config: "tests/e2e/infra/vsphere.yaml"
4646
- name: Intall dependencies
4747
run: |

0 commit comments

Comments
 (0)