-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from grasmash/bolt-rename-blt
Renaming Bolt to BLT.
- Loading branch information
Showing
34 changed files
with
196 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Bolt Build Process | ||
# BLT Build Process | ||
|
||
Given that Bolt generates child projects which must be tested, the CI flow is a little confusing. The CI configuration is detailed below. | ||
Given that BLT generates child projects which must be tested, the CI flow is a little confusing. The CI configuration is detailed below. | ||
|
||
## CI Flow | ||
|
||
When a pull request is submitted a travis build is run against Bolt. This tests Bolt's ability to generate a new project. After a successful build, the new project will be deployed to Acquia Cloud and to a GitHub repository, where another child Travis build is subsequently executed. Here is the step-by-step breakdown: | ||
When a pull request is submitted a travis build is run against BLT. This tests BLT's ability to generate a new project. After a successful build, the new project will be deployed to Acquia Cloud and to a GitHub repository, where another child Travis build is subsequently executed. Here is the step-by-step breakdown: | ||
|
||
1. Bolt 7.x Pull Request is submitted | ||
2. Travis Build *against Bolt* creates Bolted7 child project | ||
1. BLT 7.x Pull Request is submitted | ||
2. Travis Build *against BLT* creates BLTed7 child project | ||
* Tests are run to assert that project was created | ||
* Tests are run against the child project (install, behat, phpunit, etc.) | ||
3. Upon success, Bolted7 child project is pushed to ACE bolted 7 subscription. | ||
3. Upon success, BLTed7 child project is pushed to ACE blted 7 subscription. | ||
* Tests assert that deployment to remote(s) was successful | ||
4. Travis Build *against Bolted7* begins. Sadly, failure of this build has no impact on the success of Bolt's builds. Status of child builds should be checked periodically to verify that Bolt is generating a working build process for child projects out of the box. | ||
4. Travis Build *against BLTed7* begins. Sadly, failure of this build has no impact on the success of BLT's builds. Status of child builds should be checked periodically to verify that BLT is generating a working build process for child projects out of the box. | ||
|
||
Likewise, this process occurs for pull requests submitted to Bolt 8.x with Bolted8 as a companion project. | ||
Likewise, this process occurs for pull requests submitted to BLT 8.x with BLTed8 as a companion project. |
Oops, something went wrong.