Skip to content

Commit

Permalink
chore(build): add grace test runs to PR checks (#20210) (#20211)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshif authored Dec 1, 2020
1 parent 08965b4 commit 9658598
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,18 @@ jobs:
- store_artifacts:
path: ui/cypress/screenshots
destination: screenshots

grace_integration:
grace_daily:
machine: true
steps:
- attach_workspace:
at: ~/project
- run: docker login -u=$QUAY_USER -p=$QUAY_PASS quay.io
- run: docker run --net host -v /var/run/docker.sock:/var/run/docker.sock -e TEST_RESULTS=~/project quay.io/influxdb/grace:latest
- run:
command: ./bin/linux/influxd --store=memory --log-level=debug
background: true
- run: docker run --net host -v /var/run/docker.sock:/var/run/docker.sock -v ~/project:/grace/test-results/grace-results quay.io/influxdb/grace:daily
- store_artifacts:
path: ~/project
- store_test_results:
path: ~/project

jstest:
docker:
- image: circleci/golang:1.15-node-browsers
Expand Down Expand Up @@ -392,19 +391,18 @@ workflows:
- jstest
- jslint
- build
- litmus_daily:
- grace_daily:
requires:
- build
filters:
branches:
only: /^(?!pull\/).*$/
- grace_integration:
- litmus_daily:
requires:
- build
filters:
branches:
only:
- "2.0"
only: /^(?!pull\/).*$/
- litmus_integration:
requires:
- litmus_daily
Expand Down

0 comments on commit 9658598

Please sign in to comment.