Skip to content

Commit 77c8856

Browse files
chore: use a different e2e profile for running them from Beats (#31531) (#31571)
* 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 (cherry picked from commit 03b013e) # Conflicts: # .ci/packaging.groovy Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
1 parent 70cb527 commit 77c8856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/packaging.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def runE2ETests(){
377377
}
378378
echo 'runE2E will run now in a sync mode to validate packages can be published.'
379379
runE2E(runTestsSuites: suites,
380+
testMatrixFile: '.ci/.e2e-tests-beats.yaml',
380381
beatVersion: "${env.BEAT_VERSION}-SNAPSHOT",
381382
gitHubCheckName: env.GITHUB_CHECK_E2E_TESTS_NAME,
382383
gitHubCheckRepo: env.REPO,

0 commit comments

Comments
 (0)