clearml/ClearML verify code execution

Launch the current PR as a remote task and poll status. Clean up when iterations are detected.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
CLEARML_API_ACCESS_KEYClearML api access key (can be generated in your profile page)yes
CLEARML_API_SECRET_KEYClearML api secret key (can be generated in your profile page)yes
CLEARML_API_HOSTClearML server api hostyes
EXECUTION_TIMEOUTHow long to wait for the first iteration before failing, not including time waiting in queue, in seconds. Note: this does include docker setup and package installations! (default: 600)600
QUEUE_NAMEName of the queue to place the experiment into. (default: "default")default
CLEARML_PROJECTProject name to run the test task into. (default: "Github CICD")Github CICD
CLEARML_TASK_NAMETask name to run the test task as. (default: "cicd_test_task")cicd_test_task
EXECUTION_ENTRYPOINTEntry point script for the remote execution. (default: "main.py")main.py
EXECUTION_FOLDERExecute the code from a local folder. (default: ".").
EXECUTION_REQUIREMENTSPip requirements file. (default: "requirements.txt")requirements.txt
EXECUTION_ARGSArguments to pass to the remote task, list of <argument>=<value> strings. (default: [])hack=empty_string_doesnt_work

no outputs