Skip to content

Commit

Permalink
chore(ci): remove not used param when triggering e2e tests (#27823) (#…
Browse files Browse the repository at this point in the history
…27828)

(cherry picked from commit 3bb2681)

Co-authored-by: Manuel de la Peña <[email protected]>
  • Loading branch information
mergify[bot] and mdelapenya authored Oct 18, 2021
1 parent b66f290 commit 7f1c76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ def triggerE2ETests(String suite) {
booleanParam(name: 'forceSkipPresubmit', value: true),
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
string(name: 'BEAT_VERSION', value: beatVersion),
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
string(name: 'runTestsSuites', value: suite),
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),
string(name: 'GITHUB_CHECK_REPO', value: env.REPO),
Expand Down

0 comments on commit 7f1c76d

Please sign in to comment.