Merge ~pwlars/snappy-hwe-snaps/+git/jenkins-jobs:prepare-add-jq-postfix into ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master

Proposed by Paul Larson
Status: Merged
Approved by: Simon Fels
Approved revision: 144833a40835ab43683a619e533481df16c6a911
Merged at revision: a7535a52d7b73248bd435c96df4fe9f9d61fdd7a
Proposed branch: ~pwlars/snappy-hwe-snaps/+git/jenkins-jobs:prepare-add-jq-postfix
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master
Diff against target: 23 lines (+5/-0)
1 file modified
jobs/infrastructure/prepare-0-install.sh (+5/-0)
Reviewer Review Type Date Requested Status
Simon Fels Approve
System Enablement Bot continuous-integration Approve
Review via email: mp+328526@code.launchpad.net

Description of the change

According to IS, we will not have to use an email relay. Instead, we should send mail directly from the slave. This adds postfix, as well as another package we need for json parsing on the slaves.

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/infrastructure/prepare-0-install.sh b/jobs/infrastructure/prepare-0-install.sh
2index 032acb7..9353edf 100644
3--- a/jobs/infrastructure/prepare-0-install.sh
4+++ b/jobs/infrastructure/prepare-0-install.sh
5@@ -23,6 +23,9 @@ sudo add-apt-repository --yes ppa:snappy-hwe-team/ci-tools
6
7 sudo apt-get update
8
9+debconf-set-selections <<< "postfix postfix/mailname string $(hostname)"
10+debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
11+
12 sudo apt-get install --yes \
13 git \
14 python \
15@@ -41,6 +44,8 @@ sudo apt-get install --yes \
16 binfmt-support \
17 qemu-user-static \
18 virtualenv \
19+ jq \
20+ postfix \
21 {install_packages}
22
23 # Install jenkins-jobs-builder

Subscribers

People subscribed via source and target branches

to all changes: