Deploying to AWS Fargate sequentially
Hi Friends. I have a few services (containers) that get deployed to fargate. The problem is that the new service B requires the new service A to be up and running… as it the case, service B beats out...
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Any chance I am experiencing this because “Enable pipelines” is on under Advanced Settings? Not as far as I understand. If you’re using version: 2 config and CIRCLE_COMPARE_URL is not set it’s likely...
View ArticleWhat's the status of nesting VMs in a testing environment?
We are in a dire need of having Android Emulator performing integration tests of our libraries within Android Emulator. What is the status of running Android Emulator in a Docker on CircleCI? Is...
View ArticleXcode 11.2 macOS Catalina missing git lfs
Same issue. This is even more bizarre given that the 11.2.0 manifest says git 2.24.0 (with git-lfs 2.8.0).
View ArticleXcode 11.2.1 GM Seed 1 Released
I’ve been looking into the git lfs issue yesterday and today. The problem is that when we run the code to do the checkout, we execute it with /bin/sh -c '...'. When we invoke the shell in this way,...
View ArticleXcode 11.2.1 GM Seed 1 Released
Appreciate the update! As a cheap workaround I attempted adding an export PATH=/usr/local/bin:$PATH step before the checkout, to no avail. I assume that’s due to the difference between /bin/sh and...
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Wait, is CIRCLE_COMPARE_URL only meant to be available on pull requests? I somehow thought this also allows retrieving the commit range between the current and previous build on any branch (the same...
View Article'steps is not a list'
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticlePostmortem: Incidents of October 22nd–29th
Between October 22nd and October 29th, 2019, CircleCI experienced a number of incidents that affected the availability and reliability of our platform, causing delays and errors for customers using...
View ArticleXcode 11.2.1 Released, 11.3 soon - 11.2.0 removed
11.2.1 GM I’ve upgraded the 11.2.1 image to include the GM version of Xcode 11.2.1. The image manifest is here. Xcode has been updated to 11.2.1 Build 11B500. 11.2 Removal I’ve started to route builds...
View ArticleWhat's the status of nesting VMs in a testing environment?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleWhat's the status of nesting VMs in a testing environment?
Only if VM nesting is enabled in a hypervisor. Otherwise it’s not a big difference.
View ArticleWhat's the status of nesting VMs in a testing environment?
There is no way to do this today. There is an existing feature request here: https://ideas.circleci.com/ideas/CCI-I-1194 I would encourage you to vote on it, and add your specific use case to the...
View ArticleDeploying to AWS Fargate sequentially
Hello, Welcome to our community! Could you give us some more information on how you are deploying these containers? I think that this issue is best solved with the existing tooling and configurations...
View ArticleTest step fails with "Too long with no output (exceeded 10m0s)"
yuliabaron: when I rerun with SSH and run the same test manually from the ssh session it succeeds. Do the tests take longer than 10 minutes? If so, you need to either increase the output timeout or...
View ArticleBuild failed but it's green (used to be red few days ago)
Success and failure depends strictly on exit code. Exit code 0 = success (green) Any other exit code = failure (red) It looks like you are executing tests with: run: docker-compose exec --user...
View ArticleTest fail on Build with code: error c
Connor-Wallace: but fails on circle with this error: I think you are missing an error, could you please edit the post and add it in?
View Article