2021-09-22T18:48:13.6825399Z ##[group]Run cml-runner \
2021-09-22T18:48:13.6826084Z �[36;1mcml-runner \�[0m
2021-09-22T18:48:13.6826657Z �[36;1m --log=debug \�[0m
2021-09-22T18:48:13.6827188Z �[36;1m --single \�[0m
2021-09-22T18:48:13.6827767Z �[36;1m --idle-timeout=1800 \�[0m
2021-09-22T18:48:13.6828911Z �[36;1m --token=*** \�[0m
2021-09-22T18:48:13.6829583Z �[36;1m --cloud=gcp \�[0m
2021-09-22T18:48:13.6830204Z �[36;1m --cloud-region=us-west \�[0m
2021-09-22T18:48:13.6830856Z �[36;1m --cloud-type=m \�[0m
2021-09-22T18:48:13.6831472Z �[36;1m --cloud-gpu=nogpu \�[0m
2021-09-22T18:48:13.6832114Z �[36;1m --cloud-hdd-size=10�[0m
2021-09-22T18:48:13.6879996Z shell: /usr/bin/bash -e ***0***
2021-09-22T18:48:13.6880512Z env:
2021-09-22T18:48:13.6905337Z GOOGLE_APPLICATION_CREDENTIALS_DATA: ***
2021-09-22T18:48:13.6905955Z ##[endgroup]
2021-09-22T18:48:13.6949453Z ##[debug]/usr/bin/bash -e /home/runner/work/_temp/fe3c1be5-e5ad-436a-8b3a-ece8934680f8.sh
2021-09-22T18:48:15.3337533Z ***"level":"info","message":"Preparing workdir /home/runner/.cml/cml-0lb6umdjde..."***
2021-09-22T18:48:15.3350256Z ***"level":"info","message":"Deploying cloud runner plan..."***
2021-09-22T18:48:15.3353486Z ***"level":"info","message":"Terraform apply..."***
2021-09-22T18:48:24.1779408Z ***"level":"error"***
2021-09-22T18:48:24.1781609Z ***"level":"error","status":"terminated"***
2021-09-22T18:48:44.2034492Z ##[error]Process completed with exit code 1.
Last active
September 22, 2021 21:52
-
-
Save dacbd/9514cf4834f4ad9d3f9573322d53b8dd to your computer and use it in GitHub Desktop.
CML Runner trouble shoot
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
| deploy-runner: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: DanielBarnes/setup-cml@2970b7282efdade5a071a7be526162a4edcb149b | |
| - uses: actions/checkout@v2 | |
| - name: Deploy runner on GCP # https://cml.dev/doc/self-hosted-runners#cloud-compute-resource-credentials | |
| env: | |
| GOOGLE_APPLICATION_CREDENTIALS_DATA: ${{ secrets.GCP_CML_RUNNER_KEY }} | |
| run: | | |
| cml-runner \ | |
| --log=debug \ | |
| --single \ | |
| --idle-timeout=1800 \ | |
| --token=${{ secrets.PAT_DCB }} \ | |
| --cloud=gcp \ | |
| --cloud-region=us-west \ | |
| --cloud-type=m \ | |
| --cloud-gpu=nogpu \ | |
| --cloud-hdd-size=10 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAILED GITHUB ACTIONS RUN:
LOG:
GCP activity:
