Skip to content

Commit

Permalink
fix kind
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Dec 14, 2020
1 parent d9d5c67 commit 40e11b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Push Docker image
run: docker push localhost:5000/ci-test

- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.5.0
with:
config: ./test/ci/kind-config.yaml

Expand All @@ -75,12 +75,15 @@ jobs:
sed 's/image: ci-test/image: localhost:5000\/ci-test/g' k8s.yaml
sed 's/image: ci-test/image: localhost:5000\/ci-test/g' k8s.yaml | kubectl apply -f -
- name: Sleeping 90 secs
run: sleep 90
#- name: Sleeping 90 secs
# run: sleep 90

- name: Sleeping more in case of AMQP transporter
run: sleep 180
if: contains(matrix.transporter, 'AMQP')
- name: Wait for available statuses
run: kubectl wait --for=condition=available --timeout=60s --all deployments

#- name: Sleeping more in case of AMQP transporter
# run: sleep 180
# if: contains(matrix.transporter, 'AMQP')

- name: Check pods
run: kubectl get all
Expand Down
5 changes: 0 additions & 5 deletions now.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "meta.js",
"scripts": {
"dev": "rimraf tmp && moleculer init . tmp",
"build": "moleculer init --answers test/now.sh/answers.json --install . tmp",
"test": "moleculer init --answers test/ci/answers.json --install . ci-test",
"start": "cd tmp && node node_modules/moleculer/bin/moleculer-runner services"
},
Expand Down
10 changes: 0 additions & 10 deletions test/now.sh/answers.json

This file was deleted.

0 comments on commit 40e11b4

Please sign in to comment.