Project

Profile

Help

Story #7261

closed

As a plugin maintainer, I can use automation script for beta releases

Added by ttereshc over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Plugin Template
Sprint:
Sprint 78
Quarter:

Description

Motivation

Each plugin can have different process when it comes to Redmine and Beta releases. Currently, it's required to have a milestone and issues associated with it and the status in redmine is updated. Additionally, if something goes south at the stage of updating redmine state, it fails inthe publish_plugin_pypi script. It's confusing, because it doesn't seem to be connected to PyPI.

Here is the pulp-2to3-migration plugin process for Beta:

  • changelog is generated
  • redmine milestone is not created
  • redmine status is not updated
  • redmine changes will happen during the GA release.

Other plugins might want to have changes in redmine.

Proposal

  • Have a configuration flag to not make any redmine changes. update_redmine? update_redmine_milestone?
  • Do not require milestone to be present and do not update anything in redmine if ^ is set to False
  • Move the update of redmine into a separate step/job and not have it as a part of publishing to PyPI to avoid confusion.
Actions #1

Updated by ttereshc over 3 years ago

  • Description updated (diff)
Actions #2

Updated by fao89 over 3 years ago

  • Status changed from NEW to POST

Added by Fabricio Aguiar over 3 years ago

Revision f9159a67 | View on GitHub

Making validate milestone optional

https://pulp.plan.io/issues/7261 closes #7261

Actions #3

Updated by ttereshc over 3 years ago

  • Sprint set to Sprint 78
Actions #4

Updated by Anonymous over 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #5

Updated by ttereshc over 3 years ago

  • Tags Plugin Template added
Actions #6

Updated by ttereshc over 3 years ago

  • Sprint/Milestone set to 3.8.0
Actions #7

Updated by ttereshc over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF