-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Skip CI requests #1148
Comments
Appears CircleCI now respects |
What is the placement of these strings? In a commit message, or in a pull request title? What about |
In the commit message. |
I don't know if appveyor has a skip. @jakirkham does appveyor have a skip? |
|
Just for ease of reference |
It is odd that I added those strings in my commit message, but #4540 still triggered circleci and appveyor builds. |
It seems they can be a bit fickle. |
Probably should add that the ones listed in the OP are all ones that don’t work, but we or others have requested the CIs add them. |
Note that I found https://www.appveyor.com/docs/how-to/filtering-commits/ which indicates the |
That's correct. Also issue ( appveyor/ci#1865 ) may be of interest w.r.t. AppVeyor's commit filtering. |
Does anybody have an overview of the current status?
I think it would be interesting to collect all of these in the documentation: http://conda-forge.org/docs/maintainer/infrastructure.html#skipping-ci-builds It would be also interesting to have instructions to skip mac and windows but not linux, etc. |
Just came across an update for Azure on their issue tracker (post) -- they've just enabled skipping for commit messages with [EDIT]: Doesn't look like it's working yet! https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=25184 |
Is there any update on this? The docs mention Can I still safely push a commit without triggering a new build and new packages to be published? |
Ideally, I'd like the linter to still run on my recipe, but be sure that no builds will be triggered. |
It doesn't work for azure pull requests but it does work on the master branch of the feedstock. |
OK. Just to make sure I understand correctly: when I want to skip CI I should be committing directly commit to master and not make a PR? |
Nope. Still use prs. It is just that ci skip in prs may not work. However prs do not upload packages so this isn't an issue. |
Trying to keep track of these in one place.
[ci skip]
work in PRs for CircleCI. ( ref )[circle skip]
to skip CircleCI specifically. ( ref )[travis skip]
to skip Travis CI specifically. ( Add a [skip travis] command travis-ci/travis-ci#5032 )The text was updated successfully, but these errors were encountered: