Skip to content

chore: add recent failures to default set in get_e2e_jobs.sh#9727

Closed
ludamad wants to merge 2 commits intomasterfrom
ad/chore-update-get-e2e-jobs
Closed

chore: add recent failures to default set in get_e2e_jobs.sh#9727
ludamad wants to merge 2 commits intomasterfrom
ad/chore-update-get-e2e-jobs

Conversation

@ludamad
Copy link
Collaborator

@ludamad ludamad commented Nov 4, 2024

Include recent failures

I suspect these PRs caused issues:
feat: Encode static error strings in the ABI (#9552) - CI / e2e (e2e_crowdfunding_and_claim) CI / e2e (e2e_fees_failures) (push) CI / e2e (e2e_fees_private_refunds) (push)
feat: adding tags to encrypted logs (#9566) CI / e2e (e2e_pending_note_hashes_contract)

and reenable them in CI i.e. reverting to this e2e_test_config.yml

tests:
  base: {}
  bench_prover:
    env:
      HARDWARE_CONCURRENCY: '32'
      COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
      DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
    command: './scripts/e2e_compose_test.sh bench_prover'
  bench_publish_rollup:
    env:
      HARDWARE_CONCURRENCY: '32'
      COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
      DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
    command: './scripts/e2e_compose_test.sh bench_publish_rollup'
  bench_tx_size:
    env:
      HARDWARE_CONCURRENCY: '32'
      COMPOSE_FILE: 'scripts/docker-compose-no-sandbox.yml'
      DEBUG: 'aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees'
    command: './scripts/e2e_compose_test.sh bench_tx_size'
  e2e_2_pxes: {}
  e2e_account_contracts: {}
  e2e_authwit: {}
  e2e_avm_simulator: {}
  e2e_blacklist_token_contract: {}
  e2e_block_building: {}
  e2e_bot: {}
  e2e_aztec_js_browser:
    use_compose: true
  e2e_card_game: {}
  e2e_cheat_codes: {}
  e2e_cross_chain_messaging: {}
  e2e_crowdfunding_and_claim: {}
  e2e_deploy_contract: {}
  e2e_devnet_smoke: {}
  docs_examples:
    use_compose: true
  e2e_escrow_contract: {}
  e2e_fees_account_init:
    test_path: 'e2e_fees/account_init.test.ts'
  # TODO(https://github.com/AztecProtocol/aztec-packages/issues/9488): reenable
  # e2e_fees_dapp_subscription:
  #   test_path: "e2e_fees/dapp_subscription.test.ts"
  e2e_fees_failures:
    test_path: 'e2e_fees/failures.test.ts'
  e2e_fees_fee_juice_payments:
    test_path: 'e2e_fees/fee_juice_payments.test.ts'
  e2e_fees_gas_estimation:
    test_path: 'e2e_fees/gas_estimation.test.ts'
  e2e_fees_private_payments:
    test_path: 'e2e_fees/private_payments.test.ts'
  e2e_fees_private_refunds:
    test_path: 'e2e_fees/private_refunds.test.ts'
  e2e_keys: {}
  e2e_l1_with_wall_time: {}
  e2e_lending_contract: {}
  e2e_event_logs: {}
  e2e_max_block_number: {}
  e2e_multiple_accounts_1_enc_key: {}
  e2e_nested_contract: {}
  e2e_nft: {}
  e2e_non_contract_account: {}
  e2e_note_getter: {}
  e2e_ordering: {}
  e2e_outbox: {}
  e2e_pending_note_hashes_contract: {}
  e2e_private_voting_contract: {}
  e2e_prover_coordination: {}
  e2e_prover_fake_proofs:
    test_path: 'e2e_prover/full.test.ts'
    env:
      FAKE_PROOFS: '1'
  e2e_prover_full:
    test_path: 'e2e_prover/full.test.ts'
    env:
      HARDWARE_CONCURRENCY: '32'
  e2e_public_testnet: {}
  e2e_sandbox_example:
    use_compose: true
  e2e_state_vars: {}
  e2e_static_calls: {}
  e2e_synching: {}
  e2e_token_contract: {}
  flakey_e2e_tests:
    test_path: './src/flakey'
    ignore_failures: true
  guides_dapp_testing:
    use_compose: true
    test_path: 'guides/dapp_testing.test.ts'
  guides_sample_dapp:
    use_compose: true
    test_path: 'sample-dapp/index.test.mjs'
  guides_sample_dapp_ci:
    use_compose: true
    test_path: 'sample-dapp/ci/index.test.mjs'
  guides_up_quick_start:
    use_compose: true
    test_path: 'guides/up_quick_start.test.ts'
  guides_writing_an_account_contract:
    use_compose: true
    test_path: 'guides/writing_an_account_contract.test.ts'
  integration_l1_publisher:
    use_compose: true
  pxe:
    use_compose: true
  uniswap_trade_on_l1_from_l2:
    use_compose: true

@ludamad ludamad changed the title chore: update get_e2e_jobs.sh chore: add recent failures to default set in get_e2e_jobs.sh Nov 4, 2024
ludamad added a commit that referenced this pull request Nov 5, 2024
sirasistant added a commit that referenced this pull request Nov 5, 2024
Maddiaa0 pushed a commit that referenced this pull request Nov 6, 2024
@ludamad ludamad deleted the ad/chore-update-get-e2e-jobs branch September 5, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant