Skip to content

Commit 03b013e

Browse files
authored
chore: use a different e2e profile for running them from Beats (#31531)
* chore: use a different e2e profile for running them from Beats The e2e supports passing profile, which is used to execute a different combination of scenarios/suites to be run in different OSs/Archs * fix: file extension
1 parent 5e93d5f commit 03b013e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci/packaging.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def runE2ETests(){
436436
}
437437
echo 'runE2E will run now in a sync mode to validate packages can be published.'
438438
runE2E(runTestsSuites: suites,
439+
testMatrixFile: '.ci/e2e-tests-beats.yaml',
439440
beatVersion: "${env.BEAT_VERSION}-SNAPSHOT",
440441
gitHubCheckName: env.GITHUB_CHECK_E2E_TESTS_NAME,
441442
gitHubCheckRepo: env.REPO,

0 commit comments

Comments
 (0)