Skip to content

Commit

Permalink
Mv others out of matrix json
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed May 30, 2023
1 parent 8696ec1 commit a81251a
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/verify_install_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,33 +49,22 @@ jobs:
matrix: |
{
"py3.7-ubuntu18.04": {
"runner-user": "github",
"runner-directory": "/gh",
"instance-type": "t4g.medium",
"ami-name": "gha-arm64-ubuntu22-.*",
"ami-owner": ["858939916050"],
"subnet-id": "subnet-0fd499f8a50e41807",
"security-group-ids": [
"sg-0fd8d8cd6effda4a5"
],
"test-image": "ubuntu:18.04",
"test-hostname": "py3.7-ubuntu18.04"
},
"py3.11-ubuntu20.04": {
"runner-user": "github",
"runner-directory": "/gh",
"instance-type": "t4g.medium",
"ami-name": "gha-arm64-ubuntu22-.*",
"ami-owner": ["858939916050"],
"subnet-id": "subnet-0fd499f8a50e41807",
"security-group-ids": [
"sg-0fd8d8cd6effda4a5"
],
"test-image": "ubuntu:20.04",
"test-hostname": "py3.11-ubuntu20.04"
}
}
github-token: ${{ secrets.CI_GITHUB_TOKEN }}
runner-user: github
runner-directory: /gh
instance-type: t4g.medium
ami-name: gha-arm64-ubuntu22-.*
ami-owner: "858939916050"
subnet-id: subnet-0fd499f8a50e41807
security-group-ids: sg-0fd8d8cd6effda4a5

install-tests:
needs:
Expand Down

0 comments on commit a81251a

Please sign in to comment.