summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-05-10 12:37:05 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-05-17 13:27:59 -0700
commit04a5f0c39cbcfb7a4f47eccc6c9ecb297df346f1 (patch)
treec982d9fa485fc653695363f141fd63e660991d91 /jjb/apex/apex.yml
parentec7db4e0c399ec6a01441139d6ef9caf93297917 (diff)
Remove old GS-Cleanup Job from Apex
This job template isn't attached to a job, so it doesn't even get executed; Further, artifact cleanup is take care of by 'releng-artifact-cleanup-daily-{stream}' Change-Id: I3e4d0339650f0507b8a3cd1512c2ca643f4fe75a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r--jjb/apex/apex.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index d8b9eb147..a9646073e 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -1293,30 +1293,6 @@
abort-all-job: true
git-revision: false
-- job-template:
- name: 'apex-gs-clean-{stream}'
-
- # Job template for clean
- #
- # Required Variables:
- # stream: branch with - in place of / (eg. stable)
- node: '{slave}'
-
- disabled: false
-
- parameters:
- - project-parameter:
- project: '{project}'
- branch: '{branch}'
- - apex-parameter:
- gs-pathname: '{gs-pathname}'
-
- builders:
- - 'apex-gs-clean'
-
- triggers:
- - 'apex-gs-clean-{stream}'
-
########################
# parameter macros
########################
@@ -1393,12 +1369,6 @@
!include-raw: ./apex-download-artifact.sh
- builder:
- name: 'apex-gs-cleanup'
- builders:
- - shell:
- !include-raw: ./apex-gs-cleanup.sh
-
-- builder:
name: 'apex-deploy'
builders:
- shell:
@@ -1415,7 +1385,3 @@
name: 'apex-danube'
triggers:
- timed: '0 12 * * *'
-- trigger:
- name: 'apex-gs-clean-{stream}'
- triggers:
- - timed: '0 2 * * *' \ No newline at end of file