Skip to content

Commit

Permalink
debug daily test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkasun committed Oct 16, 2023
1 parent 8db3506 commit 398125a
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,10 @@ name: Debugging Workflow

on:
workflow_dispatch:
inputs:
netmakerbranch:
description: netmaker branch to run on.
default: develop
required: true
netclientbranch:
description: netclient branch to run on.
default: develop
required: true
version:
description: version
required: true

workflow_call:
inputs:
netmakerbranch:
required: true
type: string
netclientbranch:
required: true
type: string

jobs:
packages:
daily-test:
runs-on: ubuntu-latest
steps:
- name: setup ssh
Expand All @@ -41,11 +21,11 @@ jobs:
END
env:
SSH_KEY: ${{ secrets.TESTING_SSH_KEY }}
- name: set version
run: |
VERSION=$(echo ${{ inputs.version }} | tr -cd '[:digit:].')
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo ${VERSION}
- name: apt/rpm
run: |
ssh fileserver.clustercat.com cd packages; export VERSION=${VERSION}; export REVISION=0; echo $VERSION; echo $REVISION
- name: run tests
uses: ./.github/workflows/branchtest.yml
with:
tag: devops
network: devops
api: "https://api.clustercat.com"
masterkey: secretkey
server: server

0 comments on commit 398125a

Please sign in to comment.