lp:~morphis/snappy-hwe-snaps/+git/jenkins-jobs

Owned by Simon Fels
Get this repository:
git clone https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/jenkins-jobs
Only Simon Fels can upload to this repository. If you are Simon Fels please log in for upload directions.

Branches

Name Last Modified Last Commit
select-snapcraft-yaml-in-worker 2017-10-18 08:34:22 UTC
jobs/snap: execute docs and cleanup build as part of the -prepare job

Author: Simon Fels
Author Date: 2017-10-18 08:34:22 UTC

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.

dont-build-without-snapcraft-yaml 2017-10-17 14:16:43 UTC
jobs/snap: do not attempt to build snap when no snapcraft.yaml exists

Author: Simon Fels
Author Date: 2017-10-17 14:10:18 UTC

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

no-ci-branch-in-prepare 2017-10-17 11:29:27 UTC
jobs/snap: don't require a branch with a snapcraft.yaml

Author: Simon Fels
Author Date: 2017-10-17 10:37:35 UTC

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

introduce-ci-id-var 2017-10-17 09:19:40 UTC
jobs/snap: integrate CI repository setup into prepare job

Author: Simon Fels
Author Date: 2017-10-13 09:04:56 UTC

jobs/snap: integrate CI repository setup into prepare job

adjust-docker-container 2017-10-13 12:22:02 UTC
docker/development: start jenkins as jenkins user again

Author: Simon Fels
Author Date: 2017-10-13 12:22:02 UTC

docker/development: start jenkins as jenkins user again

use-correct-logger 2017-10-12 13:45:05 UTC
tools: don't use not existing logger instance

Author: Simon Fels
Author Date: 2017-10-12 13:45:05 UTC

tools: don't use not existing logger instance

skip-tests-on-non-amd64 2017-09-22 14:46:27 UTC
jobs/snap: disable test execution when specified architecture is not amd64

Author: Simon Fels
Author Date: 2017-09-22 14:46:27 UTC

jobs/snap: disable test execution when specified architecture is not amd64

The current setup doesn't support any other architectures than amd64
at the moment.

f/infra-install-fixes 2017-09-21 09:43:05 UTC
infra: replace remaining sudo calls with variable

Author: Simon Fels
Author Date: 2017-09-21 09:43:05 UTC

infra: replace remaining sudo calls with variable

f/15.04-build-support 2017-09-15 09:30:47 UTC
tools: make build not specific to xenial

Author: Simon Fels
Author Date: 2017-09-15 09:30:47 UTC

tools: make build not specific to xenial

f/docker-for-spread-testing 2017-09-15 09:13:59 UTC
Use supplied RESULTS_ID variable

Author: Simon Fels
Author Date: 2017-09-15 09:13:49 UTC

Use supplied RESULTS_ID variable

f/correct-jlp-arrray-param 2017-09-15 05:34:51 UTC
jobs/infrastructure: put template var into same line to prevent invalid yaml

Author: Simon Fels
Author Date: 2017-09-15 05:31:30 UTC

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.

f/fix-python-syntax 2017-09-14 16:06:44 UTC
tools: use elif instead of else if

Author: Simon Fels
Author Date: 2017-09-14 16:06:44 UTC

tools: use elif instead of else if

f/snap-docs-fixes 2017-09-14 12:46:00 UTC
snap: check for metadata.yaml file before invoking documentation-builder

Author: Simon Fels
Author Date: 2017-09-14 12:45:45 UTC

snap: check for metadata.yaml file before invoking documentation-builder

This detect trees we can't build properly.

f/correct-params-for-docs-job 2017-09-14 12:17:54 UTC
snap: use correct parameter name to access source git repository

Author: Simon Fels
Author Date: 2017-09-14 11:32:47 UTC

snap: use correct parameter name to access source git repository

f/use-sudo-correct-for-pip 2017-09-14 11:16:29 UTC
infrastructure: keep a copy of the repo utility we can rely on

Author: Simon Fels
Author Date: 2017-09-14 11:16:29 UTC

infrastructure: keep a copy of the repo utility we can rely on

f/add-snap-docs-build 2017-09-05 08:54:25 UTC
Add *-snap-docs build type to list of deployed jobs

Author: Simon Fels
Author Date: 2017-09-05 08:54:25 UTC

Add *-snap-docs build type to list of deployed jobs

f/cleanup-workspace 2017-08-23 08:50:55 UTC
Use quotes for variables

Author: Simon Fels
Author Date: 2017-08-23 08:50:55 UTC

Use quotes for variables

f/add-docs-build 2017-08-15 05:44:13 UTC
Correctly install repo utility into /usr/local/bin

Author: Simon Fels
Author Date: 2017-08-15 05:44:13 UTC

Correctly install repo utility into /usr/local/bin

f/archive-images 2017-08-14 12:36:23 UTC
Archive build images

Author: Simon Fels
Author Date: 2017-08-10 11:26:46 UTC

Archive build images

f/add-fakeroot 2017-08-04 16:43:49 UTC
Merge remote-tracking branch 'origin/master' into f/add-fakeroot

Author: Simon Fels
Author Date: 2017-08-04 16:43:49 UTC

Merge remote-tracking branch 'origin/master' into f/add-fakeroot

f/check-correct-var 2017-06-22 11:13:17 UTC
Set BUILD_ARCH correctly

Author: Simon Fels
Author Date: 2017-06-22 11:13:17 UTC

Set BUILD_ARCH correctly

f/correct-snap-type-check 2017-06-21 16:15:46 UTC
Use app as snap type when snapcraft.yaml doesn't specify one

Author: Simon Fels
Author Date: 2017-06-21 16:15:46 UTC

Use app as snap type when snapcraft.yaml doesn't specify one

f/check-correct-variable 2017-06-21 12:06:53 UTC
Check correct variable when checking if mp updates are enabled

Author: Simon Fels
Author Date: 2017-06-21 12:06:53 UTC

Check correct variable when checking if mp updates are enabled

f/kernel-cross-build-support 2017-06-21 08:20:44 UTC
Respect review comments

Author: Simon Fels
Author Date: 2017-06-21 08:20:44 UTC

Respect review comments

f/import-jobs 2017-06-12 15:41:12 UTC
Allow local builds in a chroot

Author: Simon Fels
Author Date: 2017-06-12 13:47:25 UTC

Allow local builds in a chroot

125 of 25 results
This repository contains Public information 
Everyone can see this information.

Subscribers