[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: don't wipe reproducilbe-lfs workspace at every build
Mattia Rizzolo
gitlab at salsa.debian.org
Sun May 27 12:50:14 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c96f0b68 by Mattia Rizzolo at 2018-05-27T13:50:04+02:00
reproducible: don't wipe reproducilbe-lfs workspace at every build
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- job-cfg/reproducible.yaml
Changes:
=====================================
job-cfg/reproducible.yaml
=====================================
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -121,11 +121,13 @@
parse-rules: '{my_parse_rules}'
- email: *email
- naginator: *naginator
+ git_wipe_workspace: true # j-j-b default
scm:
- git:
url: '{my_gitrepo}'
branches:
- '{my_gitbranches}'
+ wipe-workspace: '{git_wipe_workspace}'
- defaults:
<<: *DEFAULTS
@@ -735,6 +737,7 @@
my_description: 'Pull big files from https://salsa.debian.org/reproducible-builds/reproducible-lfs so we can serve them from here'
my_timed: ''
my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reproducible-lfs.git'
+ git_wipe_workspace: false # can't do it as it would otherwise take too much to checkout/clone
my_shell: '/srv/jenkins/bin/reproducible_sync_lfs.sh'
my_recipients: 'jenkins+debian-reproducible jenkins+reproducible-builds qa-jenkins-scm at lists.alioth.debian.org'
my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c96f0b685a66044a6ac31de3d5817a7f4e790db5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c96f0b685a66044a6ac31de3d5817a7f4e790db5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180527/0cec0860/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list