Skip to content

Commit

Permalink
chore: use elastic-agent profile to run the E2E tests (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Jun 27, 2022
1 parent f69d5b1 commit 43ba98d
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 @@ -251,7 +251,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 43ba98d

Please sign in to comment.