From ccfe2f4a67122018f9fa58be4f61e0d7eb157c60 Mon Sep 17 00:00:00 2001 From: Rintaro Okamura Date: Mon, 9 Nov 2020 16:40:57 +0900 Subject: [PATCH] :wrench: revise config Signed-off-by: Rintaro Okamura --- .github/workflows/e2e-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-deploy.yml b/.github/workflows/e2e-deploy.yml index 376ed7a55ab..76a9e2f3262 100644 --- a/.github/workflows/e2e-deploy.yml +++ b/.github/workflows/e2e-deploy.yml @@ -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} \ @@ -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/') @@ -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/')