~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs:not-fail-local-sources

Last commit made on 2017-10-20
Get this branch:
git clone -b not-fail-local-sources 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

Name:
not-fail-local-sources
Repository:
lp:~alfonsosanchezbeato/snappy-hwe-snaps/+git/jenkins-jobs

Recent commits

7758e66... by Alfonso Sanchez-Beato

jobs: not fail if sources are in master branch

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

Merge remote tracking branch select-snapcraft-yaml-in-worker

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

Author: Simon Fels <email address hidden>

jobs/snap: select correct CI branch and snapcraft.yaml in the worker job
jobs/snap: prefer git:// over https://
jobs/snap: execute docs and cleanup build as part of the -prepare job

481615f... by Simon Fels

jobs/snap: execute docs and cleanup build as part of the -prepare job

The build job is executed multiple times for different architectures so
we can't do cleanup or documentation build as part of it. Doing it from
the prepare job is the best option.

4c18174... by Simon Fels

jobs/snap: prefer git:// over https://

1383876... by Simon Fels

jobs/snap: select correct CI branch and snapcraft.yaml in the worker job

5fd74cc... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch dont-build-without-snapcraft-yaml

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

Author: Simon Fels <email address hidden>

jobs/snap: do not attempt to build snap when no snapcraft.yaml exists

79717bb... by Simon Fels

jobs/snap: do not attempt to build snap when no snapcraft.yaml exists

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

Merge remote tracking branch no-ci-branch-in-prepare

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

Author: Simon Fels <email address hidden>

jobs/snap: don't require a branch with a snapcraft.yaml

89221dc... by Simon Fels

jobs/snap: don't require a branch with a snapcraft.yaml

93c6b4f... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch introduce-ci-id-var

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

Author: Simon Fels <email address hidden>

Introduce new CI_ID variable which is handed from the top-level snap-build job to all subsequently triggered jobs and will identify the CI iteration. CI_ID is filled from BUILD_ID which is unique for each snap-build run.

This MP also changes the snap-test job to consume the same CI repository as the build job does so we have to merge target and source only once.