Skip to content

Commit 3c70cd0

Browse files
authored
Revert "[CI] Ignore error about missing UBI artifact (#117506)" (#117704)
This reverts commit 219372e. This ignore is no longer necessary since the change to release-manager has been applied.
1 parent 6b94a91 commit 3c70cd0

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.buildkite/scripts/dra-workflow.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ find "$WORKSPACE" -type d -path "*/build/distributions" -exec chmod a+w {} \;
7575

7676
echo --- Running release-manager
7777

78-
set +e
7978
# Artifacts should be generated
8079
docker run --rm \
8180
--name release-manager \
@@ -92,16 +91,4 @@ docker run --rm \
9291
--version "$ES_VERSION" \
9392
--artifact-set main \
9493
--dependency "beats:https://artifacts-${WORKFLOW}.elastic.co/beats/${BEATS_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json" \
95-
--dependency "ml-cpp:https://artifacts-${WORKFLOW}.elastic.co/ml-cpp/${ML_CPP_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json" \
96-
2>&1 | tee release-manager.log
97-
EXIT_CODE=$?
98-
set -e
99-
100-
# This failure is just generating a ton of noise right now, so let's just ignore it
101-
# This should be removed once this issue has been fixed
102-
if grep "elasticsearch-ubi-9.0.0-SNAPSHOT-docker-image.tar.gz" release-manager.log; then
103-
echo "Ignoring error about missing ubi artifact"
104-
exit 0
105-
fi
106-
107-
exit "$EXIT_CODE"
94+
--dependency "ml-cpp:https://artifacts-${WORKFLOW}.elastic.co/ml-cpp/${ML_CPP_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json"

0 commit comments

Comments
 (0)