Merge lp:~heber013/qa-jenkins-jobs/load-env-variables-post-upgrade into lp:qa-jenkins-jobs

Proposed by Heber Parrucci
Status: Merged
Approved by: Jean-Baptiste Lallement
Approved revision: 257
Merged at revision: 254
Proposed branch: lp:~heber013/qa-jenkins-jobs/load-env-variables-post-upgrade
Merge into: lp:qa-jenkins-jobs
Diff against target: 20 lines (+3/-0)
1 file modified
jobs/auto-upgrade-testing/jobs.yaml (+3/-0)
To merge this branch: bzr merge lp:~heber013/qa-jenkins-jobs/load-env-variables-post-upgrade
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+327535@code.launchpad.net

Commit message

Load environment variables for post-upgrade jobs.

Description of the change

Load environment variables for post-upgrade jobs.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Approved, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/auto-upgrade-testing/jobs.yaml'
2--- jobs/auto-upgrade-testing/jobs.yaml 2017-07-14 21:29:06 +0000
3+++ jobs/auto-upgrade-testing/jobs.yaml 2017-07-17 19:19:25 +0000
4@@ -58,6 +58,8 @@
5
6 set -x
7
8+ source $WORKSPACE/common-vars
9+
10 # Write parameters to files for grafana upload
11 OS=$FLAVOR
12 ARCH=$ARCH
13@@ -100,6 +102,7 @@
14 condition-kind: shell
15 condition-command: |
16 #!/bin/bash
17+ source $WORKSPACE/common-vars
18 [ -f "$PROFILE" ] && grep -q "run_system_tests: true" "$PROFILE"
19 steps:
20 - trigger-builds:

Subscribers

People subscribed via source and target branches

to all changes: