Skip to content

Commit 4ba72b4

Browse files
committed
Don't check for beats updates in 7.17 branch
1 parent 45e5853 commit 4ba72b4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.ci/jobs.t/elastic+elasticsearch+dra-staging-update.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,10 @@
2222
fi
2323
2424
RM_BRANCH="%BRANCH%" && [[ "%BRANCH%" == "main" ]] && RM_BRANCH=master
25-
BEATS_MANIFEST=$(curl -sS https://artifacts-staging.elastic.co/beats/latest/${RM_BRANCH}.json | jq -r '.manifest_url')
2625
ML_MANIFEST=$(curl -sS https://artifacts-staging.elastic.co/ml-cpp/latest/${RM_BRANCH}.json | jq -r '.manifest_url')
2726
ES_MANIFEST=$(curl -sS https://artifacts-staging.elastic.co/elasticsearch/latest/${RM_BRANCH}.json | jq -r '.manifest_url')
28-
ES_BEATS_DEPENDENCY=$(curl -sS $ES_MANIFEST | jq -r '.projects.elasticsearch.dependencies[] | select(.prefix == "beats") | .build_uri')
2927
ES_ML_DEPENDENCY=$(curl -sS $ES_MANIFEST | jq -r '.projects.elasticsearch.dependencies[] | select(.prefix == "ml-cpp") | .build_uri')
3028
31-
if [ "$BEATS_MANIFEST" = "$ES_BEATS_DEPENDENCY" ]; then
32-
echo "ES has the latest beats"
33-
else
34-
echo "Need to trigger a build, $BEATS_MANIFEST available but ES has $ES_BEATS_DEPENDENCY"
35-
exit 0
36-
fi
37-
3829
if [ "$ML_MANIFEST" = "$ES_ML_DEPENDENCY" ]; then
3930
echo "ES has the latest ml-cpp"
4031
else

0 commit comments

Comments
 (0)