You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
We have automated deployment of a kubernetes manifest using fluxctl. Changes to the yaml are resulting in successful deployments - but we see travis build being triggered continuously/in a loop with flux-sync tag - why is this happening, how do we avoid this
The text was updated successfully, but these errors were encountered:
Flux uses a tag to mark the revision up to which it has synchronised the cluster. Whenever it synchronises new commits, it changes where the tag points and pushes that to the upstream (github) repo.
My guess is that TravisCI is noticing that a tag moved in the repo, and triggering a rebuild. To be honest we hadn't really anticipated that! We use CircleCI, which builds branches but doesn't appear to build tags unless you explicitly put config in to do that.
You can use the --git-ci-skip (and optionally, --git-ci-skip-message) to tell flux to label all its commits with [ci skip] (or your own extra text). See #1011
We have automated deployment of a kubernetes manifest using fluxctl. Changes to the yaml are resulting in successful deployments - but we see travis build being triggered continuously/in a loop with flux-sync tag - why is this happening, how do we avoid this
The text was updated successfully, but these errors were encountered: