Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kick off scheduled job in GHA #164

Open
Tracked by #183
zsusswein opened this issue Jan 21, 2025 · 0 comments
Open
Tracked by #183

Kick off scheduled job in GHA #164

zsusswein opened this issue Jan 21, 2025 · 0 comments
Labels

Comments

@zsusswein
Copy link
Collaborator

zsusswein commented Jan 21, 2025

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:

  1. Add the image that runs the deployment code to a container registry
  2. Add a workflow that:
    1. Instantiates a deployment container
    2. Generates configs
    3. Calls the appropriate model image, pool, and job
    4. 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.

@zsusswein zsusswein changed the title Kick off job in GHA Kick off scheduled job in GHA Jan 22, 2025
@zsusswein zsusswein mentioned this issue Jan 29, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant