Skip to content

Commit ab7be1f

Browse files
authored
feat: merge-train/spartan (#24924)
BEGIN_COMMIT_OVERRIDE chore: declare bb.js and l1-artifacts portals once via root resolutions (#24917) fix(ci): report merge train merged alerts against the base branch (#24940) END_COMMIT_OVERRIDE
2 parents b0ed857 + a557a7f commit ab7be1f

25 files changed

Lines changed: 58 additions & 151 deletions

File tree

.github/workflows/merge-queue-dequeue-notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
env:
3838
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3939
REF_NAME: ${{ github.event.pull_request.head.ref }}
40+
TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
4041
PR_URL: ${{ github.event.pull_request.html_url }}
4142
run: ./ci3/merge_train_failure_slack_notify --merged

ci3/merge_train_failure_slack_notify

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ if [[ "$MODE" == "dequeued" ]]; then
5555
--repo "${GITHUB_REPOSITORY:-}"
5656

5757
elif [[ "$MODE" == "merged" ]]; then
58-
"$TOPDIR/ci3/slack_notify" "PR merged into $REF_NAME: <$PR_URL|$commit_title> by $commit_author" "$channel"
58+
merged_target="${TARGET_BRANCH:-$REF_NAME}"
59+
"$TOPDIR/ci3/slack_notify" "PR merged into $merged_target: <$PR_URL|$commit_title> by $commit_author" "$channel"
5960

6061
else
6162
"$TOPDIR/ci3/slack_notify_with_claudebox_kickoff" "$channel" \

yarn-project/archiver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@aztec/ethereum": "workspace:^",
7373
"@aztec/foundation": "workspace:^",
7474
"@aztec/kv-store": "workspace:^",
75-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
75+
"@aztec/l1-artifacts": "0.1.0-dummy",
7676
"@aztec/noir-protocol-circuits-types": "workspace:^",
7777
"@aztec/protocol-contracts": "workspace:^",
7878
"@aztec/stdlib": "workspace:^",

yarn-project/aztec-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"dependencies": {
6868
"@aztec/archiver": "workspace:^",
6969
"@aztec/bb-prover": "workspace:^",
70-
"@aztec/bb.js": "portal:../../barretenberg/ts",
70+
"@aztec/bb.js": "0.1.0-dummy",
7171
"@aztec/blob-client": "workspace:^",
7272
"@aztec/blob-lib": "workspace:^",
7373
"@aztec/constants": "workspace:^",
7474
"@aztec/epoch-cache": "workspace:^",
7575
"@aztec/ethereum": "workspace:^",
7676
"@aztec/foundation": "workspace:^",
7777
"@aztec/kv-store": "workspace:^",
78-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
78+
"@aztec/l1-artifacts": "0.1.0-dummy",
7979
"@aztec/node-keystore": "workspace:^",
8080
"@aztec/node-lib": "workspace:^",
8181
"@aztec/noir-protocol-circuits-types": "workspace:^",

yarn-project/aztec.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@aztec/entrypoints": "workspace:^",
9999
"@aztec/ethereum": "workspace:^",
100100
"@aztec/foundation": "workspace:^",
101-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
101+
"@aztec/l1-artifacts": "0.1.0-dummy",
102102
"@aztec/protocol-contracts": "workspace:^",
103103
"@aztec/standard-contracts": "workspace:^",
104104
"@aztec/stdlib": "workspace:^",

yarn-project/aztec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@aztec/aztec-node": "workspace:^",
3434
"@aztec/aztec.js": "workspace:^",
3535
"@aztec/bb-prover": "workspace:^",
36-
"@aztec/bb.js": "portal:../../barretenberg/ts/bb.js",
36+
"@aztec/bb.js": "0.1.0-dummy",
3737
"@aztec/blob-client": "workspace:^",
3838
"@aztec/bot": "workspace:^",
3939
"@aztec/builder": "workspace:^",
@@ -43,7 +43,7 @@
4343
"@aztec/ethereum": "workspace:^",
4444
"@aztec/foundation": "workspace:^",
4545
"@aztec/kv-store": "workspace:^",
46-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
46+
"@aztec/l1-artifacts": "0.1.0-dummy",
4747
"@aztec/node-lib": "workspace:^",
4848
"@aztec/noir-contracts.js": "workspace:^",
4949
"@aztec/noir-protocol-circuits-types": "workspace:^",

yarn-project/bb-prover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"dependencies": {
73-
"@aztec/bb.js": "portal:../../barretenberg/ts/bb.js",
73+
"@aztec/bb.js": "0.1.0-dummy",
7474
"@aztec/constants": "workspace:^",
7575
"@aztec/foundation": "workspace:^",
7676
"@aztec/noir-noirc_abi": "portal:../../noir/packages/noirc_abi",

yarn-project/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@aztec/ethereum": "workspace:^",
6161
"@aztec/foundation": "workspace:^",
6262
"@aztec/kv-store": "workspace:^",
63-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
63+
"@aztec/l1-artifacts": "0.1.0-dummy",
6464
"@aztec/noir-contracts.js": "workspace:^",
6565
"@aztec/noir-protocol-circuits-types": "workspace:^",
6666
"@aztec/noir-test-contracts.js": "workspace:^",

yarn-project/cli-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@aztec/accounts": "workspace:^",
7171
"@aztec/aztec.js": "workspace:^",
72-
"@aztec/bb.js": "workspace:^",
72+
"@aztec/bb.js": "0.1.0-dummy",
7373
"@aztec/cli": "workspace:^",
7474
"@aztec/entrypoints": "workspace:^",
7575
"@aztec/ethereum": "workspace:^",

yarn-project/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aztec/entrypoints": "workspace:^",
8585
"@aztec/ethereum": "workspace:^",
8686
"@aztec/foundation": "workspace:^",
87-
"@aztec/l1-artifacts": "portal:../../l1-contracts/l1-artifacts",
87+
"@aztec/l1-artifacts": "0.1.0-dummy",
8888
"@aztec/node-keystore": "workspace:^",
8989
"@aztec/node-lib": "workspace:^",
9090
"@aztec/p2p": "workspace:^",

0 commit comments

Comments
 (0)