-
Notifications
You must be signed in to change notification settings - Fork 36.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
ci, doc: Travis CI features and mentions cleanup #20691
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better to just say CI
, which can't be wrong
doc/release-process.md
Outdated
@@ -307,9 +307,9 @@ bitcoin.org (see below for bitcoin.org update instructions). | |||
- First, check to see if the Bitcoin.org maintainers have prepared a | |||
release: https://github.com/bitcoin-dot-org/bitcoin.org/labels/Core | |||
|
|||
- If they have, it will have previously failed their Travis CI | |||
- If they have, it will have previously failed their Cirrus CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitcoin(core).org is still using Travis
- If they have, it will have previously failed their Cirrus CI | |
- If they have, it will have previously failed their CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/functional/README.md
Outdated
@@ -23,7 +23,7 @@ don't have test cases for. | |||
- The oldest supported Python version is specified in [doc/dependencies.md](/doc/dependencies.md). | |||
Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version), | |||
to prevent accidentally introducing modern syntax from an unsupported Python version. | |||
The Travis linter also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). | |||
The Cirrus CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to be overly specific
The Cirrus CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). | |
The CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK. I think you can just say CI instead of Cirrus CI everywhere you change here for less churn and maintenance. People see the CI sources in the PRs anyway. Maybe in one or two of the more official places you could optionally write CI (Continuous Integration) instead of just CI.
doc/developer-notes.md
Outdated
@@ -543,7 +543,7 @@ General Bitcoin Core | |||
- *Rationale*: RPC allows for better automatic testing. The test suite for | |||
the GUI is very limited. | |||
|
|||
- Make sure pull requests pass Travis CI before merging. | |||
- Make sure pull requests pass Cirrus CI before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make sure pull requests pass Cirrus CI before merging. | |
- Make sure pull requests pass CI before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4f286f8
to
95487b0
Compare
Updated 4f286f8 -> 95487b0 (pr20691.01 -> pr20691.02, diff):
|
ACK 95487b0 |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
As Travis CI is no longer used, this PR:
travis_fold
feature