Skip to content

Commit

Permalink
DO-NOT-MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Oct 8, 2024
1 parent ba4274e commit df4f5af
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults:

jobs:
test:
runs-on: az-ubuntu-2204
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -60,10 +60,10 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Setup docker
run: |
sudo apt-get install -y docker.io
sudo usermod -aG docker "$USER"
#- name: Setup docker
# run: |
# sudo apt-get install -y docker.io
# sudo usermod -aG docker "$USER"

- name: Extract qcow2 from ${{ inputs.podvm_image }}
run: |
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
export TEST_PODVM_IMAGE="${{ env.PODVM_QCOW2 }}"
export TEST_E2E_TIMEOUT="75m"
make test-e2e
#make test-e2e
14 changes: 14 additions & 0 deletions .github/workflows/run_aws.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: run aws

on:
workflow_dispatch:

jobs:
e2e:
uses: ./.github/workflows/e2e_aws.yaml
with:
caa_image: "quay.io/confidential-containers/cloud-api-adaptor:v0.10.0-amd64"
podvm_image: "quay.io/confidential-containers/podvm-generic-ubuntu-amd64:v0.10.0"
git_ref: refs/heads/main
secrets: inherit

0 comments on commit df4f5af

Please sign in to comment.