-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create self-hosted runner for integration(-ish) CI tests #75
Closed
Closed
Changes from 9 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2630e05
change recipe-test to test the runner
safoinme fc4b378
change recipe-test to test the runner
safoinme 5a576e7
add clone repo step
safoinme 60e48df
remove cloning step
safoinme 1ea2aa8
initial code for creating a self-hosted runner on an azure vm to test…
safoinme 2b4b2bc
add destroy
safoinme 71919d5
fix repo url
safoinme 329bb10
add terraform backend to store the state
safoinme 28f6d64
change image
safoinme 4c9efb8
return k3d-test to default runner
safoinme ad7b484
Merge branch 'develop' into feature/create-self-hosted-runner
safoinme 862935d
Merge branch 'develop' into feature/create-self-hosted-runner
safoinme 35114c2
Merge branch 'develop' into feature/create-self-hosted-runner
strickvl f3377e6
Update infrastructure/terraform.tf
safoinme 6abcbb1
apply suggested reviews
safoinme 2a6e8d0
Merge branch 'develop' into feature/create-self-hosted-runner
strickvl b0d112b
Merge branch 'develop' into feature/create-self-hosted-runner
strickvl 923150d
Merge branch 'develop' into feature/create-self-hosted-runner
strickvl 7cdb910
Apply suggestions from code review
safoinme 9bbb119
Merge branch 'develop' into feature/create-self-hosted-runner
safoinme 9ad516b
Merge branch 'develop' into feature/create-self-hosted-runner
safoinme 3184c72
try new workflow to run on self-hosted runner
safoinme 56cfc4d
Merge branch 'feature/create-self-hosted-runner' of github.com:zenml-…
safoinme e77ac3a
format
safoinme fc46012
fix destory yml
safoinme f88cf99
fix deploy yml
safoinme 7d30049
add tags to resource groups
safoinme 83734ba
update blob write and check
safoinme 0e8d71d
update blob write and check
safoinme 8c512b8
Merge branch 'develop' into feature/create-self-hosted-runner
safoinme 7ca13a3
Merge branch 'develop' into feature/create-self-hosted-runner
strickvl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. I'm curious though, how would GitHub know where/how you have self-hosted it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.