Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ripple CI fails with build #7949

Closed
pkawula opened this issue Sep 22, 2023 · 3 comments
Closed

Ripple CI fails with build #7949

pkawula opened this issue Sep 22, 2023 · 3 comments
Labels

Comments

@pkawula
Copy link

pkawula commented Sep 22, 2023

Describe the bug

We have configured our CircleCI to build, tag and export all components to the Bit cloud but in the past couple of days Bit is running something called RippleCI which fails with our snapshots.

How can we opt out of RippleCI for the whole scope?
docs says you can set a config var but this doesn't work

@GiladShoham
Copy link
Member

GiladShoham commented Sep 22, 2023

Hi,

First of all, if you can please share the build issues you have, this will help.
Secondly - you can follow the steps here - https://bit.dev/blog/bit-v10-upgrade-notes-lmq9ec18/
You have two options, either set bit config set force_local_build true, and then Bit knows to run the build pipeline on your system, or add the --build flag when you run tag or snap.

if your automation uses bit tag --soft and bit tag --persist you should not be affected by this.

@pkawula
Copy link
Author

pkawula commented Sep 25, 2023

Hi, the issue is failing snapshot test, which does not happen locally or on our CI/CD.
As mentioned before we are using circle CI, here is the snippet responsible for tagging and exporting components (RippleCI does run after that)

image

@itaymendel
Copy link
Contributor

hi, the reason this does not fail on your ci is because you do bit tag --skip-tests. RippleCI does not let you skip tests. Which means you need to ensure bit tag runs fine locally with success to pass rippleCI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants