Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ngscopeclient/scopehal-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Dec 10, 2023
2 parents 4bd8daa + 3e4b5ca commit bb42a48
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/build-debian-seflhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:

Linux:
debian:
runs-on: [self-hosted, linux, x64, gpu]

steps:
Expand Down Expand Up @@ -117,3 +117,20 @@ jobs:
with:
name: ngscopeclient-manual
path: build/doc/ngscopeclient-manual.pdf

cycle-debian-vm:
runs-on: [self-hosted, orchestrator]
needs: [debian]
if: ${{ always() }}
steps:
- name: Cycle vm
shell: bash
env:
XOA_URL: ${{ secrets.XOA_URL }}
XOA_USER: ${{ secrets.XOA_USER }}
XOA_PASSWORD: ${{ secrets.XOA_PASSWORD }}
run: |
pushd ~
ruby ./main.rb
ruby ./linux.rb
terraform apply --auto-approve
23 changes: 0 additions & 23 deletions .github/workflows/orchestrator-deploy.yml

This file was deleted.

0 comments on commit bb42a48

Please sign in to comment.