1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

ci fixes/debug

This commit is contained in:
checktheroads
2021-01-03 10:31:52 -07:00
parent 0e483f789f
commit 074ca5dbb8
5 changed files with 17 additions and 12 deletions

View File

@@ -2,7 +2,8 @@ name: Backend Testing
on: [push, pull_request]
jobs:
ci:
backend:
name: Backend Tests
strategy:
fail-fast: false
matrix:
@@ -10,8 +11,8 @@ jobs:
redis-version: [5, 6]
poetry-version: [1.1.4]
python-version: [3.6, 3.8]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: Git Checkout

View File

@@ -3,13 +3,13 @@ on: [push, pull_request]
jobs:
frontend:
name: Type Check
name: Frontend Tests
strategy:
fail-fast: false
matrix:
node-version: [14.x]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
os: [ubuntu-latest]
runs-on: ubuntu-latest
env:
working-directory: ./hyperglass/ui
steps:

View File

@@ -2,12 +2,13 @@ name: Installer Testing
on: [push, pull_request]
jobs:
ci:
installer:
name: Installer Tests
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: Git Checkout

View File

@@ -4,14 +4,15 @@ on:
types: [published]
jobs:
ci:
release:
name: Release to PyPI
strategy:
fail-fast: false
matrix:
python-version: [3.6]
os: [ubuntu-20.04]
poetry-version: [1.1.4]
runs-on: ${{ matrix.os }}
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: Git Checkout

View File

@@ -3,6 +3,8 @@
LOG_FILE="$HOME/hyperglass-ci.log"
echo "[INFO] Copying devices.yaml file..."
pwd
ls -lsah
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
echo "[INFO] Starting setup..."