Skip to content

Commit

Permalink
#143: changing cml runner syntax to multi-line, single-command (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryfoster authored Nov 26, 2023
1 parent 6ed8816 commit 74f3338
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
timeout_minutes: {{ cookiecutter.event_gather_runner_timeout_minutes }}
max_attempts: {{ cookiecutter.event_gather_runner_max_attempts }}
retry_wait_seconds: {{ cookiecutter.event_gather_runner_retry_wait_seconds }}
command: |
command: >-
cml runner \
--single \
--labels=gcp-cdp-runner \
Expand All @@ -46,7 +46,7 @@ jobs:
--cloud-type=n1-standard-4 \
--cloud-gpu=nvidia-tesla-t4 \
--cloud-hdd-size=30 \
--idle-timeout=600 \
--idle-timeout=600
process-events:
needs: [deploy-runner-on-gcp]
Expand Down

0 comments on commit 74f3338

Please sign in to comment.