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

Enable the app to trigger jobs on Azure #1257

Open
ccanash opened this issue Oct 22, 2024 · 1 comment
Open

Enable the app to trigger jobs on Azure #1257

ccanash opened this issue Oct 22, 2024 · 1 comment
Assignees

Comments

@ccanash
Copy link
Contributor

ccanash commented Oct 22, 2024

No description provided.

@outofambit
Copy link
Contributor

#1274 stubs out basic support for triggering jobs on Azure. If we were to continue on this work I believe the next steps would be:

  1. Verify that stopping and restarting automation jobs works properly and troubleshoot. (These weren't thoroughly tested for feat: Enable triggering azure pipelines #1274)
  2. Decide if we want to support multiple automation providers concurrently.
  3. If we do, some UI will need to be designed and implemented to allow some kind of configuration of which service will be used for which jobs.
  4. If not, the database changes in feat: Enable triggering azure pipelines #1274 can be reverted.
  5. We'll probably want to make separate projects on Azure DevOps for staging/sandbox and production environments. This should be pretty straightforward by duplicating the existing project and then updating the environment variables for the different deployment environments.

These changes should all be able to be done on top of the branch in the linked PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants