diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3e7d6082..8bafee94 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -42,9 +42,9 @@ jobs: - name: Set up Holodeck uses: NVIDIA/holodeck@v0.2.4 with: - vsphere_username: ${{ secrets.VSPHERE_USERNAME }} - vsphere_password: ${{ secrets.VSPHERE_PASSWORD }} - vsphere_ssh_key: ${{ secrets.VSPHERE_SSH_KEY }} + aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws_ssh_key: ${{ secrets.AWS_SSH_KEY }} holodeck_config: "test/e2e/infra/aws.yml" - name: Install Go diff --git a/test/e2e/infra/aws.yml b/test/e2e/infra/aws.yml index 1c26d1e5..124603cb 100644 --- a/test/e2e/infra/aws.yml +++ b/test/e2e/infra/aws.yml @@ -20,7 +20,6 @@ spec: - 54.201.61.24/32 image: architecture: amd64 - imageId: ami-0ce2cb35386fc22e9 containerRuntime: install: true name: containerd