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

Add config to allow rubygems publish and promote #816

Merged
merged 1 commit into from
Jan 30, 2018

Conversation

scotthain
Copy link
Contributor

Signed-off-by: Scott Hain [email protected]

Description

@chef/jex-team


Maintainers

Please ensure that you check for:

  • [] If this change impacts git cache validity, it bumps the git cache
    serial number
  • [] If this change impacts compatibility with omnibus-software, the
    corresponding change is reviewed and there is a release plan
  • [] If this change impacts compatibility with the omnibus cookbook, the
    corresponding change is reviewed and there is a release plan

@@ -22,3 +25,7 @@ merge_actions:
- built_in:build_gem:
only_if:
- built_in:bump_version

promote:
action:
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be:

artifact_actions:
  promoted_to_stable:
    - built_in:publish_rubygems

That matches what we have in various other projects:
https:/chef/chef/blob/master/.expeditor/config.yml#L71-L73
https:/chef/chef-dk/blob/master/.expeditor/config.yml#L66-L68
https:/chef/inspec/blob/master/.expeditor/config.yml#L59-L60

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I talked to @tduffield about this - since we have no artifacts (rpms, etc) there is no 'artifact_action' for this, thus we need the promote primitive.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good.

@scotthain scotthain merged commit 75234af into master Jan 30, 2018
@scotthain scotthain deleted the shain/tweak_config branch January 30, 2018 21:14
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

Successfully merging this pull request may close these issues.

4 participants