Commit Graph

52 Commits

Author SHA1 Message Date
Min RK
2fcd8efde3 increase test timeout
15 minutes isn't always enough for integration tests
2023-04-17 11:00:18 +02:00
Min RK
000e4f2540 sync with main 2023-04-17 09:44:58 +02:00
Erik Sundell
acd420765a ci: cleanup no longer needed .rst file type reference 2023-04-15 11:45:44 +02:00
Erik Sundell
f219acd041 ci: remove unimportant and complicated job filtering 2023-04-15 10:56:44 +02:00
Erik Sundell
6ecbe083d5 ci: use non-deprecated codecov action 2023-04-15 10:49:40 +02:00
Erik Sundell
d531a127d8 ci: shorten job names 2023-04-15 10:49:40 +02:00
Erik Sundell
8e94bbe468 ci: add upgrade tests from: main, latest, and 0.2.0 2023-04-15 10:49:40 +02:00
Erik Sundell
17bbd6116b bootstrap.py: update documentation for consistency 2023-04-15 10:35:12 +02:00
Erik Sundell
ed334ac050 ci/docs: finalize transition to main branch 2023-04-15 08:40:06 +02:00
Min RK
6b0b5f2998 add bzip2 to test env
required for testing against miniconda 4.5
2023-03-24 11:58:12 +01:00
Min RK
e03f5ec2cd Require Debian 11, not 10
10 has too-old Python by default
2023-03-21 10:47:55 +01:00
Min RK
150a3f62d6 parse distro version tuples
instead of using floats
2023-03-21 10:39:40 +01:00
Min RK
aa72179afa require ubuntu 20.04, test on debian 10 2023-03-21 10:17:02 +01:00
Erik Sundell
3275fb7637 ci: colorize output of jq 2022-11-14 14:19:33 +01:00
Erik Sundell
27dba29e04 ci: fix deprecation of set-output in github workflows
The -c flag on jq was used to emit JSON on a single line instead of
ending up with multi-line output, which would make it harder to pass as
output to an environment variable.
2022-11-14 14:18:34 +01:00
Erik Sundell
c56035ec0b ci: update github action versions 2022-09-09 22:29:41 +02:00
Erik Sundell
eec5da6b9b ci: don't test 21.10, only 22.04 2022-09-09 22:22:51 +02:00
Mridul Seth
2e5d275c7e ci: run int. and unit tests on 22.04 LTS + py3.10 2022-05-09 12:25:45 -06:00
Simon Li
30c5b51414 github workflow: echo $BOOTSTRAP_PIP_SPEC
`$GITHUB_ENV` has no effect until the next step
2022-02-20 19:14:05 +00:00
Erik Sundell
b0375627e3 prettier fixes 2021-10-31 11:15:22 +01:00
Erik Sundell
6cb3172b93 ci: add fixme statements and organize for comprehension 2021-10-20 11:31:37 +02:00
Erik Sundell
4a8308b0db ci: ensure all tests adjust based on matrix.ubuntu_version 2021-10-20 11:31:37 +02:00
Erik Sundell
6531f79371 ci: Disable unit tests against 21.10 2021-10-19 14:42:36 +02:00
Erik Sundell
ba25e09b82 Pin pip to 21.3.* 2021-10-19 14:42:36 +02:00
Erik Sundell
1d6ac29145 ci: add notes about pytest --maxfail=2 choice 2021-10-19 14:42:36 +02:00
Erik Sundell
5b820bc855 ci: provide a timeout to ensure logs are collected 2021-10-19 14:42:36 +02:00
Erik Sundell
69f2b0b504 ci: test against 21.10 2021-10-19 14:42:36 +02:00
Erik Sundell
a4768226ee ci: make pytest report time per test 2021-10-19 14:42:36 +02:00
Erik Sundell
4042967437 Unpin pip to support 20.04 2021-10-19 14:42:36 +02:00
Erik Sundell
2dfe4b8211 ci: towards testing non-LTS ubuntu versions 2021-10-19 14:42:36 +02:00
Erik Sundell
e1b39cc4d3 ci: use separate steps for pytest install and run 2021-10-19 14:42:36 +02:00
Erik Sundell
fd99caa8fb ci: bust cache based on python version 2021-10-19 14:42:36 +02:00
Erik Sundell
5d3e3c0f2c ci: run unit tests against 18.04-20.04 and py36-py39 2021-10-19 14:42:36 +02:00
Erik Sundell
922bfad0f5 ci: let ubuntu version be configurable 2021-10-19 14:42:36 +02:00
Erik Sundell
8635af59de ci: run int. tests against py3.6 and py3.9 2021-10-19 14:42:36 +02:00
Erik Sundell
f4feaa08b5 ci: coalesce integration-test and upgrade-test into one workflow 2021-10-19 14:42:36 +02:00
Erik Sundell
1ee39c5c55 ci: add echo command for consistency between two workflows 2021-10-19 14:42:36 +02:00
Erik Sundell
1f16542e09 ci: don't run tests unless needed 2021-10-19 14:42:36 +02:00
Erik Sundell
6daee0d643 ci: use pytest flags --color --exit-first --verbose 2021-10-19 14:42:36 +02:00
Erik Sundell
08544bc369 ci: end script lines without trailing backslash 2021-10-19 14:42:36 +02:00
Erik Sundell
82212f8494 ci: add some vertical space for readability 2021-10-19 14:42:36 +02:00
GeorgianaElena
c8f86833b7 Install git too 2021-04-05 21:52:37 +03:00
GeorgianaElena
95f7b02375 Remove debug prints and use github ref in upgrade tests too 2021-04-05 15:57:57 +03:00
GeorgianaElena
e60f7603f8 Print some env vars and try using github ref instead of sha 2021-04-05 15:47:03 +03:00
GeorgianaElena
a5463a1ef2 Use only the repo name and commit sha for tjh bootstrap pip spec 2021-04-05 13:31:11 +03:00
GeorgianaElena
98b55bf10c Don't use the github actor env var when not inside a PR 2021-04-05 12:40:32 +03:00
Yuvi Panda
94583fecfd Revert "Revert "Switch integration and upgrade tests from CircleCI to GitHub actions"" 2021-04-03 02:06:04 +05:30
Yuvi Panda
aed36225f7 Revert "Switch integration and upgrade tests from CircleCI to GitHub actions" 2021-04-03 02:05:24 +05:30
GeorgianaElena
2ff60d2ce6 Add upgrade test 2021-03-30 11:01:44 +03:00
GeorgianaElena
f2f4a04ca7 Move admin and plugin tests to GHA 2021-03-30 10:51:24 +03:00