Skip to content

Commit

Permalink
temporarily run screenshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Jan 18, 2023
1 parent ea3589c commit d781f78
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,23 +250,23 @@ jobs:
resource_class: large
steps:
- checkout
- run:
name: Remove dev-deployment
command: >
curl
-X POST
-H "X-Auth-Token: $RELEASE_API_TOKEN"
https://kubernetix.scm.io/hooks/remove/webknossos/dev/master?user=CI+%28nightly%29
- run:
name: Wait 3min
command: sleep 180
- run:
name: Install dev-deployment
command: >
curl
-X POST
-H "X-Auth-Token: $RELEASE_API_TOKEN"
https://kubernetix.scm.io/hooks/install/webknossos/dev/master?user=CI+%28nightly%29
# - run:
# name: Remove dev-deployment
# command: >
# curl
# -X POST
# -H "X-Auth-Token: $RELEASE_API_TOKEN"
# https://kubernetix.scm.io/hooks/remove/webknossos/dev/master?user=CI+%28nightly%29
# - run:
# name: Wait 3min
# command: sleep 180
# - run:
# name: Install dev-deployment
# command: >
# curl
# -X POST
# -H "X-Auth-Token: $RELEASE_API_TOKEN"
# https://kubernetix.scm.io/hooks/install/webknossos/dev/master?user=CI+%28nightly%29
- run:
name: Install dependencies and sleep at least 3min
command: |
Expand All @@ -275,11 +275,11 @@ jobs:
wait
- run:
name: Refresh datasets
command: curl -X POST --fail https://master.webknossos.xyz/data/triggers/checkInboxBlocking?token=$WK_AUTH_TOKEN
command: curl -X POST --fail https://crosshaircolors.webknossos.xyz/data/triggers/checkInboxBlocking?token=$WK_AUTH_TOKEN
- run:
name: Run screenshot-tests
command: |
URL=https://master.webknossos.xyz/ \
URL=https://crosshaircolors.webknossos.xyz/ \
yarn test-screenshot
- store_artifacts:
Expand All @@ -292,7 +292,7 @@ workflows:
version: 2
circleci_build:
jobs:
- build_test_deploy:
- nightly:
context:
- DockerHub
filters:
Expand Down

0 comments on commit d781f78

Please sign in to comment.