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

feat: YML manifest. Simplify YBP. #2353

Merged
merged 66 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
04d5136
Initial cci_gen work.
charlielye Sep 16, 2023
27ef8da
Intial
charlielye Sep 16, 2023
06ae9b1
more
charlielye Sep 16, 2023
3d55c7c
Merge remote-tracking branch 'origin/master' into cl/ypb_cleanup
charlielye Sep 16, 2023
a26f1f4
wip
charlielye Sep 16, 2023
61b2b80
wip
charlielye Sep 17, 2023
14a334f
wip
charlielye Sep 17, 2023
63a7d3c
wip
charlielye Sep 17, 2023
cdc2b65
fix
charlielye Sep 17, 2023
c7c5baf
Add yq bin.
charlielye Sep 17, 2023
d3f44c8
Move to native version of yq. Can also now remove jq from build-system.
charlielye Sep 17, 2023
4d818d1
fix
charlielye Sep 17, 2023
d4f5a81
debug
charlielye Sep 17, 2023
36c8251
fix: PATH and bb.js ref
ludamad Sep 18, 2023
3d52670
fix: PATH and bb.js ref
ludamad Sep 18, 2023
7a6e238
fix: PATH and bb.js ref
ludamad Sep 18, 2023
e72e347
Merge remote-tracking branch 'origin/master' into cl/ypb_cleanup
ludamad Sep 19, 2023
a447ffe
fix: pass debug env to spot [debug ci]
ludamad Sep 19, 2023
054efef
tinkering [debug ci]
ludamad Sep 19, 2023
7b93f83
Merge remote-tracking branch 'origin/master' into cl/ypb_cleanup
ludamad Sep 19, 2023
648c910
fix: yarn-project-base-deps not in manifest [debug ci]
ludamad Sep 19, 2023
617f0ac
fix: dont set CACHE_FROM if try_fetch_image fails
ludamad Sep 19, 2023
da5b6d9
Format private-token
ludamad Sep 19, 2023
ff0d592
Lint private-token
ludamad Sep 19, 2023
f1f649e
chore: speed up yarn-project step
ludamad Sep 19, 2023
daf365c
Revert change
ludamad Sep 19, 2023
23c1a93
yarn-project Dockerfile update
ludamad Sep 19, 2023
79ea225
yarn-project Dockerfile update
ludamad Sep 19, 2023
7d491c2
Fix script call.
charlielye Sep 19, 2023
0813f83
wip
charlielye Sep 20, 2023
c01660a
Use r6a instances to build. Higher cpu count for bb. Allow [ci rebuil…
charlielye Sep 20, 2023
ebe6bb3
Run cci_gen. [ci rebuild]
charlielye Sep 20, 2023
36de7fb
Simplify ci cmd stuff. Rollback cpu count to see if it actually helpe…
charlielye Sep 20, 2023
28da340
Forgot to cci_gen... [ci rebuild]
charlielye Sep 20, 2023
5701341
Add timestamps. yolo [ci rebuild]
charlielye Sep 20, 2023
46e468c
Add timestamps. yolo [ci rebuild]
charlielye Sep 20, 2023
6d9378b
Remove redundant timestamps
ludamad Sep 20, 2023
54f89f2
fix: rebuild flag unbound
ludamad Sep 20, 2023
961dd5c
fix: use fetching commit message
ludamad Sep 20, 2023
173b5ee
wip [ci rebuild]
charlielye Sep 20, 2023
576c8f2
Merge remote-tracking branch 'origin/master' into cl/ypb_cleanup
charlielye Sep 20, 2023
5018c7e
Remove cci_gen stuff for now.
charlielye Sep 21, 2023
2128754
Fix
charlielye Sep 21, 2023
b87c3c1
wip
charlielye Sep 21, 2023
fe3390f
README
charlielye Sep 21, 2023
0d227a8
Formatting
charlielye Sep 21, 2023
951bf36
Disable blank tests as not passing.
charlielye Sep 21, 2023
a766965
fix
charlielye Sep 21, 2023
d22b550
fix
charlielye Sep 21, 2023
914e2b9
fix
charlielye Sep 21, 2023
4784413
fix
charlielye Sep 21, 2023
c4abeac
fix
charlielye Sep 21, 2023
644c8f2
fix
charlielye Sep 21, 2023
a03f341
Merge remote-tracking branch 'origin/master' into cl/ypb_cleanup
charlielye Sep 25, 2023
3b5a942
fix: ypb deploy (#2464)
ludamad Sep 25, 2023
1a77721
chore: yarn project test breakup (#2484)
ludamad Sep 25, 2023
47a83d2
Merge branch 'master' into cl/ypb_cleanup
ludamad Sep 25, 2023
d0446aa
fix: cimg
ludamad Sep 25, 2023
46b3ab4
fix: cimg
ludamad Sep 25, 2023
2037278
[ci debug]
ludamad Sep 25, 2023
c01cae3
fix: Use calculate_image_uri
ludamad Sep 25, 2023
6322f5c
[ci debug]
ludamad Sep 25, 2023
71ca071
ecr login [ci debug]
ludamad Sep 25, 2023
a79cd39
fix: dont require tag
ludamad Sep 25, 2023
5507089
fix: dont require tag
ludamad Sep 25, 2023
5c96656
chore: recert deploy_defaults
ludamad Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
545 changes: 117 additions & 428 deletions .circleci/config.yml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "legacy-barretenberg-build-system"]
path = barretenberg/build-system
url = https://github.com/AztecProtocol/build-system
[submodule "l1-contracts/lib/openzeppelin-contracts"]
path = l1-contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
Expand Down
Loading