-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This: * Decouples (partially) yarn-project-base build from rest of pipeline. Actually it's not quite what I hoped as I realised that at present to build ypb we need bb.js and noir packages to have been built first (which in turn require bb and noir). This maybe able to be worked around. My hope was that I fully decouple it so that we would only perform the expensive yarn install, if the package.json files had changed. Practically this partial decoupling probably won't improve CI times that much, but it still makes sense to do what's done here. * Fixes bug in boxes whereby it didn't wait for aztec to fully start before running test. * Remove `prep` call which compiles from `test`. Think this was added by @signorecello but running the container tests should not be doing any builds.
- Loading branch information
1 parent
c2027e3
commit f3c65ce
Showing
8 changed files
with
28 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ node_modules | |
.tsbuildinfo | ||
Dockerfile* | ||
.dockerignore | ||
docker-compose.yml | ||
docker-compose.yml | ||
**/artifacts |
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
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