Run ARM64 e2e tests on Equinix hardware

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-12-08 15:50:42 +02:00
parent e14357f694
commit 309fd86b45
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
4 changed files with 95 additions and 41 deletions

View file

@ -3,14 +3,13 @@ name: e2e-arm64
on:
workflow_dispatch:
push:
branches: [ main, update-components, arm64-e2e ]
branches: [ main, update-components, equinix-runners ]
jobs:
ampere:
# Runner info
# Owner: Stefan Prodan
test:
# Hosted on Equinix
# Docs: https://github.com/fluxcd/flux2/tree/main/.github/runners
runs-on: [self-hosted, Linux, ARM64]
runs-on: [self-hosted, Linux, ARM64, equinix]
steps:
- name: Checkout
uses: actions/checkout@v2