From 32ee1ddac876cd2acffdd0ed24fa3e7a8fd05bf5 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Thu, 7 Nov 2024 13:55:50 +0100 Subject: [PATCH] Move from VSphere to AWS Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/workflows/e2e.yml | 6 +++--- test/e2e/infra/aws.yml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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