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

[JEX-327] Artifacts may exist in multiple current channel repos #19

Merged
merged 3 commits into from
Sep 21, 2016

Conversation

schisamo
Copy link
Contributor

Now that we have deployed APT/YUM repos in Artifactory (see JEX-186, JEX-187) we need to relax our current channel validation check to allow a builds's artifacts to exist in any of the following repos:

  • omnibus-current-local - The existing generic repo
  • current-apt-local - The new APT repo
  • current-yum-local - The new YUM repo
  • current-migration-local - Temp repo used for migrating to new APT/YUM repos

Signed-off-by: Seth Chisamore schisamo@chef.io

/cc @chef/engineering-services

Signed-off-by: Seth Chisamore <schisamo@chef.io>
@@ -88,7 +88,7 @@ def promote(response)
end

# Validate the artifacts all exist in `omnibus-current-local`
Copy link

@rhass rhass Sep 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor detail, but we should update the comment to reflect this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 71b08d5 @rhass

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Now that we have deployed APT/YUM repos in Artifactory (see JEX-186,
JEX-187) we need to relax our current channel validation check to allow
a builds's artifacts to exist in any of the following repos:

* omnibus-current-local - The existing generic repo
* current-apt-local - The new APT repo
* current-yum-local - The new YUM repo
* current-migration-local - Temp repo used for migrating to new APT/YUM repos

Signed-off-by: Seth Chisamore <schisamo@chef.io>
This will save confusion.

Signed-off-by: Seth Chisamore <schisamo@chef.io>
@schisamo schisamo force-pushed the schisamo/JEX-327-promotion-fixes branch from 39ef517 to 40739ed Compare September 21, 2016 16:25
@schisamo schisamo merged commit fefeb81 into master Sep 21, 2016
@schisamo schisamo deleted the schisamo/JEX-327-promotion-fixes branch September 21, 2016 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants