~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs:sync-snap-test

Last commit made on 2017-09-15
Get this branch:
git clone -b sync-snap-test https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Recent commits

0d18d37... by Alfonso Sanchez-Beato

Make output from spread less verbose

With -v, information is printed only when the test fails.

b134b84... by Alfonso Sanchez-Beato

Remove container after tests

dec6ca3... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/15.04-build-support

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/jenkins-jobs/+merge/330816

Author: Simon Fels <email address hidden>

Add build support for 15.04 based snaps

Each snap which wants to build on 15.04 has to add a .ci_overrides file with the following content to its branch:

 # Don't attempt to build on launchpad as builds for vivid aren't support
 build_on_launchpad: False
 # Force vivid as distro series
 series: vivid

a644569... by Simon Fels

tools: make build not specific to xenial

91ff20b... by Simon Fels

jobs/snap: allow snaps to specify certain overrides for the build process

a703fd1... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/docker-for-spread-testing

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/jenkins-jobs/+merge/330815

Author: Simon Fels <email address hidden>

Import spread testing docker container and use it inside the snap-test job

1d0c611... by Simon Fels

Use supplied RESULTS_ID variable

f7e3e63... by Simon Fels

Import docker container used for spread testing

60474f4... by Simon Fels

Move development docker container into its own subdirectory

086bc32... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/correct-jlp-arrray-param

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/jenkins-jobs/+merge/330803

Author: Simon Fels <email address hidden>

jobs/infrastructure: put template var into same line to prevent invalid yaml

We ended up with

 jobs_blacklisted_from_messages: ""

with the current configuration but the variable needs to be an array.
The previous template didn't allow us to pass an empty array but with
keeping everything on the same line we can now set the variable to []
and generate a valid yaml file.