Skip to content

Commit b9ad526

Browse files
Merge pull request #10558 from starkware-libs/dori/merge-main-v0.14.1-committer-into-main-1764836424
Merge main-v0.14.1-committer into main
2 parents f0652e1 + 015957c commit b9ad526

File tree

395 files changed

+39537
-26608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+39537
-26608
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# For more information, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
44

55
# Require approval from the sequencer-cargo-owners team for workspace dependency changes
6-
Cargo.toml @starkware-libs/sequencer-cargo-owners
6+
Cargo.lock @starkware-libs/sequencer-cargo-owners

.github/workflows/papyrus_ci.yml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -29,40 +29,6 @@ concurrency:
2929
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
3030

3131
jobs:
32-
executable-run:
33-
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
34-
steps:
35-
- uses: actions/checkout@v4
36-
- uses: ./.github/actions/bootstrap
37-
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
- name: Build node
40-
run: |
41-
mkdir data
42-
cargo build -p papyrus_node
43-
44-
- name: Run executable
45-
run: >
46-
target/debug/papyrus_node --chain_id SN_SEPOLIA --base_layer_url ${{ secrets.CI_BASE_LAYER_NODE_URL }}
47-
& sleep 30 ; kill $!
48-
49-
executable-run-no-rpc:
50-
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
51-
steps:
52-
- uses: actions/checkout@v4
53-
- uses: ./.github/actions/bootstrap
54-
with:
55-
github_token: ${{ secrets.GITHUB_TOKEN }}
56-
- name: Build node
57-
run: |
58-
mkdir data
59-
cargo build -p papyrus_node --no-default-features
60-
61-
- name: Run executable
62-
run: >
63-
target/debug/papyrus_node --chain_id SN_SEPOLIA --base_layer_url ${{ secrets.CI_BASE_LAYER_NODE_URL }}
64-
& sleep 30 ; kill $!
65-
6632
integration-test:
6733
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
6834
steps:
@@ -75,21 +41,7 @@ jobs:
7541
--test latency_histogram
7642
--test gateway_integration_test
7743
--test feeder_gateway_integration_test
78-
-- --include-ignored --skip test_gw_integration_testnet;
79-
cargo run -p papyrus_node --bin central_source_integration_test --features="futures-util tokio-stream"
80-
81-
test-no-rpc:
82-
runs-on: namespace-profile-medium-ubuntu-24-04-amd64
83-
steps:
84-
- uses: actions/checkout@v4
85-
- uses: ./.github/actions/bootstrap
86-
with:
87-
github_token: ${{ secrets.GITHUB_TOKEN }}
88-
- run: |
89-
cargo test -p papyrus_node --no-default-features
90-
env:
91-
SEED: 0
92-
44+
-- --include-ignored --skip test_gw_integration_testnet
9345
9446
random-table-test:
9547
runs-on: namespace-profile-medium-ubuntu-24-04-amd64

.github/workflows/papyrus_nightly-tests.yml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,6 @@ jobs:
3232
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
3333
if: github.event.schedule == '30 0 * * *'
3434

35-
executable-run:
36-
runs-on: macos-latest
37-
if: github.event.schedule == '30 0 * * *'
38-
steps:
39-
- uses: actions/checkout@v4
40-
- uses: ./.github/actions/bootstrap
41-
with:
42-
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
44-
- run: mkdir data
45-
46-
- name: Build node
47-
run: cargo build -p papyrus_node
48-
49-
- name: Run executable
50-
run: >
51-
target/debug/papyrus_node --base_layer_url ${{ secrets.CI_BASE_LAYER_NODE_URL }}
52-
& sleep 30 ; kill $!
53-
54-
test:
55-
runs-on: macos-latest
56-
if: github.event.schedule == '30 0 * * *'
57-
steps:
58-
- uses: actions/checkout@v4
59-
- uses: ./.github/actions/bootstrap
60-
with:
61-
github_token: ${{ secrets.GITHUB_TOKEN }}
62-
63-
- run: |
64-
cargo test -p papyrus_node
65-
env:
66-
SEED: 0
67-
6835
integration-test:
6936
runs-on: macos-latest
7037
if: github.event.schedule == '30 0 * * *'
@@ -78,8 +45,7 @@ jobs:
7845
--test latency_histogram
7946
--test gateway_integration_test
8047
--test feeder_gateway_integration_test
81-
-- --include-ignored --skip test_gw_integration_testnet;
82-
cargo run -p papyrus_node --bin central_source_integration_test --features="futures-util tokio-stream"
48+
-- --include-ignored --skip test_gw_integration_testnet
8349
8450
# TODO(dvir): make this run only if the path 'crates/apollo_storage/src/db/**' (same path as in the CI) was changed on the
8551
# last day and increase the number of repetitions.

0 commit comments

Comments
 (0)