From 6406e72de1a3a092bf8ab2045eed828c24e84d7a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 10 Oct 2019 15:58:34 -0400 Subject: [PATCH] jjb: Remove jgit from all jobs jgit was used on Windows jobs to work around a path lenght limitation that can now be configured with the regular git client using the core.longpaths option. Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 12 ------------ jobs/liburcu.yaml | 1 - jobs/lttng-scope.yaml | 10 ---------- jobs/lttng-tools.yaml | 1 - 4 files changed, 24 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 278b838..9945075 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -279,18 +279,6 @@ name: babeltrace_{version}_winbuild defaults: babeltrace - # Use jgit on windows to work around path too long error - scm: - - git: - url: git://github.com/{github_user}/{github_name}.git - browser: githubweb - browser-url: https://github.com/{github_user}/{github_name} - branches: - - origin/{version} - basedir: src/babeltrace - skip-tag: true - git-tool: jgit - <<: *babeltrace_build_axes_defaults <<: *babeltrace_build_builders_win <<: *babeltrace_build_publishers_prod diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 912b826..71dd223 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -47,7 +47,6 @@ - origin/{version} basedir: src/liburcu skip-tag: true - git-tool: jgit triggers: - pollscm: diff --git a/jobs/lttng-scope.yaml b/jobs/lttng-scope.yaml index fcdcf1f..0cbfd99 100644 --- a/jobs/lttng-scope.yaml +++ b/jobs/lttng-scope.yaml @@ -150,16 +150,6 @@ name: arch values: '{obj:arch}' - scm: - - git: - url: https://github.com/{github_user}/{github_project}.git - browser: githubweb - browser-url: https://github.com/{github_user}/{github_project} - branches: - - origin/{version} - skip-tag: true - git-tool: 'jgit' # Use jgit on windows to work around path too long - wrappers: - workspace-cleanup - timestamps diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 0a42aea..56c0088 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -30,7 +30,6 @@ - origin/{version} basedir: src/lttng-tools skip-tag: true - git-tool: jgit triggers: - pollscm: -- 2.34.1