From 7286d759a01ffe8b56c55c8555f99d050c601546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 27 Jun 2022 15:08:18 +0200 Subject: [PATCH] chore: use elastic-agent profile to run the E2E tests (#610) (cherry picked from commit 43ba98daa1f4acafa89872419ead60f095b64969) --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index ab93dfef4bf..1f5807710eb 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -250,7 +250,7 @@ pipeline { } steps { // TODO: what's the testMatrixFile to be used if any - runE2E(testMatrixFile: '', + runE2E(testMatrixFile: '.ci/.e2e-tests-for-elastic-agent.yaml', beatVersion: "${env.BEAT_VERSION}-SNAPSHOT", elasticAgentVersion: "${env.BEAT_VERSION}-SNAPSHOT", gitHubCheckName: "e2e-tests",