Publishing manage Expo app intermittently fails, out of memory
@Pawan thanks for the advice! We went ahead and tried recording the memory usage, and are consistently getting values just below 4300000000 bytes, or 4.3 GB. We’re running our jobs on Docker Medium...
View ArticleEnterprise CircleCI - the question about IP
I mean CircleCI server where our actual software runs
View ArticleHow to build a pandoc doc?
Hi @Pawan, I thank you very much for your welcome, your prompt answer, and your advice. I finally suceeded in setting up my build with GitHub Actions. I had to install texlive-xetex before installing...
View ArticleMaking the dashboard public
I’ve got a public open-source project (https://github.com/zorbathut/def) that I recently set up with CircleCI. However, I just noticed that the link (https://circleci.com/gh/zorbathut/def) goes to a...
View ArticleEnterprise CircleCI - the question about IP
Yes, the CircleCI server “services machine” can have a dedicated IP address.
View ArticleMaking the dashboard public
Hi @ZorbaTHut, Welcome to the CircleCI community forum! Users need to create an account to see public projects build logs on CircleCI because our V2 API will not allow us to make unauthenticated...
View ArticlePossible to set a maximum build time limit?
@MichaelMarner have you found a solution/workaround meanwhile? I’ve recently noticed a build that was displayed as it was running over 30 h. I’m not sure if this was just a CIrcleCI UI glitch or not...
View ArticleIntegration tests with Go and Postgres
Hi, I want to run my integration tests in the CI. They way they are set up in the dev env, is with docker-compose. I spin up a postgres container along side my go app. I use golang-migrate for the...
View ArticleCommunication from secondary containers to primary containers in a...
Hi there, I currently have a multi-image job, We have 1 primary container(where all the steps run) named primary and 3 secondary containers named A,B,C. From the primary container I can reach all the...
View ArticleMaking the dashboard public
That’s . . . not very useful for open-source projects, honestly, I want it to be easily visible. Alright, well, off to find another CI system then. Thanks for the info!
View ArticleI created a template for automatic python packaging with circleCI
@caleb15 this looks great! Thanks for contributing.
View ArticleI created a template for automatic python packaging with circleCI
Hi @caleb15! This looks awesome. If you’re interested, I’d like to share it on our CircleCI Twitter acct. If you’d like a shout out, we’re happy to tag you as well. If not, still awesome!
View ArticleCommunication from secondary containers to primary containers in a...
Hi @afro_enthusiast! If I understand correctly, this thread might help. Interacting with secondary images If this doesn’t address your question, I’m happy to dig in more with you!
View ArticleCommunication from secondary containers to primary containers in a...
Thanks for the quick response @thekatertot I had a look at the thread linked, I do not think that is quite related. If I understand correctly, the author of that post wanted to run docker commands on...
View ArticleTrigger Heroku build even if there are no code changes
Hi @harrygothold, I am looking at contentful’s docs here: https://www.contentful.com/developers/docs/ruby/tutorials/automated-rebuild-and-deploy-with-circleci-and-webhooks/ It looks like a build is...
View ArticleNew v2 API Endpoint: job approval
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleCommunication from secondary containers to primary containers in a...
Ah ok! Our Docker executor works a little differently than the standard Docker compose approach. This blog is from a few years ago, but still should have the right info for you. CircleCI – 29 Jun 17...
View ArticleI created a template for automatic python packaging with circleCI
For the tag you can mention @15Five
View ArticleI created a template for automatic python packaging with circleCI
Thank you! I will get it scheduled with the social team.
View Article