blob: ee5f28be3823a919b64bca1aa5d373eabd50cdc3 [file] [log] [blame]
name: Tests
on:
workflow_call:
jobs:
Test:
container: ubuntu:bionic
runs-on:
- self-hosted
- Linux
- X64
strategy:
fail-fast: false
matrix:
test:
- docs
- testarch
- tests
- ice40
- xc7
- xc7-vendor
- xc7a200t
- xc7a200t-vendor
- ql
name: ${{ matrix.test }}
env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
steps:
- run: echo test
Install:
needs: Test
container: ubuntu:bionic
runs-on:
- self-hosted
- Linux
- X64
env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
GHA_SA: "gh-sa-f4pga-arch-defs-ci"
steps:
- name: 🚀 Update latest URL files
if: github.event_name == 'push'
run: mkdir -p ${{ secrets.GCP_STORAGE_BUCKET }}