Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[1.8.x] Move the ensure step into the build step, eliminating the need for templaters #8126

Merged
merged 2 commits into from
Oct 24, 2019

Conversation

NorseGaud
Copy link
Contributor

Change Description

The "Ensure Template/Tag" step in our pipelines runs on CICDT machines and also are a separate step. This is far more complex than it needs to be, and we can move the ensure logic into the build step. This will:

  1. Eliminate the need for templater iMacs.
  2. Cut down on the time it takes after template/tag creation since the tag that was just built is still local on the node and ready to be used right away.
  3. Allow for more template creation at once, vs the two which can run concurrently (because we only have two iMacs/templater machines).

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@NorseGaud NorseGaud merged commit b8e7893 into release/1.8.x Oct 24, 2019
@NorseGaud NorseGaud deleted the 1.8.x-ensure-in-build-step branch October 24, 2019 17:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants