Is it possible to run workflows when Github PRs are opened?
Hi @james-rantmedia, I believe the “Only build pull requests” feature would help you achieve that result. When this option is enabled, builds will only be triggered when you create a pull-request, and...
View ArticlePublishing manage Expo app intermittently fails, out of memory
Hi, Please SSH into a container and run the commands manually and see if you get the same error. Also, you can record the memory usage by following the below article. CircleCI Support Center How to...
View ArticleCircleCI tests split does not work as advertised
Hi @ranjan-osaro! Welcome to Discuss and happy to help here! When it comes to test splitting, there can be many factors involved where it isn’t able to find the timings. It could be they are present...
View ArticleExecutor aws_auth does not support sts assumed roles
aws_auth for docker executor currently only accepts ACCESS_KEY_ID and SECRET_ACCESS_KEY_ID. This means that if you can only use credentials for specific AWS users and you can’y use credentials from a...
View ArticleXcode 12.2 (RC) Released
Looks like the final 12.2 is a different build from 12.2RC (https://xcodereleases.com). It’d be great to have another announcement/a comment on this one when the image is updated to use the final build.
View ArticleNext-Gen Convenience Image Browsers Variant Beta
We are looking at moving to the cimg/node:10.22.1-browsers image with the circleci/browser-tools@1.1.0 browser tools for our continuous integration builds. I had to add libxss1 to our config.yml to...
View ArticleNext-Gen Convenience Image Browsers Variant Beta
Thanks for this feedback. After review, I agree this should be in the browsers variant. I’ll update here when things are updated.
View ArticleBuild Failures using Pantheon / Commerce2 - UUID Issue?
HI folks, I have an existing ticket open whilst I trial CI , but am under pressure to get this resolved today. I have followed the guide here: https://pantheon.io/docs/guides/drupal-8-commerce which...
View ArticleSSH can't establish authenticity of host, despite adding options, keys,...
I’m new to CircleCI and I’m having an issue that others have had before, but won’t resolve for me no matter what I try. At the last step, where rsync invokes ssh I get The authenticity of host...
View ArticleExecutor aws_auth does not support sts assumed roles
Hi @mattmcguiness Welcome to our community forum! We have an open feature request for that. Please check the below link and add your vote along with the comment. ideas.circleci.com AWS Role Assumption...
View ArticleSSH can't establish authenticity of host, despite adding options, keys,...
Hi @orvn, Welcome to our community forum! Could you please SSH into a container and run the commands manually and see if you are still getting the error. Also, once try to directly do the SSH with...
View ArticleDeduplicating parameters in pipeline job matrix
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleCI tests split does not work as advertised
This was caused due to this bug: github.com/pytest-dev/pytest pytest --junit-xml has bug on file and classname path reporting opened 09:47PM - 13 Nov 20 UTC ranjan-osaro Description: When I run pytest...
View ArticleXcode 12.1 (GM) Released
What version of swift is on this image? Swift 5.3? It’s not listed on installed software.
View ArticleHow to access Environment variable in a shell script?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleIs it possible to run workflows when Github PRs are opened?
Yeah, I looked into that feature. I think it gets me 99% of the way there, but the last part of wanting a workflow to trigger on merges to the master branch (which isn’t default) gets left behind.
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleV1.1 documetation no up-to-date?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleWhere to store GCP Credentials for terraform
Hello folks, Where should I store json credentials file generated for my service account as it is suggested in...
View ArticleSetting Node Version on Ruby CIMG
I’m using cimg/ruby:2.7.2-node. The default node version is v12.18.4. I’m trying to get 14.15. Is it possible to specify a different node version on the image? Should I use an orb somehow? Or should I...
View Article