aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-08-23Merge bitcoin/bitcoin#21652: ci: Switch remaining Linux tasks to self-hostedfanquake
fa8e89d5e48c4554eddef611eb002b61f3305272 ci: Remove distro-name from task name (MarcoFalke) fad006fa0a8de7b527e9f7b50306921df7a2069a ci: Switch remaining tasks to self-hosted (MarcoFalke) Pull request description: Cirrus CI will be capping the free compute soon. For now, switch more tasks to persistent worker, as recommended by Cirrus CI. (See slightly related discussion in https://github.com/bitcoin/bitcoin/issues/28098) ACKs for top commit: pinheadmz: concept ACK fa8e89d5e48c4554eddef611eb002b61f3305272 dergoegge: ACK fa8e89d5e48c4554eddef611eb002b61f3305272 hebasto: ACK fa8e89d5e48c4554eddef611eb002b61f3305272. Tree-SHA512: f6b172fee14856021b7a219b2490c8a163ad0137567c34a383080c68f8319b1d846923e508a968f43fb63ed6ce536dcb0611905fa288271f2267764b07bf9ecb
2023-08-22ci: Use concurrency for pull requests onlyHennadii Stepanov
Otherwise, any previously pending workflow will be canceled on the following push.
2023-08-21ci: Disable cache save for pull requests in GitHub ActionsHennadii Stepanov
Otherwise, multiple pull requests fill GitHub Actions cache quota shortly.
2023-08-18ci: Remove distro-name from task nameMarcoFalke
The exact distro name should not be important. Also, it is easy to find out, if needed. Thus, remove it to avoid bloat and maintenance overhead having to keep it in sync.
2023-08-17Merge bitcoin/bitcoin#28278: ci: Refactor: Remove CI_USE_APT_INSTALLfanquake
fa263877691a7babb08a83f5f977390a0ba64729 ci: Refactor: Remove CI_USE_APT_INSTALL (MarcoFalke) Pull request description: Seems odd to use `CI_USE_APT_INSTALL == no` as an alias for `CI_OS_NAME == macos`. Fix this by removing the alias. Also, for github CI: * restore MAKEJOBS to the same value as in cirrus.yml. * remove cirrus-only PACKAGE_MANAGER_INSTALL. * remove redundant TEST_RUNNER_TIMEOUT_FACTOR * Add M1 link ACKs for top commit: hebasto: ACK fa263877691a7babb08a83f5f977390a0ba64729. Tree-SHA512: e235aa70abd60738a9ad1531284a94e2122c9c7a22c2514ede437b49da5c06b2597fba7fccf615541fb3adb4e1f8076aa8c6047f926393191a629713554ab000
2023-08-17ci: Refactor: Remove CI_USE_APT_INSTALLMarcoFalke
2023-08-17ci: Ensure that only a single workflow processes `github.ref` at a timeHennadii Stepanov
2023-08-16ci: Avoid error on macOS nativeMarcoFalke
This avoids "mkdir: /ci_container_base: Read-only file system"
2023-08-09ci: Run "macOS native x86_64" job on GitHub ActionsHennadii Stepanov
Also, the "macOS native arm64" task has been removed from Cirrus CI.
2023-02-21github: Switch to yaml issue templateswillcl-ark
These provide more flexibility and can be designed to extract more information from users when submitting issues.
2023-01-12doc: remove usages of C++11fanquake
Now it's just the standard library.
2020-08-24doc: Remove label from good first issue templateMarcoFalke
2020-06-08doc: Add redirect for GUI issues and pull requestsMarcoFalke
2020-05-28doc: Explain that anyone can work on good first issues, move text to ↵MarcoFalke
CONTRIBUTING.md
2020-01-30Remove GitHub Actions CI workflow.Aaron Clauson
2019-12-23ci: Update vcpkg cache on MSBuild updateHennadii Stepanov
2019-12-23ci: Update Qt binaries for GitHub ActionsHennadii Stepanov
On 2019-12-09 Visual Studio has been upgraded to 16.4.0 in Windows Server 2019 (windows-latest) virtual environment.
2019-12-17doc: Add formatting to the good first issue templateMarcoFalke
2019-12-12build: fix typoHarris
2019-12-11ci: Use python 3.7 on Windows Github ActionsMarcoFalke
2019-12-09Adds GitHub Action workflow which duplicates AppVeyor job.Aaron Clauson
2019-11-05doc: Add template for good first issuesMichael Folkson
2019-10-15github: Add warning for bug reportsWladimir J. van der Laan
I've noticed the "Bug" label being added redundantly fairly frequently. I think this might be due to github's templates. All in all, the link in https://github.com/bitcoin/bitcoin/issues/new/choose to open a regular issue is a bit hidden from sight. Direct people's attention to it.
2019-09-25doc: Put PR template in commentsWladimir J. van der Laan
This prevents the common annoyance of the text being included into PRs accidentally.
2019-09-08doc: Add issue templates for bug and feature requestMarcoFalke
2018-12-27Get more info about GUI-related issue on LinuxHennadii Stepanov
2018-09-23doc: Add GitHub pr templateMarcoFalke
2017-11-16Make default issue text all comments to make issues more readableMatt Corallo
2017-11-14Make ISSUE_TEMPLATE a bit shorter, mention hardware testsMatt Corallo
2016-11-10Mention reporting security issues responsiblyPavel Janík
2016-10-06[Doc] Improve GitHub issue templatefanquake
2016-08-10Adds issue template. [skip ci]CryptoVote