Test self-hosted CI #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
||
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 |