Skip to content

Commit

Permalink
GPU enabled test environment
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum committed Apr 11, 2024
1 parent 94d0296 commit 1c21039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1c21039

Please sign in to comment.