~alfonsosanchezbeato/snappy-hwe-snaps/+git/build-scripts:hw-experiment

Last commit made on 2017-04-07
Get this branch:
git clone -b hw-experiment https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/build-scripts
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

043be4c... by Alfonso Sanchez-Beato

Add real-hardware-test job

c4c546e... by Alfonso Sanchez-Beato

Use library scripts in generic-test-snap job

cd89ec6... by Alfonso Sanchez-Beato

Add library shell scripts

Move code from the jenkins jobs to library scripts that can be easily
reused across jobs.

0f1e878... by Alfonso Sanchez-Beato

Make sure RESULTS_ID is unique

Make sure RESULTS_ID is unique when building more than one snap.

15a91ff... by Alfonso Sanchez-Beato

Add exec permissions to all jenkins jobs

Add exec permissions for jobs that did not have them, for coherence.

983150f... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/search-for-snapcraft-yaml

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/build-scripts/+merge/320594

e7a76e9... by Simon Fels

Try to find correct branch we need to build from

Previously we were always building from master with got any pending
changes already merged in. In the case of being executed from the
release job we might be building from the stable branch instead and
the code were not taking what was configured in $SOURCE_GIT_REPO_BRANCH
but always building from master. This lead to wrong results as
master can evolved and stable got new cherry-picked changes instead of
a full merge from master.

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

Merge remote tracking branch f/release-from-stable

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/build-scripts/+merge/320344

6c9b4f1... by Simon Fels

Use a RELEASE_BASE_BRANCH variable to abstract use of stable/master a bit more

3a9728c... by Simon Fels

Add option to select stable as the branch to release from