Nvm on Windows
Hello: I’m trying to downgrade the node environment in a windows executor. Specifically, my configuration looks like this: version: 2.1 orbs: win: circleci/windows@2.2.0 jobs: build: executor: name:...
View ArticleSplit-by=timings on Elixir project fails to find stored timings, possibly...
Hey all, I am trying to get --split-by=timings to work on an Elixir project but I keep getting the following error: $ TESTFILES=$(circleci tests glob "test/**/*_test.exs" | circleci tests split...
View ArticleRFC: Matrix Jobs syntax
Another quick matrix update: To prepare for our work on implementing the matrix jobs functionality, matrix is now a “reserved keyword” in CircleCI Config Version 2.1; this won’t affect you unless you...
View ArticleBuilds failing immediately on 1st action on executor
The problem was a context variable that was too big. I don’t know what the exact limit is, but suffice it to say you shouldn’t put certain MacOS provisioning profiles in a context or your build won’t...
View ArticleCircleCi caching of python dependencies not working
Hey, I am trying to implement caching to speed up the time for testing of my app. I have gotten CircleCi to save and restore the cache successfully. However, it does still reinstall all of the...
View ArticlePod command abruptly stops CircleCI job and "cancels" the build
So I run a pod search command in my fastlane that gets run on CircleCI that has always worked without issues in the past. Recently, it started abruptly exiting the CircleCI job without any helpful...
View ArticleRollout of pipelines functionality
@Kate_Catlin, @KunalJain… it would be good to get a reply on this one.
View ArticlePod command abruptly stops CircleCI job and "cancels" the build
@soybelles Hi and welcome to the forum! Please could you reach out to support so we can look into this further? I would like to check if this is related to a similar issue we have seen this week....
View ArticleYarn cached install slow
Hey there! I’m currently trying to use caching to reduce the amount of time installing dependencies takes in my builds, but I’m seeing that even with caching implemented as suggested, yarn install is...
View ArticlecircleCI test failing on postgres auto-increment column
It looks like there is a discrepancy between your migration and your result. You have a ALTER TABLE place_destinations in your migration, but it is reporting a CREATE TABLE "place_destinations" in the...
View ArticleRollout of pipelines functionality
Hi Matt, Enabling pipelines – is this a potentially destructive action? ie, will any existing configuration break? or is it backwards-compatible? Enabling pipelines should not break your project. You...
View ArticleRollout of pipelines functionality
Hi Blair - We are actively working on enabling config to build as part of 2.1. I will ping this thread once the PR is merged. Thank you so much for your patience.
View ArticlePassing environment variables to docker containers
If env var interpolation still does not work for entrypoints and commands, you could try abandoning secondary Docker containers in the CircleCI infra, and spin up your images in Docker Compose inside...
View ArticleXcode 11.1 Swift Package Manager and BitBucket private repo issue
getting this error when trying to add my own swift package from a BitBucket private repo: Fetching user@bitbucket.org:abcdef/org.git [16:51:03]: ▸ xcodebuild: error: Could not resolve package...
View ArticleRollout of pipelines functionality
Thanks @KunalJain. BTW, I found a breaking change in the schema: a job name that worked fine in version 2 produced an error in version 2.1. I eventually tracked it down to the presence of a colon (:)...
View ArticleBranch filtering not working with sample maven orb
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleHow to get the job name and pass it to reference?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleTest timings can't be found
Did anyone figure out how to get this working for rspec? At a random point in the middle of December (with no circleci changes on our end as far as we can tell), every run of our circleci pipeline has...
View ArticleSchema issues when trying to use persist_to_workspace
I’m getting Schema errors for this: version: 2.1 jobs: build: machine: true steps: - checkout - run: docker build -t python-stream-grabber grabber - run: docker build -t python-stream-server server -...
View Article