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

Determine method for adding new build task types #4260

Closed
1 task
Tracked by #3943
drewbo opened this issue Oct 2, 2023 · 2 comments · Fixed by #4280
Closed
1 task
Tracked by #3943

Determine method for adding new build task types #4260

drewbo opened this issue Oct 2, 2023 · 2 comments · Fixed by #4280
Assignees

Comments

@drewbo
Copy link
Contributor

drewbo commented Oct 2, 2023

Once the first task type is complete, consider how new tasks will be added. Two potential options are via the admin UI or via database migrations

Acceptance Criteria

  • Determine next steps and acceptance criteria
@drewbo
Copy link
Contributor Author

drewbo commented Oct 25, 2023

To ensure consistency between environments, it will be easiest to add new task types via migration. A rough outline of adding a new type:

  • add a new CF task in each environment (ideally via concourse)
  • add a migration which takes env as an environment variable, uses it to add the required metadata for the new build task

@drewbo drewbo changed the title Determine method for adding new build tasks Determine method for adding new build task types Oct 25, 2023
@drewbo
Copy link
Contributor Author

drewbo commented Oct 25, 2023

After the task type exists, we should separately consider how to add a new site_build_task

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

Successfully merging a pull request may close this issue.

1 participant