summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-daily-jobs.yml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-03 00:07:24 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-05 01:49:26 +0200
commitad0c91f390ff90ddf293ff6654e9db6cade227b4 (patch)
tree930f7386239fada829a35e14bc659cf557302a2d /jjb/fuel/fuel-daily-jobs.yml
parent444ec6314f41400bb4e1cb8dfd65f66083cb794e (diff)
fuel, armband: verify jobs: Enable virtual deploy
Enable virtual deploy phase for verify multijob for both projects. Since fuel-defaults already define SSH_KEY param, drop it from individual jobs. Fuel: - drop merge jobs, which used to perform virtual deploys based on ISO created during verify job; - cleanup fuel-download-artifact (rm support for merge/verify); Armband: - while at it, remove "opnfv-build-enea-defaults", preparing for arm-build2's retirement. JIRA: FUEL-278 JIRA: FUEL-287 Change-Id: I354d72d88187e41070f44c723ccc651a0bb9b021 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/fuel/fuel-daily-jobs.yml')
-rw-r--r--jjb/fuel/fuel-daily-jobs.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/jjb/fuel/fuel-daily-jobs.yml b/jjb/fuel/fuel-daily-jobs.yml
index 488505edf..80fde32fa 100644
--- a/jjb/fuel/fuel-daily-jobs.yml
+++ b/jjb/fuel/fuel-daily-jobs.yml
@@ -140,6 +140,7 @@
blocking-jobs:
- 'fuel-os-.*?-{pod}-daily-.*'
- 'fuel-os-.*?-{pod}-weekly-.*'
+ - 'fuel-verify-.*'
block-level: 'NODE'
wrappers:
@@ -293,10 +294,6 @@
name: GS_URL
default: artifacts.opnfv.org/$PROJECT{gs-pathname}
description: "URL to Google Storage."
- - string:
- name: SSH_KEY
- default: "/tmp/mcp.rsa"
- description: "Path to private SSH key to access environment nodes. For MCP deployments only."
########################
# trigger macros
########################