Skip to content

Commit 7c899e1

Browse files
committed
CI: Disable downstream testing
#### Problem The SPL repo is about to get decommissioned with solana-labs/solana-program-library#7644, but this repo still runs downstream tests against it, which will immediately fail when the PR lands. #### Summary of changes solana-labs#4371 has the real fix, but since time is of the essence, just disable the downstream jobs.
1 parent 03499e7 commit 7c899e1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/downstream-project-anchor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ env:
3838

3939
jobs:
4040
test:
41-
if: github.repository == 'anza-xyz/agave'
41+
#if: github.repository == 'anza-xyz/agave'
42+
if: false
4243
runs-on: ubuntu-latest
4344
strategy:
4445
matrix:

.github/workflows/downstream-project-spl.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ env:
3737

3838
jobs:
3939
check:
40-
if: github.repository == 'anza-xyz/agave'
40+
#if: github.repository == 'anza-xyz/agave'
41+
if: false
4142
runs-on: ubuntu-latest
4243
steps:
4344
- uses: actions/checkout@v4
@@ -61,7 +62,8 @@ jobs:
6162
cargo check
6263
6364
test:
64-
if: github.repository == 'anza-xyz/agave'
65+
#if: github.repository == 'anza-xyz/agave'
66+
if: false
6567
runs-on: ubuntu-latest
6668
strategy:
6769
matrix:
@@ -124,7 +126,8 @@ jobs:
124126
done
125127
126128
cargo-test-sbf:
127-
if: github.repository == 'anza-xyz/agave'
129+
#if: github.repository == 'anza-xyz/agave'
130+
if: false
128131
runs-on: ubuntu-latest
129132
strategy:
130133
matrix:

0 commit comments

Comments
 (0)