Skip to content

Commit

Permalink
TEST install only
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 12, 2022
1 parent 3289c9b commit 81fb8b4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ on:

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']
env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"

steps:

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Execute test script
run: stdbuf -i0 -o0 -e0 ./.github/ci/${{ matrix.test }}.sh

- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
path: |
**/results*.gz
**/plot_*.svg
# 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']
# env:
# MAX_CORES: 80
# GHA_EXTERNAL_DISK: "tools"
#
# steps:
#
# - uses: actions/checkout@v3
# with:
# submodules: recursive
#
# - name: Execute test script
# run: stdbuf -i0 -o0 -e0 ./.github/ci/${{ matrix.test }}.sh
#
# - uses: actions/upload-artifact@v2
# if: ${{ always() }}
# with:
# path: |
# **/results*.gz
# **/plot_*.svg

Install:
container: ubuntu:bionic
runs-on: [self-hosted, Linux, X64]
needs: Test
#needs: Test

env:
MAX_CORES: 80
Expand Down

0 comments on commit 81fb8b4

Please sign in to comment.