circle 2.0 across all repos
See original GitHub issueWe still have a few repos that we need to migrate to circleci 2.0.
These repos need to be migrated:
- dash
- dash-core-components
- dash-html-components
- dash-renderer
- dash-docs
But for consistency, here are all of the dash repos we’re testing:
- dash
- dash-core-components
- dash-html-components
- dash-auth
- dash-renderer
- dash-table (private right now)
While we’re at it, let’s:
- Add the 3.7 container to all of our repos
- Remove tox
- Make sure that pylint and flake8 are set up
- Add eslint and prettier tests
We’ve done the migration in a couple of places:
dash-auth
: https://github.com/plotly/dash-auth/blob/master/.circleci/config.yml (still uses tox though)- I tried to make this a little drier in the spring with this PR: https://github.com/plotly/dash/pull/222/files. It might be a good starting point. I don’t remember the status of it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Does CircleCI 2.0 supports building a project separately in a ...
In my case I have configured 3 different workflows corresponding to 3 different projects ( e.g A, B, C) residing in the same...
Read more >CircleCi 2.0 working with project inside the subdirectory
My project is inside a subdirectory inside a Github repository and I get the following error from CircleCi. Goal requires a project to...
Read more >Getting Started
To be able to run builds from a repository, it needs to be enabled on Circle CI first. This package heavily relies on...
Read more >List projects by organisation · Issue #65 · CircleCI-Public/api ...
Using the GitHub API to list repositories https://api.github.com/users/cob16/repos and then trying to fetch all of these projects in circle ci.
Read more >CircleCI | Cypress Documentation
Find the complete CircleCI v2 example with caching and artifact upload in the cypress-example-docker-circle repo. RAM Disk. You can speed up Cypress test...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll start with dash.
I think after plotly/dash-docs#178 all is done. Only some pylint/flake8 is missing from dcc and dash-docs, but they need alot of work to not fail.