From 8891ead6c20da220316c6a6fea1e8f2f0bf954b5 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 31 Oct 2024 11:36:13 -0400 Subject: [PATCH] chore: add guides to get_e2e_jobs.sh (#9624) Co-authored-by: benesjan --- scripts/ci/get_e2e_jobs.sh | 5 +++++ yarn-project/end-to-end/src/guides/up_quick_start.sh | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index 2d33dd12f37..30563d79f08 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -37,6 +37,11 @@ allow_list=( "e2e_prover_coordination" "e2e_lending_contract" "kind_network_smoke" + "guides_dapp_testing" + "guides_sample_dapp" + "guides_sample_dapp_ci" + "guides_up_quick_start" + "guides_writing_an_account_contract" ) # Add labels from input to the allow_list diff --git a/yarn-project/end-to-end/src/guides/up_quick_start.sh b/yarn-project/end-to-end/src/guides/up_quick_start.sh index 536dd917f53..f0ce8cb624c 100755 --- a/yarn-project/end-to-end/src/guides/up_quick_start.sh +++ b/yarn-project/end-to-end/src/guides/up_quick_start.sh @@ -23,13 +23,7 @@ echo "Deployed contract at $TOKEN_ADDRESS" # docs:start:mint-private MINT_AMOUNT=69 -aztec-wallet create-secret -a shield - -aztec-wallet send mint_private -ca last --args $MINT_AMOUNT secrets:shield:hash -f alice - -aztec-wallet add-note TransparentNote pending_shields -ca last -t last -a alice -b $MINT_AMOUNT secrets:shield:hash - -aztec-wallet send redeem_shield -ca last --args accounts:alice $MINT_AMOUNT secrets:shield -f alice +aztec-wallet send mint_to_private -ca last --args accounts:alice $MINT_AMOUNT -f alice # docs:end:mint-private # docs:start:get-balance