Is CIRCLE_COMPARE_URL still a thing?
Yes, CIRCLE_COMPARE_URL should be available when you push new commits to an existing branch.
View ArticleHelm 3 orb
Hi! Helm 3 came out last week. Just wondering if there is an orb update planned for this. It looks like the current helm orb only supports helm 2
View ArticleJVM not picking up cgroups memory limit
It appears as if the issue might be in Nomad not mounting the cgroups filesystem needed: https://github.com/hashicorp/nomad/issues/5376. The resources stanza does have an effect, it’s just that the...
View ArticleAWS ECR Pull Role and Profile
I think this is slightly related to Different AWS Keys per environment. I’m not seeing a way to set the assumed role or source profile values in my config.yml file. Is that something that’s supported?...
View ArticleTerraform Plan and Apply see change but no change was made
I have been working on getting CircleCI enterprise deployed using GitHub circleci/enterprise-setup Installation resources for CircleCI Enterprise. Contribute to circleci/enterprise-setup development...
View ArticlePython projects (pip/pipenv installs) using workflows
Are there any guides or examples for a python project using pipenv? In particular how to set up the persist_to_workspace to make sure the libs we install in the build job can be passed on the test and...
View ArticleDisable SSH
It is a big security issue, every developer can see all the sensitive env variables by “Rerun job with ssh”
View ArticleXcode 11.2.1 GM Seed 1 Released
I’m getting ruby errors with the latest xcode builds from the fastlane plugin_update_manager initialize': [!] Malformed version number string undefined (ArgumentError) It looks as though something has...
View ArticleDisable SSH
One thing you could try, if you particularly want to lock things down, is to use the API to kick off builds. It allows the addition of build parameters, which you could use for secrets that you don’t...
View ArticleInsufficient shared memory on docker containers
To add a bit more information (and possible more reason to a bug in CircleCI infrastructure): we are now getting this in the extra large resource classes. Does anyone know of any tips on memory...
View ArticleContinuous Deployment to EC2 instances in Private Subnet
Hi What are the recommended ways to get CircleCI to deploy docker containers/builds in EC2 instances in a private subnet in AWS which only has outgoing access to the internet through a NAT gateway....
View ArticleXcode 11.2.1 GM Seed 1 Released
I’ve updated out build agent so now the checkout steps runs in a login bash shell on macOS. This fixes the git lfs issue. Please do let me know if you see any other issues with the Catalina-based...
View ArticleXcode 11.2.1 GM Seed 1 Released
Hi Michal, This is fixed now. Let me know if you have any another issue please.
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
The git-lfs issue has been fixed – the checkout step on macOS will now run in a bash login shell, and /usr/local/bin is on the PATH.
View ArticleNew UI now available for opt-in!
I guess this is a general problem with Virtual DOM architecture which you seem to have adapted for the new UI; my browser’s text search (Ctrl-F thing) doesn’t work with the build log anymore unless...
View ArticleSelenium tests on Windows executor with Internet Explorer browser
I want to perform Selenium tests with Internet Explorer browser. But screenshots from IE 11 are just black screens and my tests failed. Is it possible to use CircleCI for this purpose? The job...
View ArticleXcode 11.2.1 GM Seed 1 Released
Thank you @marc, the issue with git-lfs now seems to be resolved.
View ArticleWorkflow job sorting
Bump for this one, which for some reason was closed by system? Properly sort jobs in workflows 2.0 Feedback This drives me batty: [image] Notice how the order of the jobs in the workflow is: [node6,...
View ArticleHow to pass environment variables to ssh deploy job?
You’re issue is that you’re SSH’ing to a new host and that host doesn’t have your CircleCI environment (as you’re probably discovered) One solution is to copy your environment over and source it on...
View ArticleJob actions finished; job keeps running
I have a job who’s actions finished. It took about 10 min in total to finish though to the last action as specified in the config.yaml. The web view reports all tasks as being complete. The job...
View Article