14eb740179
Fix typo
2022-10-03 10:55:33 +02:00
48dd2571bc
Only run kf tests in sequential mode (to fix issues with channels)
2022-10-03 10:55:33 +02:00
16f500838f
Try not running tests in parallel
2022-10-03 10:55:33 +02:00
Ludovic Stephan
d7367476bc
Fix app names
2021-02-18 17:41:52 +01:00
Ludovic Stephan
7297baaf7e
Only check migrations for custom apps
2021-02-18 17:30:28 +01:00
Martin Pépin
aa3462aaee
Update the CI config wrt the new project name
2021-02-07 18:11:06 +01:00
Martin Pépin
e9f00b4f06
Update the isort config for version 5.*
2020-07-04 13:40:32 +02:00
Martin Pépin
eadfd1d3cd
Use cof.settings.local for migration checks
2020-06-29 20:45:52 +02:00
Martin Pépin
25b603d667
only run relevant tests in cof/bds CI
2020-06-29 20:45:52 +02:00
Martin Pépin
7a52e841e6
Use the new settings in gitlab-ci
2020-06-29 20:45:52 +02:00
Martin Pépin
b9ba0a3829
Add missing ldap system dependencies to CI config
2020-06-20 19:08:20 +02:00
Martin Pépin
abb8cc5a2d
Bump python and postrgres in CI
2020-05-08 12:47:03 +02:00
Martin Pépin
914888d18a
Merge the utils and shared apps
2020-05-05 22:30:16 +02:00
Martin Pépin
ee4d2d7f0e
CI: run tests on python:3.5 and python:3.7
2020-01-04 16:35:13 +01:00
Martin Pépin
e2af45929e
Use the production requirements in CI
2019-11-22 22:22:47 +08:00
Martin Pépin
380e38519b
New app: clubs
...
- Clubs will be used both by the cof and the bds app.
- For now, they are only visible in development.
2019-10-16 19:58:12 +02:00
Martin Pépin
46da197507
CI: track missing migrations
2019-10-16 19:43:20 +02:00
Martin Pépin
53efb4b542
Enable bds checks in CI
2019-10-15 21:53:04 +02:00
Martin Pépin
6781122fc1
Add the events app to the CI checks
2019-10-07 18:32:06 +02:00
Martin Pepin
e0e75b53bb
Merge branch 'aureplop/ci_parallel' into 'master'
...
core.ci -- Run tests in parallel
See merge request klub-dev-ens/gestioCOF!327
2019-01-05 19:36:20 +01:00
Aurélien Delobelle
debbf265c4
style -- Linters for petitscours, fix isort
2019-01-05 18:19:26 +01:00
Aurélien Delobelle
8db55d792c
core.ci -- Run tests in parallel
...
tblib displays traceback correctly with --parallel
2019-01-05 17:41:41 +01:00
Aurélien Delobelle
b795a06b9c
core.ci -- Use postgres version of production server
2018-10-21 12:33:58 +02:00
Aurélien Delobelle
e478beee5c
core.ci -- Narrow services to jobs that need them
2018-10-21 12:33:54 +02:00
Martin Pépin
61fbf0bc80
typo
2018-10-06 15:45:32 +02:00
Aurélien Delobelle
104e71dcf6
core -- Add black,isort,flake8 to CI and pre-commit hook
...
On CI:
- black and isort in check mode must pass.
- flake8 only prints errors
WIP: make it also failed.
On pre-commit:
- black and isort will format staged files, if installed on path.
- flake8 prints its output if necessary.
2018-10-06 12:53:50 +02:00
Aurélien Delobelle
b23810917d
core -- Remove not working cache of py installed packages...
...
... and use env var for pip install location.
2018-10-06 11:54:18 +02:00
Aurélien Delobelle
cc4e3223b6
core -- Disable coverage in GitLab CI
2018-10-05 23:36:59 +02:00
Aurélien Delobelle
7e55bf0cb1
core -- Add code coverage to CI
2018-10-04 11:36:45 +02:00
Martin Pépin
66184fbee6
CI: set python version to 3.5
2018-08-05 18:34:05 +02:00
Aurélien Delobelle
f4a7e9dbf1
Verbosity should stay calm.
2017-10-11 23:34:43 +02:00
Martin Pépin
3f6c5be748
Upgrade python packages before testing
2017-10-10 21:27:15 +02:00
Martin Pépin
29ef297b2a
try to set the redis password…
2017-10-10 21:14:52 +02:00
Martin Pépin
4d1cb3c2d7
Set password for redis in CI
2017-10-10 15:26:14 +02:00
Aurélien Delobelle
596868f5b6
plop
2017-09-30 03:03:48 +02:00
Martin Pépin
368ee3190f
Update CI: use postgres
2017-09-12 00:14:52 +02:00
Martin Pépin
451fddaff0
Fix CI script
...
Finally, the old test database is destroyed before the build which
is simpler and makes more sense.
2017-02-13 17:43:10 +01:00
Martin Pépin
e8d21882fb
Fix CI config
...
cleanup is not a stage by default, it has to be specified
2017-02-13 17:33:35 +01:00
Martin Pépin
85e593ddb8
Removes the test database if the build fails
...
Sometime the test database is not destroyed because the build is
interrupted by an uncaught error. This causes an error during the next
build.
2017-02-13 17:27:27 +01:00
Basile Clement
a5ee17d0b5
Lance les tests de gestioCOF sur gitlab-ci
2016-11-13 15:16:57 +01:00