Circleci/mysql:5.7 fails to download default-mysql-client
If you’re using the circleci/mysql:5.7 image mentioned in the title, I have two notes. This image isn’t designed to be run directly and the primary image, but as service image. This image already...
View ArticleSkip build but for specific branch?
Thank you for your response! I don’t think branch-to-ignore would work as the commit and push would be on a branch that I have set up a filter to specifically trigger a workflow on that branch. In...
View ArticleDocker Hub rate limiting - how to prepare?
Hi folks, I’m one of the product managers here at CircleCI. We’re taking the Docker Hub Terms of Service change seriously, and our engineering team is working on a detailed plan for how we’ll handle...
View ArticleAtomic Deployments?
Hello, I have a repository which consists mainly of a PHP application. But inside that application I have three Vue.js application which needs to be built. What I currently do is, that I have a...
View ArticleBuild times increasing over time?
Yes, this slowdown was consistently happening for all of our builds for several months. The builds performed since I removed the unused env vars we had set up on Monday afternoon have all been much...
View ArticleCircleci/ruby:2.6.6-node-browsers missing libXss.so.1; can't run cypress tests
A fix has been made. The change is rolling out to all active images now. Please allow up to 45 minutes for the image to update.
View ArticleSkip build but for specific branch?
Hi @rankinit! Thanks for clarifying – and yes, I see the conundrum here! You can certainly parse the commit message, or use the built-in environment variable for “CIRCLE_BRANCH” to stop the step. You...
View ArticleMonthly CircleCI Images Update: August 2020
There is an issue with image - circleci/openjdk:8-jdk-browsers it is build on top of chrome browser version : 84.0.4147.30 but this version is affected by bug...
View ArticleInconsistent Test Results - Possibly Due to Shared Load?
Did you figure this out? I think we’re seeing something similar.
View ArticleMonthly CircleCI Images Update: August 2020
The browser variants have already been updated to Google Chrome v85: docker run -it circleci/openjdk:8-jdk-browsers google-chrome --version Google Chrome 85.0.4183.83
View ArticleOpenJDK 14 how to install on ubuntu-1604:202007-01?
Hello, I need to build/test application under OpenJDK 14. How can I install it at ubuntu-1604:202007-01?
View ArticleCircleCI new UI/UX Review
Huge deal for us. Nearly impossible to see when we rerun a job which is very common. Can we please have a “Jobs” view just like we used to have that just shows the currently running jobs for a project...
View ArticlePossible to set a maximum build time limit?
Does this link https://www.tecmint.com/run-linux-command-with-time-limit-and-timeout/ help?
View ArticleGet the jobs view back - keep the old experience enabled
@oksana I have good news, we just shipped an update to the Pipelines page to show the short commit sha and link to it in your VCS.
View ArticleGet the jobs view back - keep the old experience enabled
@gogaz I have good news, we just shipped an update to the Pipelines page to show the short commit sha and link to it in your VCS.
View ArticleNew Ruby Convenience Image Public Beta
It’s next on our list regarding Convenience Images. Stay tuned to the forum, we’ll be offering up a beta soon.
View ArticleNew Python Convenience Image Public Beta
This next-gen Convenience Image is now considered stable! Reminder: GitHub URL: https://github.com/CircleCI-Public/cimg-python Docker Hub URL: https://hub.docker.com/r/cimg/python example usage:...
View ArticleCircleCI new UI/UX Review
I just noticed tspoonts comment ‘You can filter on a project and branch’ and I was briefly happy Unfortunately this is only within a single project We need the ability to filter on branches across...
View ArticleDocker Hub rate limiting - how to prepare?
I have an idea: CircleCI team use a dedicated paid DockerHub user to pull images that do not explicitly indicate username and password. This DockerHub user will be by itself, has no access to any...
View Articleubuntu18.04LTSでのライブマイグレーションでエラーが起きる
norinori689さん、こんにちは。 ライブマイグレーションを実行しようとした、とのことですが、具体的に(lxc move lxd01:ct01 lxd02:ct01で)何をされようとしたのでしょうか? スクリーンショットからは読み取ることができませんでした。...
View Article