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]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
backend:
|
||||||
|
name: Backend Tests
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -10,8 +11,8 @@ jobs:
|
|||||||
redis-version: [5, 6]
|
redis-version: [5, 6]
|
||||||
poetry-version: [1.1.4]
|
poetry-version: [1.1.4]
|
||||||
python-version: [3.6, 3.8]
|
python-version: [3.6, 3.8]
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git Checkout
|
- name: Git Checkout
|
||||||
|
6
.github/workflows/frontend.yml
vendored
6
.github/workflows/frontend.yml
vendored
@@ -3,13 +3,13 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
name: Type Check
|
name: Frontend Tests
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
working-directory: ./hyperglass/ui
|
working-directory: ./hyperglass/ui
|
||||||
steps:
|
steps:
|
||||||
|
7
.github/workflows/installer.yml
vendored
7
.github/workflows/installer.yml
vendored
@@ -2,12 +2,13 @@ name: Installer Testing
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
installer:
|
||||||
|
name: Installer Tests
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git Checkout
|
- name: Git Checkout
|
||||||
|
7
.github/workflows/release-pypi.yml
vendored
7
.github/workflows/release-pypi.yml
vendored
@@ -4,14 +4,15 @@ on:
|
|||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
release:
|
||||||
|
name: Release to PyPI
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6]
|
python-version: [3.6]
|
||||||
os: [ubuntu-20.04]
|
|
||||||
poetry-version: [1.1.4]
|
poetry-version: [1.1.4]
|
||||||
runs-on: ${{ matrix.os }}
|
os: [ubuntu-latest]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Git Checkout
|
- name: Git Checkout
|
||||||
|
@@ -3,6 +3,8 @@
|
|||||||
LOG_FILE="$HOME/hyperglass-ci.log"
|
LOG_FILE="$HOME/hyperglass-ci.log"
|
||||||
|
|
||||||
echo "[INFO] Copying devices.yaml file..."
|
echo "[INFO] Copying devices.yaml file..."
|
||||||
|
pwd
|
||||||
|
ls -lsah
|
||||||
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
|
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
|
||||||
|
|
||||||
echo "[INFO] Starting setup..."
|
echo "[INFO] Starting setup..."
|
||||||
|
Reference in New Issue
Block a user