mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-20 22:23:10 +00:00
Update tests.yml
This commit is contained in:
parent
7b800de7e0
commit
12add96fb1
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -37,7 +37,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ["ipsec-testing"] # balenaOS (balena-public-pki) tests require socat v1.7.4
|
runs-on: ["self-hosted", "X64", "distro:jammy"] # balenaOS (balena-public-pki) tests require socat v1.7.4
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -994,7 +994,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ATTEMPTS: 2
|
ATTEMPTS: 2
|
||||||
AWS_DEFAULT_REGION: ${{ vars.AWS_REGION || 'us-east-1' }}
|
AWS_DEFAULT_REGION: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||||
DOCKER_HOST: ssh://ubuntu@${{ steps.ubuntu-sut.outputs.private_ip }}:22
|
DOCKER_HOST: ssh://ubuntu@${{ steps.ubuntu-sut.outputs.instance_id }}:22
|
||||||
COMMIT: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || github.event.pull_request.head.ref }}
|
COMMIT: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
- name: remove balenaCloud SSH key
|
- name: remove balenaCloud SSH key
|
||||||
|
Loading…
Reference in New Issue
Block a user