Skip to content

Commit c108920

Browse files
committed
Wait for version-qualifier.sh script to land upstream
Use elastic#17311 once it lands and gets backported to 8.x. For now just hard code version.
1 parent fbe1bc5 commit c108920

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.buildkite/pull_request_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ steps:
137137
command: |
138138
set -euo pipefail
139139
source .buildkite/scripts/common/vm-agent.sh
140-
# Provides QUALIFIED_VERSION
141-
source ci/version-qualifier.sh
140+
# TODO: Use https://github.com/elastic/logstash/pull/17311 to compute QUALIFIED_VERSION once merged
141+
QUALIFIED_VERSION="8.19.0-SNAPSHOT"
142142
./gradlew --stacktrace artifactDockerObservabilitySRE
143143
docker run docker.elastic.co/logstash/logstash-observability-sre:${QUALIFIED_VERSION} \
144144
logstash -e 'input { generator { count => 3 } } output { stdout { codec => rubydebug } }'

ci/version-qualifier.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)