Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14877 articles
Browse latest View live

Is CIRCLE_COMPARE_URL still a thing?

Yes, CIRCLE_COMPARE_URL should be available when you push new commits to an existing branch.

View Article


Helm 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 Article


JVM 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 Article

AWS 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 Article

Image may be NSFW.
Clik here to view.

Terraform 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 Article


Python 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 Article

Disable SSH

It is a big security issue, every developer can see all the sensitive env variables by “Rerun job with ssh”

View Article

Xcode 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 Article


Disable 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 Article


Image may be NSFW.
Clik here to view.

Insufficient 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 Article

Continuous 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 Article

Xcode 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 Article

Xcode 11.2.1 GM Seed 1 Released

Hi Michal, This is fixed now. Let me know if you have any another issue please.

View Article


Xcode 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 Article

New 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 Article


Selenium 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 Article

Xcode 11.2.1 GM Seed 1 Released

Thank you @marc, the issue with git-lfs now seems to be resolved.

View Article


Image may be NSFW.
Clik here to view.

Workflow 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

Job 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
Browsing all 14877 articles
Browse latest View live