Skip to content

Commit

Permalink
🔧 revise config
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Nov 9, 2020
1 parent ce17044 commit ccfe2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
-get-object-num=10 \
-update-num=10 \
-remove-num=10 \
-wait-after-insert=2m \
-wait-after-insert=3m \
-portforward \
-portforward-ns=default \
-portforward-pod-name=${podname} \
Expand All @@ -204,7 +204,7 @@ jobs:
env:
DATASET: fashion-mnist-784-euclidean.hdf5
slack-redis-mysql:
name: Slack notification
name: 'Slack notification (Redis, MySQL)'
needs: e2e-deploy-redis-mysql
runs-on: ubuntu-latest
if: startsWith( github.ref, 'refs/tags/')
Expand All @@ -221,7 +221,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFY_WEBHOOK_URL }}
slack-cassandra:
name: Slack notification
name: 'Slack notification (Cassandra)'
needs: e2e-deploy-cassandra
runs-on: ubuntu-latest
if: startsWith( github.ref, 'refs/tags/')
Expand Down

0 comments on commit ccfe2f4

Please sign in to comment.