8000 Image tests using orca by etpinard · Pull Request #2615 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Image tests using orca #2615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update circleci conf for orca
  • Loading branch information
etpinard committed May 4, 2018
commit 4de319b66a64f67ccd8f19f88a3fff6f86344de9
22 changes: 6 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,12 @@ jobs:

test-image:
docker:
- image: plotly/testbed:latest
working_directory: /var/www/streambed/image_server/plotly.js/
- image: quay.io/plotly/image-exporter:single-entry
working_directory: /var/www/image-exporter/plotly.js/
steps:
- checkout
- attach_workspace:
at: /var/www/streambed/image_server/plotly.js/
- run:
name: Run and setup container
command: |
supervisord &
npm run docker -- setup
at: /var/www/image-exporter/plotly.js/
- run:
name: Run image tests
command: ./.circleci/test.sh image
Expand All @@ -99,17 +94,12 @@ jobs:

test-image2:
docker:
- image: plotly/testbed:latest
working_directory: /var/www/streambed/image_server/plotly.js/
- image: quay.io/plotly/image-exporter:single-entry
working_directory: /var/www/image-exporter/plotly.js/
steps:
- checkout
- attach_workspace:
at: /var/www/streambed/image_server/plotly.js/
- run:
name: Run and setup container
command: |
supervisord &
npm run docker -- setup
at: /var/www/image-exporter/plotly.js/
- run:
name: Run image tests
command: ./.circleci/test.sh image2
Expand Down
0