mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
ci fixes/debug
This commit is contained in:
7
.github/workflows/backend.yml
vendored
7
.github/workflows/backend.yml
vendored
@@ -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
|
||||
|
6
.github/workflows/frontend.yml
vendored
6
.github/workflows/frontend.yml
vendored
@@ -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:
|
||||
|
7
.github/workflows/installer.yml
vendored
7
.github/workflows/installer.yml
vendored
@@ -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
|
||||
|
7
.github/workflows/release-pypi.yml
vendored
7
.github/workflows/release-pypi.yml
vendored
@@ -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
|
||||
|
@@ -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..."
|
||||
|
Reference in New Issue
Block a user