From d211845538c97d10a32e0cf214d679222d3c20d9 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Fri, 6 May 2016 14:48:56 +0000 Subject: [PATCH] Revert "Enable shallow clone for git repos" This reverts commit 46c6d190447506ca5a83d4f0033034f69f2c71ee. Change-Id: I14ee20d0a30bc091a246e404653f3edaa924d1d2 Signed-off-by: Sam Hague --- jjb-templates/validate-autorelease.yaml | 1 - jjb/integration/integration-macros.yaml | 2 -- jjb/releng-macros.yaml | 2 -- 3 files changed, 5 deletions(-) diff --git a/jjb-templates/validate-autorelease.yaml b/jjb-templates/validate-autorelease.yaml index 382e6451a..281122ba0 100644 --- a/jjb-templates/validate-autorelease.yaml +++ b/jjb-templates/validate-autorelease.yaml @@ -32,7 +32,6 @@ branches: - 'origin/{branch}' skip-tag: true - shallow-clone: true submodule: recursive: true diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index c4a629d7a..c180baec8 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -101,7 +101,6 @@ branches: - 'origin/{branch}' skip-tag: true - shallow-clone: true choosing-strategy: 'gerrit' # Macro: integration-distribution-scm @@ -119,7 +118,6 @@ branches: - 'origin/{branch}' skip-tag: true - shallow-clone: true # Macro: integration-trigger-patch-submitted # Operation: this macro sets a trigger for patch submitted on a path pattern diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index b188da33d..d56eb57c5 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -66,7 +66,6 @@ branches: - 'origin/{branch}' skip-tag: true - shallow-clone: true wipe-workspace: true - scm: @@ -79,7 +78,6 @@ branches: - 'origin/$GERRIT_BRANCH' skip-tag: true - shallow-clone: true choosing-strategy: '{choosing-strategy}' - wrapper: -- 2.36.6