Skip to content

Commit

Permalink
buildkite config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalambek committed Mar 12, 2021
1 parent 4f9dcab commit e818d8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
- "queue=default"

- label: "e2e myerc20"
key: "e2e myerc20"
key: e2e_myerc20
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
Expand All @@ -41,7 +41,7 @@ steps:
- "queue=default"

- label: "challenge with watchdog"
key: "challenge with watchdog"
key: challenge_with_watchdog
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
Expand All @@ -55,7 +55,7 @@ steps:
- "queue=default"

- label: "test eth-relay catchup"
key: "test eth-relay catchup"
key: test_eth-relay_catchup
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
Expand All @@ -73,10 +73,14 @@ steps:

- label: publish docker
command: ./utils/scripts/docker-release.sh
branches: "master | mhala-docker"
# depends_on:
# - "linter"
# - "e2e"
# - "e2e myerc20"
# - "challenge with watchdog"
# - "test eth-relay catchup"
plugins:
- docker-login#v2.0.1:
username: nearprotocol
password-env: DOCKER_LOGIN_PASSWORD
branches: "master"
depends_on:
- linter
- e2e
- e2e_myerc20
- challenge_with_watchdog
- test_eth-relay_catchup
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update -qq && apt-get install -y \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash -
&& curl -sL https://deb.nodesource.com/setup_12.x | bash -

RUN apt-get install nodejs && npm -g install ganache-cli yarn

Expand Down

0 comments on commit e818d8f

Please sign in to comment.