diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-11-09 11:46:30 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-11-09 11:46:30 -0800 |
commit | 31524f49baa376c3fa227eb4d67138035e60789b (patch) | |
tree | 3d87cd8b3685de9d4506a4af74cc852cb288c36b /jjb/opnfv | |
parent | 483081b7fb0cf5d7dec5ee1d6ff0bddc387a59dc (diff) |
Remove Old 'test-sign-daily-master' Job and Script
Artifact signing is in place and working. This job is currently
returning false-positive successful runs and consuming resources on
Jenkins master.
Change-Id: I6e94f361c117221b4b9d0ba08f9359f539815834
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/test-sign.yml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/jjb/opnfv/test-sign.yml b/jjb/opnfv/test-sign.yml deleted file mode 100644 index b27d75777..000000000 --- a/jjb/opnfv/test-sign.yml +++ /dev/null @@ -1,42 +0,0 @@ -- project: - name: test-sign - - project: 'releng' - - jobs: - - 'test-sign-daily-{stream}' - - stream: - - master: - branch: '{stream}' - gs-pathname: '' - - -- job-template: - name: 'test-sign-daily-{stream}' - - # Job template for daily builders - # - # Required Variables: - # stream: branch with - in place of / (eg. stable) - # branch: branch (eg. stable) - node: master - - disabled: false - - parameters: - - project-parameter: - project: '{project}' - - scm: - - git-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - branch: '{branch}' - - triggers: - - timed: 'H H * * *' - - builders: - - shell: | - $WORKSPACE/utils/test-sign-artifact.sh |