Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .ci/scripts/fleet-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ set -euxo pipefail
STACK_VERSION=${1:-'8.0.0-SNAPSHOT'}
SUITE='fleet'

.ci/scripts/functional-test.sh "${SUITE}" "" "${STACK_VERSION}"
# Exclude the nightly tests in the CI.
# For further details refers to:
# https://github.com/elastic/e2e-testing/blob/dcc950796120fabf0c85086823cef221cf3ecbcb/.ci/Jenkinsfile#L316-L323
TAG="~@nightly"

.ci/scripts/functional-test.sh "${SUITE}" "${TAG}" "${STACK_VERSION}"