Bug 1365415
| Summary: | Can't push code to gitserver repo so no build will be triggered. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | XiuJuan Wang <xiuwang> |
| Component: | ImageStreams | Assignee: | Cesar Wong <cewong> |
| Status: | CLOSED ERRATA | QA Contact: | Wang Haoran <haowang> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.3.0 | CC: | aos-bugs, cewong, haowang, jokerman, mmccomas, pweil, tdawson |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
Change to using the --depth argument when calling git clone from 'oc new-app' causes origin git server to hang.
Consequence:
Pushing source code to the origin git server results in a hang.
Fix:
Update the git server code to allow --depth argument without hanging.
Result:
Pushing source code to the origin git server no longer results in a hang and new-app is called successfully by the git server.
|
Story Points: | --- |
| Clone Of: | 1334147 | Environment: | |
| Last Closed: | 2017-01-18 12:52:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1334147 | ||
| Bug Blocks: | |||
|
Description
XiuJuan Wang
2016-08-09 08:23:12 UTC
Fix merged. Testing it will require an updated openshift/origin-gitserver image. Fixed in ocp (openshift v3.3.0.19) with openshift/origin-gitserver (imageid 098f6fe68631). Could trigger new builds when push code to git server. Reopen this bug , as the image is rebuilt, and the problems comes again. docker.io/openshift/origin-gitserver 0868b05342d1 Wang Haoran, can you still reproduce this? I am not able to reproduce locally. It works now with image: openshift/origin-gitserver 96cc3498dad5 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0066 |