Skip to content

Commit 7a475df

Browse files
chore: use elastic-agent profile to run the E2E tests (#610) (#626)
(cherry picked from commit 43ba98d) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
1 parent d318932 commit 7a475df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ pipeline {
251251
}
252252
steps {
253253
// TODO: what's the testMatrixFile to be used if any
254-
runE2E(testMatrixFile: '',
254+
runE2E(testMatrixFile: '.ci/.e2e-tests-for-elastic-agent.yaml',
255255
beatVersion: "${env.BEAT_VERSION}-SNAPSHOT",
256256
elasticAgentVersion: "${env.BEAT_VERSION}-SNAPSHOT",
257257
gitHubCheckName: "e2e-tests",

0 commit comments

Comments
 (0)