Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't do a dist in the integration_tests shard for PRs #9530

Merged
merged 1 commit into from
May 24, 2017
Merged

Don't do a dist in the integration_tests shard for PRs #9530

merged 1 commit into from
May 24, 2017

Conversation

rsimha
Copy link
Contributor

@rsimha rsimha commented May 24, 2017

We don't run the integration tests for PRs, so don't do a dist either.

#9500

@rsimha rsimha self-assigned this May 24, 2017
@@ -361,22 +361,22 @@ function main(argv) {
}

if (process.env.BUILD_SHARD == "integration_tests") {
if (buildTargets.has('RUNTIME')) {
command.buildRuntime();
command.runIntegrationTests();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will also disable integration tests on Saucelabs. Check out this sample master build that runs pr-check.js: https://travis-ci.org/ampproject/amphtml/jobs/235767902

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a separate call, and happens in runAllCommands(). See https://github.com/ampproject/amphtml/blob/master/build-system/pr-check.js#L270

@rsimha rsimha merged commit 997ad57 into ampproject:master May 24, 2017
@rsimha rsimha deleted the 2017-05-24-IntegrationBuild branch May 24, 2017 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants