Disable odlparent distcheck jobs 40/61940/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 17 Aug 2017 15:16:34 +0000 (17:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 17 Aug 2017 15:16:34 +0000 (17:16 +0200)
Both odlparent master and 2.0.x are isolated from autorelease,
and no downstreams should be consuming its snapshot artifacts.

Hence running distribution-check does not make any sense, as by
definition it should be an invariant, sans breakage caused by
downstreams.

Disable the job for both streams.

Change-Id: Icb34362a2ec3350a013352f61dcfcac078237c0f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
jjb/odlparent/odlparent.yaml

index f36c9e3ec9a4bc64d61d3462a6b460b4cbb53eec..959f359e423fe6c479e8f3fe372c3cd94fdb92db 100644 (file)
@@ -2,7 +2,6 @@
 - project:
     name: odlparent-master
     jobs:
-      - '{project-name}-distribution-check-{stream}'
       - '{project-name}-merge-{stream}'
       - '{project-name}-verify-{stream}-{maven}-{jdks}'
       - '{project-name}-verify-tox-{stream}'
@@ -35,7 +34,6 @@
 - project:
     name: odlparent-2.0.x
     jobs:
-      - '{project-name}-distribution-check-{stream}'
       - '{project-name}-merge-{stream}'
       - '{project-name}-verify-{stream}-{maven}-{jdks}'
       - '{project-name}-verify-tox-{stream}'