Skip to content

Test self-hosted CI

Test self-hosted CI #2

name: orchestrator-deploy
on:
push:
pull_request:
workflow_dispatch:
jobs:
Linux:
runs-on: [self-hosted, orchestrator]
steps:
- name: Cycle VMs
with:
XOA_URL: ${{ secrets.XOA_URL }}
XOA_USER: ${{ secrets.XOA_USER }}
XOA_PASSWORD: ${{ secrets.XOA_PASSWORD }}
run: |

Check failure on line 18 in .github/workflows/orchestrator-deploy.yml

View workflow run for this annotation

GitHub Actions / orchestrator-deploy

Invalid workflow file

The workflow is not valid. .github/workflows/orchestrator-deploy.yml (Line: 18, Col: 7): Unexpected value 'run' .github/workflows/orchestrator-deploy.yml (Line: 13, Col: 7): Required property is missing: uses
pushd ~
ruby ./main.rb
ruby ./linux.rb
XOA_URL=$XOA_URL XOA_USER=$XOA_USER XOA_PASSWORD=$XOA_PASSWORD terraform apply # --auto-approve -- not while testing