Project

Profile

Help

Issue #5561

closed

when Required PR for pulp-operator is specified a new operator image is not build

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

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 61
Quarter:

Description

Even though the plugin_template configures Travis to checkout the PR for pulp-operator, a new image is not build from that PR. plugin_template needs to add the following right after pulp-operator PR is checked out:

$ RELEASE_VERSION=v0.9.0
$ curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
$ chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && sudo mkdir -p /usr/local/bin/ && sudo cp operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu /usr/local/bin/operator-sdk && rm operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
$ sudo operator-sdk build --image-builder=docker quay.io/pulp/pulp-operator:latest
Actions #1

Updated by dkliban@redhat.com over 4 years ago

  • Description updated (diff)
Actions #2

Updated by dkliban@redhat.com over 4 years ago

  • Description updated (diff)
Actions #3

Updated by fao89 over 4 years ago

  • Triaged changed from No to Yes
Actions #4

Updated by dkliban@redhat.com over 4 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to dkliban@redhat.com
  • Sprint set to Sprint 60

Added by dkliban@redhat.com over 4 years ago

Revision 76ee220d | View on GitHub

Build pulp-operator image from the "Required PR"

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

Actions #5

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 60 to Sprint 61
Actions #6

Updated by dkliban@redhat.com over 4 years ago

  • Status changed from ASSIGNED to MODIFIED
Actions #7

Updated by bmbouter over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #8

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF