-
Notifications
You must be signed in to change notification settings - Fork 144
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
openshift-ansible release fails if tag already exists #1442
Comments
@openshift/sig-developer-experience |
@openshift/sig-continuous-infrastructure |
odd...with a fresh Jenkins job the build succeeds: https://ci.openshift.redhat.com/jenkins/job/tmp_origin_tito_test/1/ |
For some reason the tag already exists in the repo even before the Right after creating the AWS instance: $ cd /data/src/github.com/openshift/openshift-ansible
$ git tag | grep 3.10.1-1
openshift-ansible-3.10.1-1
openshift-ansible-3.6.123.1001-1 So something is putting the tag into the repo during the "bake the base image" process. |
The job [1] already builds [1] https://ci.openshift.redhat.com/jenkins/job/ami_build_origin_int_rhel_build/2885/consoleFull |
/assign @sdodson @smarterclayton Is this the classic release branch mishap? |
In the jobs we build tag N+1 from the current branch, so this could also be a workspace caching problem:
We can release a new AMI this morning. |
Yeah, the working job is at /assign |
The job is building Origin and OpenShift Ansible but is asking for a pre-built AMI at the same time. The job should be reconfigured to use the /close |
Origin release with ecosystem tests fail if tag for openshift-ansible already exists:
See https://ci.openshift.redhat.com/jenkins/job/test_branch_origin_extended_image_registry/232/
Note - the errant git tag
3.10.1-1
does not exist in the openshift-ansible repo on Github.The text was updated successfully, but these errors were encountered: