Skip to content

Commit 903eea5

Browse files
ci: don't preinstall fleet packages on retried CI steps (#8636) (#8643)
* ci: don't preinstall fleet packages on retried CI steps with dedicated ESS * tmp: always fail RHEL * Revert "tmp: always fail RHEL" This reverts commit 44c6afa. (cherry picked from commit f2b9e43) Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent 292d324 commit 903eea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.buildkite/scripts/steps/integration_tests_tf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if [[ "${BUILDKITE_RETRY_COUNT}" -gt 0 ]]; then
3636
echo "~~~ The steps is retried, starting the ESS stack again"
3737
trap 'ess_down' EXIT
3838
ess_up $OVERRIDE_STACK_VERSION || (echo -e "^^^ +++\nFailed to start ESS stack")
39-
preinstall_fleet_packages
4039
else
4140
# For the first run, we start the stack in the start_ess.sh step and it sets the meta-data
4241
echo "~~~ Receiving ESS stack metadata"

0 commit comments

Comments
 (0)