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

DT-587: Fixes #3564: Simulate deploys on TravisCI. #3927

Merged
merged 3 commits into from
Nov 26, 2019

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Nov 21, 2019

Fixes #3564

Changes proposed

  • Stop ignoring dirty build directories during deploys on Travis
  • Since ^ will likely generate subtle failures for some customers, simulate deploys during the test process to make any errors obvious.

Additional details

I've verified that the new .travis.yml file works great on a BLTed project, and only adds a few seconds to the build process.

@danepowell danepowell added Enhancement A feature or feature request 11.x Affects or applies to 11.x labels Nov 21, 2019
@@ -11,6 +11,7 @@ local.blt.yml
# Ignore build artifacts.
/tmp/
/reports/
/travis_wait*
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Travis sometimes generates this log file during tests. It will prevent deploys unless specifically excluded from Git. Plus, no one actually wants to deploy this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.x Affects or applies to 11.x Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DT-587: Changes to checkDirty behavior during deployments
3 participants