Skip to content

Commit

Permalink
Remove laucnhpad
Browse files Browse the repository at this point in the history
Applies diff from #1015
  • Loading branch information
webmaster128 committed Feb 8, 2022
1 parent 1cfda9d commit 9970f77
Show file tree
Hide file tree
Showing 105 changed files with 110 additions and 9,216 deletions.
49 changes: 6 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ jobs:
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start launchpad
command: ./scripts/launchpad/start.sh
background: true
- run: # start early for less wait time below
name: Start wasmd
command: ./scripts/wasmd/start.sh
Expand Down Expand Up @@ -142,9 +138,6 @@ jobs:
- run:
name: Install Dependencies
command: yarn install --immutable --immutable-cache --check-cache
- run:
name: Initialize launchpad (deploy contracts and friends)
command: ./scripts/launchpad/init.sh
- run:
name: Initialize wasmd (deploy contracts and friends)
command: ./scripts/wasmd/init.sh
Expand All @@ -154,7 +147,6 @@ jobs:
- run:
name: Run tests
environment:
LAUNCHPAD_ENABLED: 1
TENDERMINT_ENABLED: 1
SOCKETSERVER_ENABLED: 1
SKIP_BUILD: 1
Expand All @@ -173,14 +165,14 @@ jobs:
name: Run CLI examples
working_directory: packages/cli
environment:
TENDERMINT_ENABLED: 1
SOCKETSERVER_ENABLED: 1
SKIP_BUILD: 1
WASMD_ENABLED: 1
command: |
yarn node ./bin/cosmwasm-cli --init examples/cosmwasm.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/delegate.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/faucet_addresses.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/generate_address.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/local_faucet.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/mask.ts --code "process.exit(0)"
[ "<< parameters.simapp >>" = "simapp42" ] && export SIMAPP42_ENABLED=1 SLOW_SIMAPP42_ENABLED=1
[ "<< parameters.simapp >>" = "simapp44" ] && export SIMAPP44_ENABLED=1 SLOW_SIMAPP44_ENABLED=1
./run_examples.sh
- run:
name: Stop chains
command: |
Expand All @@ -189,7 +181,6 @@ jobs:
./scripts/<< parameters.simapp >>/stop.sh
./scripts/<< parameters.simapp >>/slow_stop.sh
./scripts/wasmd/stop.sh
./scripts/launchpad/stop.sh
test-node:
parameters:
node-version:
Expand All @@ -211,10 +202,6 @@ jobs:
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start launchpad
command: ./scripts/launchpad/start.sh
background: true
- run: # start early for less wait time below
name: Start wasmd
command: ./scripts/wasmd/start.sh
Expand Down Expand Up @@ -271,9 +258,6 @@ jobs:
- run:
name: Install Dependencies
command: yarn install --immutable --immutable-cache --check-cache
- run:
name: Initialize launchpad (deploy contracts and friends)
command: ./scripts/launchpad/init.sh
- run:
name: Initialize wasmd (deploy contracts and friends)
command: ./scripts/wasmd/init.sh
Expand All @@ -282,7 +266,6 @@ jobs:
command: ./scripts/socketserver/start.sh
- run:
environment:
LAUNCHPAD_ENABLED: 1
SIMAPP42_ENABLED: 1
SLOW_SIMAPP42_ENABLED: 1
TENDERMINT_ENABLED: 1
Expand All @@ -301,7 +284,6 @@ jobs:
name: Run CLI examples
working_directory: packages/cli
environment:
LAUNCHPAD_ENABLED: 1
SIMAPP42_ENABLED: 1
SLOW_SIMAPP42_ENABLED: 1
TENDERMINT_ENABLED: 1
Expand All @@ -317,7 +299,6 @@ jobs:
./scripts/simapp42/stop.sh
./scripts/simapp42/slow_stop.sh
./scripts/wasmd/stop.sh
./scripts/launchpad/stop.sh
test-chrome:
machine:
# We can't use a containerized environment since it requires remote docker to start custom containers.
Expand All @@ -337,10 +318,6 @@ jobs:
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start launchpad
command: ./scripts/launchpad/start.sh
background: true
- run: # start early for less wait time below
name: Start wasmd
command: ./scripts/wasmd/start.sh
Expand Down Expand Up @@ -392,9 +369,6 @@ jobs:
- run:
name: Install Dependencies
command: yarn install --immutable --immutable-cache --check-cache
- run:
name: Initialize launchpad (deploy contracts and friends)
command: ./scripts/launchpad/init.sh
- run:
name: Initialize wasmd (deploy contracts and friends)
command: ./scripts/wasmd/init.sh
Expand All @@ -403,7 +377,6 @@ jobs:
command: ./scripts/socketserver/start.sh
- run:
environment:
LAUNCHPAD_ENABLED: 1
SIMAPP42_ENABLED: 1
SLOW_SIMAPP42_ENABLED: 1
TENDERMINT_ENABLED: 1
Expand All @@ -419,7 +392,6 @@ jobs:
./scripts/simapp42/stop.sh
./scripts/simapp42/slow_stop.sh
./scripts/wasmd/stop.sh
./scripts/launchpad/stop.sh
coverage:
machine:
# We can't use a containerized environment since it requires remote docker to start custom containers.
Expand All @@ -438,10 +410,6 @@ jobs:
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_2.12.1_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start launchpad
command: ./scripts/launchpad/start.sh
background: true
- run: # start early for less wait time below
name: Start wasmd
command: ./scripts/wasmd/start.sh
Expand Down Expand Up @@ -493,9 +461,6 @@ jobs:
- run:
name: Install Dependencies
command: yarn install --immutable --immutable-cache --check-cache
- run:
name: Initialize launchpad (deploy contracts and friends)
command: ./scripts/launchpad/init.sh
- run:
name: Initialize wasmd (deploy contracts and friends)
command: ./scripts/wasmd/init.sh
Expand All @@ -504,7 +469,6 @@ jobs:
command: ./scripts/socketserver/start.sh
- run:
environment:
LAUNCHPAD_ENABLED: 1
SIMAPP42_ENABLED: 1
SLOW_SIMAPP42_ENABLED: 1
TENDERMINT_ENABLED: 1
Expand All @@ -523,7 +487,6 @@ jobs:
./scripts/simapp42/stop.sh
./scripts/simapp42/slow_stop.sh
./scripts/wasmd/stop.sh
./scripts/launchpad/stop.sh
docs-build:
docker:
- image: circleci/node:16.13-bullseye
Expand Down
Loading

0 comments on commit 9970f77

Please sign in to comment.