Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
381 commits
Select commit Hold shift + click to select a range
c0edd40
Fix most of staking tests
ales-otf May 8, 2025
79bf78f
Fix recycle alpha tests
ales-otf May 8, 2025
8509dc6
Fix burned registration tests
ales-otf May 8, 2025
84cd462
Fix more tests
ales-otf May 8, 2025
97324f1
Add test for tick math
gztensor May 8, 2025
42bf8eb
Merge pull request #1616 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 8, 2025
a2e112a
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-cleanup
gztensor May 8, 2025
5351bcf
Add modify_position extrinsic, fix active ticks management (#1613)
ales-otf May 9, 2025
ddbcabd
Fix tick index math rounding
ales-otf May 9, 2025
930d079
Merge pull request #1621 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 9, 2025
41df934
Fix get_total_stake_for_hotkey
gztensor May 9, 2025
a525177
Remove refund field from swap step
gztensor May 12, 2025
1e10cb7
Fix price edge issues in swap tests
gztensor May 13, 2025
0109dd2
Fix more tests where edge price was an issue
gztensor May 13, 2025
1691765
Merge pull request #1623 from opentensor/feat/uniswapv3-lp-cleanup
ales-otf May 14, 2025
11dd779
Rewrite convert_deltas with safe math
ales-otf May 14, 2025
d0792a8
Fix swap step action calculation
gztensor May 14, 2025
2a7e032
Merge pull request #1637 from opentensor/feat/uniswapv3-lp-cleanup
ales-otf May 14, 2025
f3c05be
Resolve git conflicts
ales-otf May 14, 2025
17b6a79
Merge pull request #1636 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 14, 2025
0613741
Swap - fixing tests in progress
gztensor May 14, 2025
e51657e
Move swap-related extrinsics to swap pallet
ales-otf May 15, 2025
95c63eb
Swap tests and cleanup in progress
gztensor May 15, 2025
8d248a6
Merge pull request #1645 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 16, 2025
47cd14f
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-cleanup
gztensor May 16, 2025
49b68af
Merge uniswap branch in
gztensor May 16, 2025
744b73f
Merge pull request #1647 from opentensor/feat/uniswapv3-lp-cleanup
ales-otf May 16, 2025
6a6f073
Clean up
ales-otf May 16, 2025
e5f2a51
Setup benchmarks for all extrinsics in swap
ales-otf May 16, 2025
8adfd0b
Clean up
ales-otf May 16, 2025
4296586
Fixing swap tests in progress
gztensor May 17, 2025
3dc0eb9
Replace arithmetic operations with non-panicking api
ales-otf May 19, 2025
433f8ea
Merge pull request #1650 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 19, 2025
324a31e
Fix swap coldkey tests (swap v3)
gztensor May 19, 2025
02ed7f9
Fix weights tests (swap v3)
gztensor May 19, 2025
9681d07
Format
gztensor May 19, 2025
fb85e74
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-cleanup
gztensor May 19, 2025
b1fc4f6
Merge pull request #1654 from opentensor/feat/uniswapv3-lp-cleanup
ales-otf May 19, 2025
d537112
Rename LiquidityDataProvider to SubnetInfo
ales-otf May 20, 2025
11ee3de
Move sim_swap into swap pallet
ales-otf May 20, 2025
7d6dcf5
Add RPC for current alpha price
ales-otf May 20, 2025
b0af896
Reformat
ales-otf May 20, 2025
2b50e68
Change current price to u64 in RPC
ales-otf May 20, 2025
67a5922
Fix clippy
ales-otf May 21, 2025
dac63e4
Fix zepter
ales-otf May 21, 2025
7ab092d
Merge pull request #1659 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 21, 2025
233f856
Add swap v3 switch extrinsic
ales-otf May 22, 2025
f5600db
Tests for stake_into_subnet and unstake_from_subnet
gztensor May 22, 2025
ed156ab
Fix origin check in swap pallet
ales-otf May 26, 2025
8a6af8b
Merge pull request #1674 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 27, 2025
bf5690b
Add tests and fixes for fee correctness
gztensor May 27, 2025
b2c1a1c
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-cleanup
gztensor May 27, 2025
890d45e
Merge pull request #1691 from opentensor/feat/uniswapv3-lp-cleanup
ales-otf May 27, 2025
8563714
Resolve git conflicts
ales-otf May 28, 2025
89313c1
Fix compilation
ales-otf May 28, 2025
86f1fc0
Fix test_swap_fees_tao_correctness and test_current_liquidity_updates
gztensor May 29, 2025
867b392
Fix test_swap_fees_tao_correctness and test_current_liquidity_updates…
ales-otf May 29, 2025
6c969d5
Fix tests
ales-otf May 29, 2025
e340e4e
Fix tests
ales-otf May 29, 2025
f0eda41
Clean up lints
ales-otf May 29, 2025
13c6b36
bump to polkadot-sdk-stable2412-5 + bump frontier rev
l0r1s May 30, 2025
cf8bc0f
fix ambiguous types
l0r1s May 30, 2025
631d098
fix dispatch_info.weight to .call_weight
l0r1s May 30, 2025
aedad2e
refactor imports and fix hash conversion in subnet registration
l0r1s May 30, 2025
8c3cc77
Add rollback test
ales-otf May 30, 2025
0ba3ece
Merge pull request #1698 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 30, 2025
71445a7
Remove swap_inner side effects
gztensor May 30, 2025
6101662
Rename do_swap should_rollback parameter to simulate and fix docs
gztensor May 30, 2025
12f9e02
Remove swap_inner side effects (#1701)
ales-otf May 30, 2025
36270c3
Fix benchmarks
ales-otf May 30, 2025
4529937
Merge branch 'feat/uniswapv3-lp' into sasha/feat/uniswapv3-lp
ales-otf May 30, 2025
6711551
Merge pull request #1704 from opentensor/sasha/feat/uniswapv3-lp
gztensor May 30, 2025
5ab33bd
Fix modify_position (was burning collected fees)
gztensor May 30, 2025
49d0aca
Merge pull request #1705 from opentensor/feat/uniswapv3-lp-remove-swa…
ales-otf May 30, 2025
e44a2b9
Merge branch 'devnet-ready' into sasha/feat/uniswapv3-lp
ales-otf Jun 2, 2025
41fdb3d
Move pallet tests into a separate file
ales-otf Jun 2, 2025
efd45c6
Merge pull request #1707 from opentensor/sasha/feat/uniswapv3-lp
gztensor Jun 2, 2025
a494d15
Move generic in Position to type
ales-otf Jun 2, 2025
36edb0d
Associate ActiveTickIndexManager generic with type instead of methods
ales-otf Jun 2, 2025
299d669
Test for fee claiming in modify_position - in progress
gztensor Jun 2, 2025
50cebaa
Use integer tick index comparisons instead of price
gztensor Jun 2, 2025
ecc49a8
Merge pull request #1710 from opentensor/sasha/feat/uniswapv3-lp
gztensor Jun 2, 2025
ddd0b5b
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-int-comps
gztensor Jun 2, 2025
f404c9b
Merge upstream
gztensor Jun 2, 2025
8d64f6c
Use integer tick index comparisons instead of price (#1711)
ales-otf Jun 2, 2025
845a91e
Handle the case when a sell swap starts on the edge
gztensor Jun 2, 2025
b58f0e4
Handle the case when a sell swap starts on the edge (#1712)
ales-otf Jun 3, 2025
7c21126
Fix typing issues
ales-otf Jun 3, 2025
a6ee1c9
Add changes from Max and Dr. Nick
gztensor Jun 4, 2025
fab5aaf
Convert println comments into log::info. Fix clippy
gztensor Jun 4, 2025
754800d
Fix typing issues (#1715)
ales-otf Jun 4, 2025
b2ebd86
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-tick-liquidit…
gztensor Jun 4, 2025
0163d35
Merge pull request #1716 from opentensor/feat/uniswapv3-lp-tick-liqui…
gztensor Jun 4, 2025
cd3e785
Merge devnet-ready
gztensor Jun 4, 2025
a139021
Use prices in determine_action
gztensor Jun 5, 2025
7de5d89
Add #[repr(transparent)] for NetUid type
gztensor Jun 5, 2025
7851259
Merge pull request #1722 from opentensor/feat/uniswapv3-lp-price-base…
gztensor Jun 5, 2025
55f12f4
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-greg
gztensor Jun 5, 2025
8742650
Fee test/debugging in progress
gztensor Jun 5, 2025
d74dc9d
Fix freeze struct for NetUid
gztensor Jun 5, 2025
a54bd4a
Fix zepter
gztensor Jun 6, 2025
b389891
bump polkadot sdk to stable2412-6 and frontier
l0r1s Jun 6, 2025
7d634e6
fix transaction pool from frontier types
l0r1s Jun 6, 2025
1a16adc
bump frontier commit hash
l0r1s Jun 6, 2025
3f50ae4
Change log level to trace
ales-otf Jun 6, 2025
8bcf1f5
Use user provided liquidity in reserves for checks
gztensor Jun 6, 2025
c28ae81
Merge branch 'feat/uniswapv3-lp' of github.com:opentensor/subtensor i…
gztensor Jun 6, 2025
c5ff21f
Fix benchmarks
gztensor Jun 6, 2025
46736d6
Fix test_add_stake_dispatch_info_ok
gztensor Jun 6, 2025
241fbe1
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-greg
gztensor Jun 6, 2025
09689a1
Fix git conflicts
ales-otf Jun 9, 2025
c7074d9
Fix tick updates in swap step
gztensor Jun 9, 2025
c491f1f
Merge branch 'feat/uniswapv3-lp' into feat/uniswapv3-lp-greg
gztensor Jun 9, 2025
e7f1df0
Merge pull request #1726 from opentensor/feat/uniswapv3-lp-greg
gztensor Jun 9, 2025
79a4269
Update pallets/subtensor/src/staking/stake_utils.rs
gztensor Jun 9, 2025
7aa64fd
Rename SubnetTAOProvided to SubnetTaoProvided
gztensor Jun 9, 2025
ddde7d1
Update Position comment, make it Rust style
gztensor Jun 9, 2025
6db7de5
Remove empty swap README
gztensor Jun 9, 2025
bcc49d2
Remove forgotten debug comment
gztensor Jun 9, 2025
1d16469
Fix freeze_struct
gztensor Jun 9, 2025
6489d6a
bump frame-metadata version
l0r1s Jun 9, 2025
c91f4b0
fix weight field renaming
l0r1s Jun 9, 2025
828660c
fix benchmark tx extension conversion
l0r1s Jun 9, 2025
3b4c7cf
fix benchmark command new api params
l0r1s Jun 9, 2025
e9cf480
start converting from signed extension to transaction extension
l0r1s Jun 9, 2025
3db4813
cargo clippy
l0r1s Jun 9, 2025
1406f5e
cargo fmt
l0r1s Jun 9, 2025
484ebc8
Add test_large_swap
gztensor Jun 9, 2025
8c301b4
update reads/writes
JohnReedV Jun 10, 2025
711edfe
fix dispatch test
JohnReedV Jun 10, 2025
6fd5cb4
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 10, 2025
0906bdb
bump frontier hash to master
l0r1s Jun 10, 2025
c277b5c
fix compilation
open-junius Jun 10, 2025
75f419c
fix unused imports
l0r1s Jun 10, 2025
848e71e
impl hyperparams_v2
JohnReedV Jun 10, 2025
7323aa7
yuma3_enabled => yuma_version
JohnReedV Jun 10, 2025
468d102
convert subtensor signed ext to tx ext
l0r1s Jun 11, 2025
21c31bc
addd comment
l0r1s Jun 11, 2025
26fbbef
fix deprecated macro for runtime str
l0r1s Jun 11, 2025
220742f
fix tests
l0r1s Jun 11, 2025
34741c0
remove unused CommitmentsSignedExtension
l0r1s Jun 11, 2025
4ebd8e1
Address PR comments
ales-otf Jun 11, 2025
192e871
update check_nonce tx extension
l0r1s Jun 11, 2025
fba3eac
commit Cargo.lock
l0r1s Jun 11, 2025
64e9571
commit Cargo.lock
l0r1s Jun 11, 2025
9d88033
commit Cargo.lock
l0r1s Jun 11, 2025
c3c2baa
cargo fmt
l0r1s Jun 11, 2025
f048f13
commit Cargo.lock
l0r1s Jun 11, 2025
053c267
commit Cargo.lock
l0r1s Jun 11, 2025
4eb2946
commit Cargo.lock
l0r1s Jun 11, 2025
20c9dab
commit Cargo.lock
l0r1s Jun 11, 2025
07787d6
commit Cargo.lock
l0r1s Jun 11, 2025
b2dc9b0
commit Cargo.lock
l0r1s Jun 11, 2025
f9512f8
commit Cargo.lock
l0r1s Jun 11, 2025
1501629
cargo fmt
l0r1s Jun 11, 2025
e15ee92
commit Cargo.lock
l0r1s Jun 11, 2025
b9efc5a
cargo clippy
l0r1s Jun 11, 2025
b158e64
commit Cargo.lock
l0r1s Jun 11, 2025
308aeff
commit Cargo.lock
l0r1s Jun 11, 2025
3049a4d
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 11, 2025
0d40114
Resolve git conflicts
ales-otf Jun 11, 2025
da4fab7
Rename variables in to_token_amounts to more human friendly
gztensor Jun 11, 2025
d540de2
Merge branch 'feat/uniswapv3-lp' of github.com:opentensor/subtensor i…
gztensor Jun 11, 2025
44ac183
add more parameters to v2
JohnReedV Jun 11, 2025
b6d9545
clippy
JohnReedV Jun 11, 2025
4420885
fix runtime integrity test for admin-utils
l0r1s Jun 11, 2025
def7f18
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 11, 2025
c878ee5
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 12, 2025
af6866f
Resolve git conflicts
ales-otf Jun 12, 2025
91d80b1
fix zepter
l0r1s Jun 12, 2025
0b1a8e1
Fix test_subtoken_enable_reject_trading_before_enable
gztensor Jun 12, 2025
bbf8bbd
add a read
JohnReedV Jun 12, 2025
1ba3d0b
Fix current liquidity in swap step and tests
gztensor Jun 12, 2025
580f06f
Merge branch 'feat/uniswapv3-lp' of github.com:opentensor/subtensor i…
gztensor Jun 12, 2025
867abe4
Only pay refud in unstake_from_subnet if it is above zero
gztensor Jun 12, 2025
fee8b2a
add new host function
JohnReedV Jun 12, 2025
e929d6a
update weight
JohnReedV Jun 12, 2025
e9762ef
fix admin utils benchmarks
l0r1s Jun 12, 2025
984ea2c
update commitments weight
JohnReedV Jun 12, 2025
e0e5a7a
avoid keep running after node exit
open-junius Jun 13, 2025
25a8f82
Fix fees when adding liquidity to a new tick
gztensor Jun 13, 2025
25a8ead
Add test for the fee fix
gztensor Jun 13, 2025
1b665ff
hotkey splitting emergency merge of #1559
sam0x17 Jun 14, 2025
0e914af
bump spec version
sam0x17 Jun 14, 2025
6c8df06
Merge pull request #1754 from opentensor/emergency-hotfix-6-14-2025
sam0x17 Jun 14, 2025
582ac00
move guard check for *any* sn reg
camfairchild Jun 14, 2025
0383198
add test
camfairchild Jun 14, 2025
4835953
move state change to after check
camfairchild Jun 14, 2025
248c579
fix test 1
camfairchild Jun 14, 2025
52a06bc
fix test 2
camfairchild Jun 14, 2025
55b3ea2
fix test 3
camfairchild Jun 14, 2025
f892a9c
Merge pull request #1755 from opentensor/fix/move-reg-check
sam0x17 Jun 14, 2025
5596574
add
camfairchild Jun 14, 2025
d7117b6
bump spec
camfairchild Jun 14, 2025
0e9f293
Merge pull request #1756 from opentensor/feat/add-swap-hk-proxy
sam0x17 Jun 14, 2025
4820fb2
cooldown
sam0x17 Jun 15, 2025
4b232d3
fix
sam0x17 Jun 16, 2025
3edbb98
fix: tests
distributedstatemachine Jun 16, 2025
f3c434b
fix: tests
distributedstatemachine Jun 16, 2025
a35e462
chore: clippy
distributedstatemachine Jun 16, 2025
bfeaf1c
bump spec version
sam0x17 Jun 16, 2025
586eb24
fix benchmark
open-junius Jun 16, 2025
0e99ff6
fix an error
open-junius Jun 16, 2025
0b94f96
fix alphas values checks
andreea-popescu-reef Jun 13, 2025
17e48b2
fix benchmark
open-junius Jun 16, 2025
651b8be
fix benchmark
sam0x17 Jun 16, 2025
73094c9
Merge remote-tracking branch 'origin/hotfix-cooldown' into hotfix-coo…
sam0x17 Jun 16, 2025
8090503
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 16, 2025
ba9b1f5
fix network backend type selection
l0r1s Jun 16, 2025
96e1894
fix sigmoid steepness
andreea-popescu-reef Jun 16, 2025
4dac3c6
bump spec version
l0r1s Jun 16, 2025
18379a4
Merge pull request #1757 from opentensor/hotfix-cooldown
sam0x17 Jun 16, 2025
d3ef42c
Merge remote-tracking branch 'origin/main' into devnet-ready
sam0x17 Jun 16, 2025
00e787e
update workflow
Jun 16, 2025
7a9ded8
fix hotkey registration check test
l0r1s Jun 16, 2025
3a2cf28
remove printlns
l0r1s Jun 16, 2025
6b71322
cargo fmt
l0r1s Jun 16, 2025
409eb2e
bump spec version
sam0x17 Jun 16, 2025
40cf4e0
Merge pull request #1762 from opentensor/feat/roman/improve-logic-to-…
sam0x17 Jun 16, 2025
7627c0c
fix comment
l0r1s Jun 16, 2025
f2b8ac4
commit suggestions
l0r1s Jun 16, 2025
3db0cb7
Merge pull request #1761 from opentensor/sam-backprop-6-16-2025
sam0x17 Jun 16, 2025
56bcd39
Merge branch 'devnet-ready' into feat/upgrade-polkadot-sdk-to-2412
l0r1s Jun 17, 2025
8be6b0e
update benchmark weight
l0r1s Jun 17, 2025
e66e7e9
use hotkey to register uid in evm
open-junius Jun 17, 2025
5b510d3
cargo clippy
open-junius Jun 17, 2025
5935085
update version
open-junius Jun 17, 2025
d246964
Merge pull request #1723 from opentensor/feat/upgrade-polkadot-sdk-to…
l0r1s Jun 17, 2025
caf9ab2
Add (failing) test for wrapping fees
gztensor Jun 17, 2025
a3c9bc4
Use signed math for position fees
gztensor Jun 17, 2025
f9c02cc
Merge pull request #1729 from backend-developers-ltd/alphafx
sam0x17 Jun 17, 2025
0952fd9
Fix liquidity update in block step
gztensor Jun 17, 2025
4fa912d
Fix test_wrapping_fees by removing last swap
gztensor Jun 17, 2025
6a89f60
Merge branch 'devnet-ready' into hotkey-for-uid-loopup
open-junius Jun 18, 2025
9956cba
Merge pull request #1758 from backend-developers-ltd/steep
sam0x17 Jun 18, 2025
cbfa992
Fix the wrapping fees test
gztensor Jun 18, 2025
e580ee4
Allow root to disable user liquidity
gztensor Jun 18, 2025
102cbc7
Rename weight function for toggle_user_liquidity
gztensor Jun 18, 2025
8c3100a
Merge branch 'devnet-ready' into hotkey-for-uid-loopup
open-junius Jun 18, 2025
ea97e4c
Merge pull request #1764 from opentensor/hotkey-for-uid-loopup
sam0x17 Jun 18, 2025
b196217
Resolve git conflicts
ales-otf Jun 18, 2025
1872a0b
Fix zepter (std)
gztensor Jun 18, 2025
84cd7c8
Fix clippy
gztensor Jun 18, 2025
d9022c0
Fix weights for sudo_set_tx_childkey_take_rate_limit and set_identity
gztensor Jun 18, 2025
b54cdac
Merge pull request #1703 from opentensor/feat/uniswapv3-lp
sam0x17 Jun 18, 2025
70a83b8
Merge branch 'devnet-ready' into hyperparams-v2
JohnReedV Jun 18, 2025
90a5768
fix merge errors
JohnReedV Jun 18, 2025
bd320d1
fmt
JohnReedV Jun 18, 2025
747f083
rename subnet_token_enabled => subnet_is_active
JohnReedV Jun 18, 2025
35199c6
Merge pull request #1736 from opentensor/hyperparams-v2
sam0x17 Jun 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 9 additions & 39 deletions .github/workflows/check-bittensor-e2e-tests.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ concurrency:

on:
pull_request:
branches:
- devnet
- devnet-ready
- testnet
- testnet-ready
- main
branches: ["*"]
types: [opened, synchronize, reopened, labeled, unlabeled]

workflow_dispatch:
Expand All @@ -30,35 +25,10 @@ env:
VERBOSE: ${{ github.event.inputs.verbose }}

jobs:
apply-label-to-new-pr:
runs-on: ubuntu-latest
outputs:
should_continue: ${{ steps.check.outputs.should_continue }}
steps:
- name: Check
id: check
run: |
ACTION="${{ github.event.action }}"
if [[ "$ACTION" == "opened" || "$ACTION" == "reopened" ]]; then
echo "should_continue=true" >> $GITHUB_OUTPUT
else
echo "should_continue=false" >> $GITHUB_OUTPUT
fi
shell: bash

- name: Add label
if: steps.check.outputs.should_continue == 'true'
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: run-bittensor-e2e-tests

check-label:
needs: apply-label-to-new-pr
runs-on: ubuntu-latest
if: always()
outputs:
run-bittensor-e2e-tests: ${{ steps.get-labels.outputs.run-bittensor-e2e-tests }}
skip-bittensor-e2e-tests: ${{ steps.get-labels.outputs.skip-bittensor-e2e-tests }}
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -68,17 +38,17 @@ jobs:
run: |
LABELS=$(gh pr view ${{ github.event.pull_request.number }} --json labels --jq '.labels[].name')
echo "Current labels: $LABELS"
if echo "$LABELS" | grep -q "run-bittensor-e2e-tests"; then
echo "run-bittensor-e2e-tests=true" >> $GITHUB_OUTPUT
if echo "$LABELS" | grep -q "skip-bittensor-e2e-tests"; then
echo "skip-bittensor-e2e-tests=true" >> $GITHUB_OUTPUT
else
echo "run-bittensor-e2e-tests=false" >> $GITHUB_OUTPUT
echo "skip-bittensor-e2e-tests=false" >> $GITHUB_OUTPUT
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

find-btcli-e2e-tests:
needs: check-label
if: always() && needs.check-label.outputs.run-bittensor-e2e-tests == 'true'
if: needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
runs-on: ubuntu-latest
outputs:
test-files: ${{ steps.get-btcli-tests.outputs.test-files }}
Expand All @@ -103,7 +73,7 @@ jobs:

find-sdk-e2e-tests:
needs: check-label
if: always() && needs.check-label.outputs.run-bittensor-e2e-tests == 'true'
if: needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
runs-on: ubuntu-latest
outputs:
test-files: ${{ steps.get-sdk-tests.outputs.test-files }}
Expand Down Expand Up @@ -164,7 +134,7 @@ jobs:
- check-label
- find-btcli-e2e-tests
- build-image-with-current-branch
if: always() && needs.check-label.outputs.run-bittensor-e2e-tests == 'true'
if: needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -261,7 +231,7 @@ jobs:
- check-label
- find-sdk-e2e-tests
- build-image-with-current-branch
if: always() && needs.check-label.outputs.run-bittensor-e2e-tests == 'true'
if: needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
Loading
Loading