Project

Profile

Help

Task #4695

closed

Story #4687: As a user, I can use either Python or Ruby bindings to interact with Pulp

configure Travis to publish pulpcore-client to rubygems.org

Added by dkliban@redhat.com about 5 years ago. Updated over 4 years ago.

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

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
API Bindings
Sprint:
Sprint 52
Quarter:

Description

Another stage needs to be added to the travis config. This stage needs to run only when building a tag. It should run after pulpcore has been published to PyPI. This stage needs to use pulp-swagger-codegen[0] to build the pulpcore-client Ruby Gem and upload it to rubygems.org.

We will need to create a rubygems.org account and configure travis with credentials for publishing to there.

[0] https://github.com/pulp/pulp-swagger-codegen


Related issues

Copied from Pulp - Task #4694: configure Travis to publish pulpcore-client to PyPI CLOSED - CURRENTRELEASEdkliban@redhat.com

Actions
Actions #1

Updated by dkliban@redhat.com about 5 years ago

  • Copied from Task #4694: configure Travis to publish pulpcore-client to PyPI added
Actions #2

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added
Actions #3

Updated by bmbouter about 5 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #4

Updated by dkliban@redhat.com about 5 years ago

  • Tags deleted (Pulp 2)
Actions #5

Updated by dkliban@redhat.com about 5 years ago

  • Tags API Bindings added
Actions #6

Updated by ipanova@redhat.com about 5 years ago

  • Sprint set to Sprint 52
Actions #7

Updated by dkliban@redhat.com about 5 years ago

  • Project changed from RPM Support to File Support
  • Subject changed from configure Travis to publish pulpcore-client to rubygems.org to configure Travis to publish pulp_file-client to rubygems.org
Actions #8

Updated by dkliban@redhat.com almost 5 years ago

  • Project changed from File Support to Pulp
  • Subject changed from configure Travis to publish pulp_file-client to rubygems.org to configure Travis to publish pulpcore-client to rubygems.org
  • Status changed from NEW to ASSIGNED
  • Assignee set to dkliban@redhat.com

Added by dkliban@redhat.com almost 5 years ago

Revision 57d9b5b3 | View on GitHub

Problem: can't generate nightly versions

Solution: add ability to pass in a string to append to version

re: #4695 https://pulp.plan.io/issues/4695

Added by dkliban@redhat.com almost 5 years ago

Revision 2a8c1e28 | View on GitHub

Problem: pulpcore-client ruby gem not being published

Solution: start publishing pulpcore-client ruby gem nightly

re: #4695 https://pulp.plan.io/issues/4695

Added by dkliban@redhat.com almost 5 years ago

Revision 33d7aa8c | View on GitHub

Problem: pulpcore-client ruby gem published too often

Solution: only publish when cron is building the project

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

Added by dkliban@redhat.com almost 5 years ago

Revision c366a900 | View on GitHub

Problem: pulp_file_client not published as ruby gem

Solution: publish pulp_file_client ruby gem when building project

re: #4695 https://pulp.plan.io/issues/4695

Actions #9

Updated by dkliban@redhat.com almost 5 years ago

  • Status changed from ASSIGNED to MODIFIED
  • % Done changed from 0 to 100
Actions #10

Updated by dkliban@redhat.com almost 5 years ago

  • Status changed from MODIFIED to POST

Added by dkliban@redhat.com almost 5 years ago

Revision 1c72a150 | View on GitHub

Problem: pulp not provisioned during gem publish step

Solution: install pulp in the install install script

This patch updates how Pulp is installed by Travis. It is now installed using ansible-pulp. The install step now happens as part of the install script.

This also adds MariaDB testing.

re: #4695 https://pulp.plan.io/issues/4695

Added by dkliban@redhat.com almost 5 years ago

Revision 6d93e53b | View on GitHub

Problem: wrong user owns pulp_file_client

Solution: change ownership to travis user

re: #4695 https://pulp.plan.io/issues/4695

Added by dkliban@redhat.com almost 5 years ago

Revision 82acc942 | View on GitHub

Problem: publish of client fails if version has not changed

Solution: check rubygems.org and pypi.org before publishing

This patch does multiple things:

  1. Corrects the version string used when publishing Ruby Gem
  2. Reduces the frequency of publishing of pulp_file-client to PyPI
  3. Adds a check for existence of package about to be built. If it exists, the script exits before trying to build the client package again.

re: #4694 https://pulp.plan.io/issues/4694 re: #4695 https://pulp.plan.io/issues/4695

Added by dkliban@redhat.com almost 5 years ago

Revision 61aac764 | View on GitHub

Problem: publish to rubygems.org and pypi.org can fail

Solution: check if the version of the client already exists

This patch adds an additional step to each of the pulpcore-client publish scripts. This step checks if the version of the client that is about to be built already exists. If the client version exists, the script exits without trying to build the package again.

re: #4694 https://pulp.plan.io/issues/4694 re: #4695 https://pulp.plan.io/issues/4695

Actions #11

Updated by dkliban@redhat.com almost 5 years ago

  • Status changed from POST to MODIFIED
Actions #12

Updated by bmbouter over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #13

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF