Skip to content

Commit

Permalink
chore: use elastic-agent profile to run the E2E tests (#610) (#625)
Browse files Browse the repository at this point in the history
(cherry picked from commit 43ba98d)

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
mergify[bot] and mdelapenya authored Jun 27, 2022
1 parent 946d90d commit 07f162f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07f162f

Please sign in to comment.