~jamesj/snappy-hwe-snaps/+git/jenkins-jobs:serial-vault-nightly

Last commit made on 2018-02-20
Get this branch:
git clone -b serial-vault-nightly https://git.launchpad.net/~jamesj/snappy-hwe-snaps/+git/jenkins-jobs
Only James Jesudason can upload to this branch. If you are James Jesudason please log in for upload directions.

Branch merges

Branch information

Name:
serial-vault-nightly
Repository:
lp:~jamesj/snappy-hwe-snaps/+git/jenkins-jobs

Recent commits

6e09abc... by James Jesudason

Set the job name correctly

d12d351... by James Jesudason

Change file names

93c2f2e... by James Jesudason

Add configuration for the serial-vault nightly

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

Merge remote tracking branch remove_redundant_pkgs

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/jenkins-jobs/+merge/334811

Author: Gary.Wang <email address hidden>

Remove redundant packages.

We added python3-yaml for u-c-i building but u-c-i(setup.py)
doesn't depend on it to parse snapcraft.yaml file to grab version
info since literally we should not import external library in
setup.py other than standard library(import re instead eventually).
We should install tox package from run-tests.sh since ci executes
units tests on a clean ubuntu environment.

53c90d4... by Gary.Wang

Remove redundant packages.

We added python3-yaml for u-c-i building but u-c-i(setup.py)
doesn't depend on it to parse snapcraft.yaml file to grab version
info since literally we should not import external library in
setup.py other than standard library(import re instead eventually).
We should install tox package from run-tests.sh since ci executes
units tests on a clean ubuntu environment.

974c425... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix_home_path

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/jenkins-jobs/+merge/334747

Author: Gary.Wang <email address hidden>

Fix the source of mount point for $HOME dir.

I mixed up env variable JENKINS_HOME with the real HOME directory
in docker instance. And the source of mount point for $HOME dir
in docker instance is /home/$REMOTE_USER.

49ff074... by Gary.Wang

Fix the source of mount point for $HOME dir.

I mixed up env variable JENKINS_HOME with the real HOME directory
in docker instance. And the source of mount point for $HOME dir
in docker instance is /home/$REMOTE_USER.

009c9ad... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch key_path

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/jenkins-jobs/+merge/334738

Author: Gary.Wang <email address hidden>

Fix the ci bot key path.

The ci bot key is placed in one specific folder, not the default
and global one. We need to declare the exact key path in GIT_SSH_COMMAND
variable to avoid 'No such file or directory' error.

2e18c58... by Gary.Wang

Fix the ci bot key path.

The ci bot key is placed in one specific folder, not the default
and global one. We need to declare the exact key path in GIT_SSH_COMMAND
variable to avoid 'No such file or directory' error.

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

Merge remote tracking branch export_ssh_command

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/jenkins-jobs/+merge/334737

Author: Gary.Wang <email address hidden>

Mount .ssh folder to docker instance.

We need to mount .ssh folder to docker instance so that git can
establish the ssh connection to access the private repo.