Mihir Kandoi
afca370fa8
ci(patch): cache the v14 baseline backup instead of re-downloading it every run
2026-06-24 11:59:25 +05:30
Nabin Hait
a120bf8363
Merge pull request #56286 from nabinhait/ci-patch-test-no-workers-during-migrate
...
ci: don't run background workers during patch-test migrate
2026-06-22 17:05:15 +05:30
Ankush Menat
7256fc98e9
ci: Wait for processes to die ( #56288 )
2026-06-22 12:25:16 +05:30
Nabin Hait
599b1bab60
ci: don't run background workers during patch-test migrate
...
The Patch Test starts the full bench (incl. workers) and then runs migrate.
Migrate enqueues orphan-link cleanup jobs (delete_dynamic_links) that the
workers pick up and process while migrate is altering tables, which
intermittently fails with MySQL 1412 'Table definition has changed, please
retry transaction'.
Start every bench process except the workers during migrate, so nothing
consumes the queue mid-migrate. Redis and the other services stay up; the
queued jobs just wait.
2026-06-22 11:30:46 +05:30
Mihir Kandoi
5e2c7a08d3
revert: make CI not run on .github change
2026-01-13 19:57:11 +05:30
Mihir Kandoi
0da98e6769
ci: patch test for v16 branch
2026-01-13 19:29:39 +05:30
Mihir Kandoi
4987b2fe26
ci: ignore ci folder for tests
2026-01-10 17:01:04 +05:30
Akhil Narang
8a8e1a2c4d
chore: update action versions
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-12-23 13:35:13 +05:30
Akhil Narang
352c585208
build(ci): use python 3.14 and node 24
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-12-23 12:58:36 +05:30
barredterra
2579402852
ci: update yarn cache dir command
2025-09-22 20:39:43 +02:00
barredterra
cff2629131
ci: skip patch and server tests for unrelated config changes
2025-08-14 14:52:15 +02:00
ruthra kumar
fa82d3fbb1
ci: restrictive permission for gh actions
2025-06-17 15:41:48 +05:30
ruthra kumar
e70da0291e
ci: suppress compiled files in output
2025-06-03 13:38:12 +05:30
David
2f747a274f
ci: trigger ci runs from upstream fix
2024-10-24 14:26:55 +02:00
Akhil Narang
89b5e061af
ci: sync up action versions with framework
...
Fixup some tests for py312
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-03-27 16:06:04 +05:30
Ankush Menat
40cdde8820
ci: seutp v15 config
...
https://github.com/frappe/frappe/issues/22817
2023-10-19 15:55:02 +05:30
Akhil Narang
4a6108e912
fix: use mariadb instead of mysql
...
Drop mysql-client in favour of mariadb-client
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2023-10-11 11:17:47 +05:30
Ankush Menat
61778d5058
ci: restart bench before final migrate ( #37104 )
...
Also remove few patches which are now handled automatically
2023-09-15 16:51:56 +05:30
Ankush Menat
2f7b3bbfad
ci: fix patch test ( #37079 )
...
* ci: fix patch test
* ci: use v13 DB as starting point for patch
* ci: remove payments from patch test
* ci: print bench logs after tests
* ci: restart bench on each update
* ci: patch test v13db > v14 > develop
and when v15 is out v13db > v14 > v15 > develop
2023-09-14 14:46:45 +05:30
Suraj Shetty
881e95b440
chore: Update required node version to v18
2023-06-26 13:02:08 +05:30
Deepesh Garg
56e81ada56
ci: use multiple python version in patch test
2023-06-22 19:57:23 +05:30
Ankush Menat
d23b5d8f2f
ci: use mariadb 10.6 ( #33220 )
...
https://github.com/frappe/frappe/pull/19116
[skip ci]
2022-12-06 12:58:07 +05:30
Sagar Vora
a2252c9236
ci: ensure unique group ID to prevent workflows from getting cancelled ( #31806 )
...
ci: ensure unique group ID to prevent workflows from cancelling
2022-08-09 17:19:48 +05:30
Suraj Shetty
273c6ff598
Merge pull request #31690 from phot0n/fix-payments-stuff
2022-07-27 14:37:15 +05:30
phot0n
76493e928f
ci: update install script and patch workflow to accomodate payments app
2022-07-27 12:21:48 +05:30
Gavin D'souza
b07dd1083a
ci: Check for conflicts & valid python in early separate step
2022-07-25 11:54:49 +05:30
Ankush Menat
b9f394a794
ci: patch test w/ diff python versions
...
Co-Authored-By: Gavin D'souza <gavin18d@gmail.com >
2022-06-30 17:10:08 +05:30
Ankush Menat
57d08b7cdf
build!: bump min python required to 3.10
2022-06-30 15:49:43 +05:30
Ankush Menat
20f85195f4
build!: declarative builds
2022-06-30 11:42:59 +05:30
Gavin D'souza
6c726a161c
ci(patch): Setup python dependencies after switching to current branch
2022-06-13 13:22:04 +05:30
Ankush Menat
f1a7e3b9ad
ci: skip tests on CSV
...
[skip ci]
2022-03-14 18:22:07 +05:30
Ankush Menat
2854f63caf
fix!: drop python 3.7 support
2022-01-10 18:28:46 +05:30
Conor
d2074b16db
ci: postgres unittests configurations ( #28952 )
...
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-02 23:33:10 +05:30
Ankush Menat
b728597ef4
fix: use hotfix branches for patch tests
2021-11-10 19:41:55 +05:30
Ankush Menat
27cbeb920e
test(patch): run patch tests for major releases
...
Run patch tests one at a time
v10 db -> v12-> v13 -> .... -> frappe:corresponding base branch and PR.
2021-11-01 17:44:46 +05:30
gavin
dea14eef51
Merge pull request #27240 from ankush/ubuntu_ci
...
ci: switch to latest LTS Ubuntu version
2021-08-31 18:22:30 +05:30
Ankush Menat
602374a0a4
ci: switch to latest LTS Ubuntu version
2021-08-30 19:32:53 +05:30
Ankush Menat
9de0f7538f
ci: concurrency control for CI jobs ( #27230 )
...
similar to https://github.com/frappe/frappe/pull/14061
This will ensure that only one instance of the following tests run per
PR and cancel previous running/queued jobs when new commits are pushed.
- Server / unit tests
- UI tests
- Patch test
2021-08-30 14:07:13 +05:30
Ankush Menat
e5e00700e5
ci: use node action instead of apt ( #27220 )
2021-08-30 12:07:11 +05:30
Ankush Menat
8a6b82b196
ci: ignore js files in unittests ( #26934 )
...
* ci: ignore js files in unittests
- Avoid running python unittests on PRs that ONLY change JS files.
* ci: ignore md files in test workflows
2021-08-13 12:59:27 +05:30
Ankush
0bb60b37df
chore: add timeout to GHA workflows ( #26714 )
2021-07-29 17:15:12 +05:30
Gavin D'souza
c68006b607
ci: Update ERPNext backup patch test >= v10
...
* Generated v10 backup archive
* used old v7 erpnext backup hosted via build.erpnext.com
* upgraded to v10 frappe + erpnext
* Hosted backup on https://erpnext.com/files/v10-erpnext.sql.gz
2021-06-04 11:49:56 +05:30
Suraj Shetty
490aed2a16
chore: Debug
2021-05-08 00:04:34 +05:30