From 50ffb5592f75534c10c7640f33eb4e3ced6c798d Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 21 Apr 2020 11:35:58 +0200 Subject: [PATCH] sync defaults with skeleton (#1168) --- .ci/jobs/defaults.yml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.ci/jobs/defaults.yml b/.ci/jobs/defaults.yml index 0d6632c4d..457e79949 100644 --- a/.ci/jobs/defaults.yml +++ b/.ci/jobs/defaults.yml @@ -1,4 +1,4 @@ - +--- ##### GLOBAL METADATA @@ -12,6 +12,12 @@ logrotate: daysToKeep: 30 numToKeep: 100 + parameters: + - string: + name: branch_specifier + default: refs/heads/master + description: the Git branch specifier to build (<branchName>, <tagName>, + <commitId>, etc.) properties: - github: url: https://github.com/elastic/elasticsearch-js/ @@ -55,20 +61,20 @@ exclude-key: exclude filename: .ci/test-matrix.yml wrappers: - - ansicolor - - timeout: - type: absolute - timeout: 120 - fail: true - - timestamps - - workspace-cleanup + - ansicolor + - timeout: + type: absolute + timeout: 120 + fail: true + - timestamps + - workspace-cleanup builders: - - shell: |- - #!/usr/local/bin/runbld - .ci/run-tests + - shell: |- + #!/usr/local/bin/runbld + .ci/run-tests publishers: - - email: - recipients: infra-root+build@elastic.co - - junit: - results: "*-junit.xml" - allow-empty-results: true + - email: + recipients: infra-root+build@elastic.co + - junit: + results: "*-junit.xml" + allow-empty-results: true