You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not totally sure how to prioritize this issue, but I want to note the steps I think it'll take to implement kicking off a job via Github Actions.
We'll need to:
Add the image that runs the deployment code to a container registry
Add a workflow that:
Instantiates a deployment container
Generates configs
Calls the appropriate model image, pool, and job
Runs the script to assign the tasks to the job
I don't think this should be too challenging because we have a working script locally and the script takes all necessary parameters as arguments or a default env var configuration for Azure creds.
We'd want this job to run off of main on both a schedule and via workflow dispatch for on-demand runs. It should take arguments to pass through to the config generator.
The text was updated successfully, but these errors were encountered:
I'm not totally sure how to prioritize this issue, but I want to note the steps I think it'll take to implement kicking off a job via Github Actions.
We'll need to:
I don't think this should be too challenging because we have a working script locally and the script takes all necessary parameters as arguments or a default env var configuration for Azure creds.
We'd want this job to run off of main on both a schedule and via workflow dispatch for on-demand runs. It should take arguments to pass through to the config generator.
The text was updated successfully, but these errors were encountered: