Is it possible to cache images for docker-compose in CircleCI?
I’m aware how to cache dependencies in CircleCI: - restore_cache: keys: - my-project-v1-{{ checksum "project.clj" }} # fallback to using the latest cache if no exact match is found - my-project-v1 -...
View ArticleWhere is chat notification on the new CircleCI UI
@bp-xiao we’ve decided to move the UI deprecation date back awhile: Moving old UI deprecation date back After publishing the April 15th date, we heard a lot of feedback that we wanted to address. Two...
View ArticleCan't login to discuss.circleci.com with my GitHub credentials
I can’t log in to discuss.circleci.com with my github credentials. I created that account a few years ago and haven’t logged in recently. When I attempt to do so, it looks like I am sent in to the...
View ArticleView all jobs?
In the old UI, which at the moment I greatly prefer, you can view all jobs at: https://circleci.com/gh/$github-org Is it possible, and if so, how to do that in the new UI? I can see all pipelines, but...
View ArticleDisable SSH
Hello @ivan_r We are currently able to disable to rerun with SSH for a particular project. We also have an active idea available for voting on our ideas portal to create a feature to limit SSH access...
View ArticleDisable SSH
KyleTryon: We are currently able to disable to rerun with SSH for a particular project. I guess you meant unable @KyleTryon, right?
View ArticleDisable SSH
@ivan_r I did not! If you would like to totally disable SSH login for a particular project, please have an admin of the organization create a support ticket requesting access be turned off....
View ArticleView workflows across *all* projects?
I’m frustrated by the apparent lack of the ability in the new UI to show pipelines for all projects (within, say, an Organization). I’m essentially expecting an “All Projects” item in the project...
View Article"Rerun" button missing in "legacy view" of new UI
I’m trying out the new UI for a project that does not have pipelines enabled, which brings me to the “Legacy Jobs View”. The page has a huge horizontal scroll area when I open it, but even when I...
View ArticleHow to conditionaly run set of N commands vs. set of Y commands based on...
Currently, we follow a policy of master is never broken. 1. developers can’t even push to master on github for our repo and 2. they must submit a submit_{name}/{work} branch which circlci merges. The...
View ArticleFind all workflows for repository
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew UI feedback - worse usability
The lack of colours makes it quite difficult to find what went wrong. This UI feels very slow to respond compared to the old UI, there’s a very noticeable delay in responding. I also think the new UI...
View ArticleThe Test Summary page takes 9 times longer to load
I had a particular branch of code where a typo caused a recursive stack error on 486 different tests. In the old UI, it took 19 seconds to load the page. In the new UI, it took 3 minutes (!) to load...
View ArticlePython tox doesn't build anymore
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUninformative test results in new UI
I also would like to see improvements in the test results pane. I also don’t have a use for which test ran the slowest but a list/table of all tests ran (even when failures occur). This information...
View ArticleNew UI - Overview of all jobs/workflows missing
Hi, we have tried the new ui, but there is no overview for all running pipelines/jobs any more? You have to filter for exact one project. Is this feature on your roadmap? Additionally the new ui feels...
View ArticleConditionally setting parameters
Is it possible to set parameters in the same was as job/workflows based on filters? I’m looking at the Cypress Orb (a circleci partner) and was hoping to set the “record” option of the cypress/run job...
View ArticleAllow single job cancel in workflow
In the old UI I could easily stop individual jobs in a workflow. In the new UI I need to go through multiple screens to do so. A ‘Cancel’ button on the workflow screen for each job would make managing...
View ArticleSkip a step in a job if cache is found
Yes, I hoped there would be a yml command to that instead of checking via bash. Thanks though
View ArticleNew UI feedback - worse usability
On the topic of usability, I would like to add that the general design of the new workflow visualization is welcomed, i.e., improved contrast and larger text. Still, the overall job layout has...
View Article