Skip to content

Commit

Permalink
Merge branch 'master' into arshavir/brush-up-sns-timer-tests-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga authored Oct 24, 2024
2 parents ca97e6f + c5e9e2a commit 90b8254
Show file tree
Hide file tree
Showing 67 changed files with 1,168 additions and 999 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ go_deps.bzl @dfinity/idx
/rs/tests/dashboards/IC/bitcoin.json @dfinity/execution @dfinity/idx
/rs/tests/driver/src/driver/simulate_network.rs @dfinity/networking
/rs/tests/boundary_nodes/ @dfinity/boundary-node @dfinity/idx
/rs/tests/ckbtc/ @dfinity/cross-chain-team @dfinity/idx
/rs/tests/consensus/ @dfinity/consensus @dfinity/idx
/rs/tests/crypto/ @dfinity/crypto-team @dfinity/idx
/rs/tests/dre/ @dfinity/dre @dfinity/idx
Expand All @@ -250,7 +251,6 @@ go_deps.bzl @dfinity/idx
/rs/tests/src/canister_http/ @dfinity/networking @dfinity/idx
/rs/tests/src/canister_sig_verification_cache_test/ @dfinity/crypto-team @dfinity/idx
/rs/tests/src/certificate_orchestrator.rs @dfinity/boundary-node @dfinity/idx
/rs/tests/src/ckbtc/ @dfinity/cross-chain-team @dfinity/idx
/rs/tests/src/consensus/ @dfinity/consensus @dfinity/idx
/rs/tests/src/cross_chain/ @dfinity/cross-chain-team @dfinity/idx
/rs/tests/src/crypto/ @dfinity/crypto-team @dfinity/idx
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows-source/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
id: pre-commit
shell: bash
run: ./ci/scripts/pre-commit.sh
env:
CI_OVERRIDE_BUF_BREAKING: ${{ contains(github.event.pull_request.labels.*.name, 'CI_OVERRIDE_BUF_BREAKING') }}

dependencies-check:
name: Dependency Scan for PR
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
id: pre-commit
shell: bash
run: ./ci/scripts/pre-commit.sh
env:
CI_OVERRIDE_BUF_BREAKING: ${{ contains(github.event.pull_request.labels.*.name, 'CI_OVERRIDE_BUF_BREAKING') }}
dependencies-check:
name: Dependency Scan for PR
runs-on:
Expand Down
Loading

0 comments on commit 90b8254

Please sign in to comment.