Skip to content

Commit

Permalink
Run tests against live branch for Edge user
Browse files Browse the repository at this point in the history
  • Loading branch information
Stojdza committed Dec 24, 2019
1 parent 942a72d commit 48af194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ handler.on( 'pull_request', function( event ) {
const envVars = { SKIP_DOMAIN_TESTS: true, GUTENBERG_EDGE: true };
description = 'The e2e full WPCOM suite desktop tests are running against your PR with the latest snapshot of Gutenberg';
log.info( 'Executing CALYPSO e2e full WPCOM suite desktop tests for with gutenberg edge branch: \'' + branchName + '\'' );
executeCircleCIBuild( 'false', '', '', e2eBranchName, pullRequestNum, 'ci/wp-e2e-tests-full-desktop-edge', '-s desktop -g', description, sha, false, calypsoProject, null, envVars );
executeCircleCIBuild( 'true', '-S', branchName, e2eBranchName, pullRequestNum, 'ci/wp-e2e-tests-full-desktop-edge', '-s desktop -g', description, sha, false, calypsoProject, null, envVars );

description = 'The e2e full WPCOM suite desktop tests are running against your PR with the latest snapshot of Gutenberg';
log.info( 'Executing CALYPSO e2e full WPCOM suite mobile tests with gutenberg edge for branch: \'' + branchName + '\'' );
executeCircleCIBuild( 'false', '', '', e2eBranchName, pullRequestNum, 'ci/wp-e2e-tests-full-mobile-edge', '-s mobile -g', description, sha, false, calypsoProject, null, envVars );
executeCircleCIBuild( 'true', '-S', branchName, e2eBranchName, pullRequestNum, 'ci/wp-e2e-tests-full-mobile-edge', '-s mobile -g', description, sha, false, calypsoProject, null, envVars );
}
} );
} else if ( ( action === 'labeled' || action === 'synchronize' ) && repositoryName === jetpackProject && labelsArray.includes( jetpackCanaryTriggerLabel ) ) { // Jetpack test execution on label
Expand Down

0 comments on commit 48af194

Please sign in to comment.