From 171fcbe539ec265865258878e4216de4cce994d3 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 22:58:47 +0200 Subject: [PATCH] CI ssh in the meantime. --- .github/workflows/ci_cuda.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 9955b400..1f71ae1e 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest env: AWS_REGION: us-east-1 - EC2_AMI_ID: ami-06fa4e191ed73d026 + EC2_AMI_ID: ami-03cfed9ea28f4b002 EC2_INSTANCE_TYPE: g5.xlarge EC2_SUBNET_ID: subnet-931b34f5,subnet-ecb993cd,subnet-943dc2d8,subnet-45371f1a,subnet-ee93e0df,subnet-fddc3dfc EC2_SECURITY_GROUP: sg-030175c435ac141d6 @@ -63,8 +63,10 @@ jobs: components: rustfmt, clippy override: true - uses: Swatinem/rust-cache@v2 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Test (cuda) - run: $HOME/.cargo/bin/cargo test --features cuda + run: cargo test --features cuda stop-runner: name: Stop self-hosted EC2 runner needs: