mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
This commit is a pre-requisite for adding unit + IT tests in a
dedicated phase of the Exhaustive tests pipeline.
It refactors the tests currently used by PR jobs, so that they become
reusable.
(cherry picked from commit 03d7b59f2a
)
Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
parent
5e28bffeda
commit
7b05c93020
1 changed files with 6 additions and 1 deletions
|
@ -38,9 +38,14 @@ steps:
|
|||
ephemeralStorage: "100Gi"
|
||||
command: |
|
||||
set -euo pipefail
|
||||
if [[ $BUILDKITE_PULL_REQUEST == "false" ]]; then
|
||||
# https://github.com/elastic/logstash/pull/15486 for background
|
||||
export ENABLE_SONARQUBE="false"
|
||||
else
|
||||
source .buildkite/scripts/pull-requests/sonar-env.sh
|
||||
fi
|
||||
|
||||
source .buildkite/scripts/common/container-agent.sh
|
||||
source .buildkite/scripts/pull-requests/sonar-env.sh
|
||||
ci/unit_tests.sh java
|
||||
|
||||
- label: ":lab_coat: Integration Tests / part 1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue