Last active
June 12, 2022 21:58
-
-
Save ilyesAj/3732fe7eb1713e23d74c8a0dc918db84 to your computer and use it in GitHub Desktop.
ci to to test runner autoscale
This file contains hidden or 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
job: | |
parallel: 50 | |
image: alpine:latest | |
script: | |
- echo "hello my friend" | |
- sleep 60 | |
tags: | |
- k8s,ops |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment