Skip to content

Commit

Permalink
Merge pull request #597 from DeckerSU/patch-disable-ci-jobs
Browse files Browse the repository at this point in the history
temp disable CC and basic RPC jobs in workflows
  • Loading branch information
ca333 authored Nov 3, 2023
2 parents 5e362af + 4ceb0ee commit bac0096
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/komodo_linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
path: ./komodo-linux.tar.gz

linux-test-dice-token-reards-faucet-cc:
if: ${{ false }}

name: Test (Linux/Dice, Token, Faucet, Rewards)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
cd qa/pytest_komodo
./ci_setup.sh "cc_modules/test_dice.py cc_modules/test_faucet.py cc_modules/test_token.py cc_modules/test_rewards.py"
linux-test-oracles:
if: ${{ false }}

name: Test (Linux/OraclesCC)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
cd qa/pytest_komodo
./ci_setup.sh cc_modules/test_oracles.py
linux-test-baserpc:
if: ${{ false }}

name: Test (Linux/BasicRPC)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -155,6 +158,7 @@ jobs:
cd qa/pytest_komodo
./ci_setup.sh basic
linux-test-channels:
if: ${{ false }}

name: Test (Linux/ChannelsCC)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -191,6 +195,7 @@ jobs:
cd qa/pytest_komodo
./ci_setup.sh cc_modules/test_channels.py
linux-test-heir:
if: ${{ false }}

name: Test (Linux/HeirCC)
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
path: ./komodo-macos.tar.gz

macos-test-dice-token-reards-faucet-cc:
if: ${{ false }}

name: Test (MacOS/Dice, Token, Faucet, Rewards)
runs-on: macos-latest
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
./ci_setup.sh "cc_modules/test_dice.py cc_modules/test_faucet.py cc_modules/test_token.py cc_modules/test_rewards.py"
macos-test-oracles:
if: ${{ false }}

name: Test (macos/OraclesCC)
runs-on: macos-latest
Expand Down Expand Up @@ -113,6 +115,7 @@ jobs:
./ci_setup.sh cc_modules/test_oracles.py
macos-test-baserpc:
if: ${{ false }}

name: Test (macos/BasicRPC)
runs-on: macos-latest
Expand Down Expand Up @@ -141,6 +144,7 @@ jobs:
./ci_setup.sh basic
macos-test-channels:
if: ${{ false }}

name: Test (macos/ChannelsCC)
runs-on: macos-latest
Expand Down Expand Up @@ -169,6 +173,7 @@ jobs:
./ci_setup.sh cc_modules/test_channels.py
macos-test-heir:
if: ${{ false }}

name: Test (macos/HeirCC)
runs-on: macos-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/komodo_win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
path: ./komodod_win.zip

windows-test-baserpc:
if: ${{ false }}

name: Test (Win/BasicRPC)
needs: windows-build
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
cd qa\pytest_komodo
start_ci.bat basic
windows-test-dice-faucet-tok-rewCC:
if: ${{ false }}

name: Test (Win/Dice Faucet Token Rewards)
runs-on: windows-latest
Expand Down Expand Up @@ -133,6 +135,7 @@ jobs:
cd qa\pytest_komodo
start_ci.bat cc_modules\test_dice.py cc_modules\test_faucet.py cc_modules\test_token.py cc_modules\test_rewards.py
windows-test-oracles-cc:
if: ${{ false }}

name: Test (Win/OraclesCC)
runs-on: windows-latest
Expand Down Expand Up @@ -163,6 +166,7 @@ jobs:
cd qa\pytest_komodo
start_ci.bat cc_modules\test_oracles.py
windows-test-heir-cc:
if: ${{ false }}

name: Test (Win/HeirCC)
runs-on: windows-latest
Expand Down Expand Up @@ -193,6 +197,7 @@ jobs:
cd qa\pytest_komodo
start_ci.bat cc_modules\test_heir.py
windows-test-channels-cc:
if: ${{ false }}

name: Test (Win/ChannelsCC)
runs-on: windows-latest
Expand Down

0 comments on commit bac0096

Please sign in to comment.