Skip to content

Commit

Permalink
test added runner
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Oct 24, 2024
1 parent 1f8664c commit b95d7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
export AZURE_SOTRAGE_ACCOUNT=${{secrets.AZURE_SOTRAGE_ACCOUNT}}
export AZURE_STORAGE_KEY=${{secrets.AZURE_STORAGE_KEY}}
./out/mapt azure ${{inputs.operating_system}} destroy --project-name "az-ghrunner" \
--backed-url "azblob://mapt-gh-runner-mapt-state/${{github.repository}}-${{github.event.workflow_run.id}}"
--backed-url "file:///${HOME}/${{github.repository}}-${{github.event.workflow_run.id}}"
2 changes: 1 addition & 1 deletion .github/workflows/provision-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
export AZURE_STORAGE_KEY=${{secrets.AZURE_STORAGE_KEY}}
mkdir $HOME/workspace
./out/mapt azure ${{inputs.operating_system}} create --spot --project-name "az-ghrunner" \
--backed-url "azblob://mapt-gh-runner-mapt-state/${{github.repository}}-${{github.event.workflow_run.id}}" \
--backed-url "file:///${HOME}/${{github.repository}}-${{github.event.workflow_run.id}}" \
--install-ghactions-runner --ghactions-runner-name "az-runner-${{inputs.operating_system}}-${{github.event.workflow_run.id}}" \
--ghactions-runner-repo "${{inputs.runner_repo}}" --ghactions-runner-token ${{inputs.runner_registration_token}}

0 comments on commit b95d7c0

Please sign in to comment.