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

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

Branches

Name Last Modified Last Commit
remove_redundant_pkgs 2017-12-06 12:39:23 UTC
Remove redundant packages.

Author: Gary.Wang
Author Date: 2017-12-06 12:39:23 UTC

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.

fix_home_path 2017-12-05 11:04:53 UTC
Fix the source of mount point for $HOME dir.

Author: Gary.Wang
Author Date: 2017-12-05 10:55:27 UTC

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.

key_path 2017-12-05 08:00:16 UTC
Fix the ci bot key path.

Author: Gary.Wang
Author Date: 2017-12-05 08:00:16 UTC

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.

export_ssh_command 2017-12-05 06:55:17 UTC
Mount .ssh folder to docker instance.

Author: Gary.Wang
Author Date: 2017-12-05 06:55:17 UTC

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.

ssh_username 2017-12-04 09:24:55 UTC
Fix the repo fetching failure when running snap-test.sh

Author: Gary.Wang
Author Date: 2017-12-04 09:24:55 UTC

Fix the repo fetching failure when running snap-test.sh

Our CI doesn't behave very well in these days. One reason
lies in the ongoing lab or infrastructure move from 47F to
46F in Taipei office last week. That seems to be fixed by
IS team. Another reason is that something went wrong with
private repos fetching.
This PR fixes the latter one.

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers