From 94d0296d1865e0917e01463d2934dadeef1168ea Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Thu, 11 Apr 2024 12:51:22 +0300 Subject: [PATCH 1/2] GPU enabled test environment Signed-off-by: Liora Milbaum --- .github/workflows/testing-framework.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-framework.yaml b/.github/workflows/testing-framework.yaml index 74b2f2f1..fd0ec0dc 100644 --- a/.github/workflows/testing-framework.yaml +++ b/.github/workflows/testing-framework.yaml @@ -6,9 +6,9 @@ on: workflow_dispatch: - # pull_request: ## temporary for debugging development purposes - # branches: - # - main + pull_request: ## temporary for debugging development purposes + branches: + - main env: TF_VAR_aws_region: "eu-west-2" @@ -39,6 +39,9 @@ jobs: - arch: arm64 aws_image_type: m7g.medium aws_ami_architecture: arm64 + - arch: amd64 + aws_image_type: g4dn.xlarge + aws_ami_architecture: x86_64 steps: - name: Checkout uses: actions/checkout@v4.1.1 From 1c210398ed58a6678b25a0e3989b5af7ab5c806f Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Thu, 11 Apr 2024 14:04:31 +0300 Subject: [PATCH 2/2] GPU enabled test environment Signed-off-by: Liora Milbaum --- .github/workflows/testing-framework.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing-framework.yaml b/.github/workflows/testing-framework.yaml index fd0ec0dc..ca9be417 100644 --- a/.github/workflows/testing-framework.yaml +++ b/.github/workflows/testing-framework.yaml @@ -6,9 +6,9 @@ on: workflow_dispatch: - pull_request: ## temporary for debugging development purposes - branches: - - main + # pull_request: ## temporary for debugging development purposes + # branches: + # - main env: TF_VAR_aws_region: "eu-west-2" @@ -39,7 +39,7 @@ jobs: - arch: arm64 aws_image_type: m7g.medium aws_ami_architecture: arm64 - - arch: amd64 + - arch: amd64 # gpu enabled aws_image_type: g4dn.xlarge aws_ami_architecture: x86_64 steps: