[ARVADOS-DEV] updated: 9b40808f26dc7d548a80b6bfa1d726401695779e
Git user
git at public.curoverse.com
Mon Mar 20 12:56:29 EDT 2017
Summary of changes:
jenkins/install-arvados-jobs-image | 9 ---------
1 file changed, 9 deletions(-)
via 9b40808f26dc7d548a80b6bfa1d726401695779e (commit)
from 1b617d6246d68ad960418b482d0c9fc14f044436 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9b40808f26dc7d548a80b6bfa1d726401695779e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Mar 20 12:56:26 2017 -0400
install-arvados-jobs-image: Delete check for Docker image+repo already exists
because it incorrectly skips upload in circumstances when the image+repo exists
but associated with the wrong different image hash (such as wrong image
format). refs #8567
diff --git a/jenkins/install-arvados-jobs-image b/jenkins/install-arvados-jobs-image
index 45026c2..fe2f634 100755
--- a/jenkins/install-arvados-jobs-image
+++ b/jenkins/install-arvados-jobs-image
@@ -70,15 +70,6 @@ def findormake_project_perm(arv, prefix, project_uuid):
def findorpull_image(want_repo, want_tag, project_uuid):
- for line in subprocess.check_output(['arv-keepdocker']).splitlines():
- try:
- repo, tag, image_id, collection, created = line.split(None, 4)
- except ValueError:
- continue
- if repo == want_repo and tag == want_tag:
- logger.debug('found image tag %s collection %s created %s',
- tag, collection, created)
- return collection
logger.info('pulling repo %s tag %s', want_repo, want_tag)
subprocess.check_call([
'arv-keepdocker',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list