Ankush Menat
d79450c501
ci: add timeout to CI jobs ( #15000 )
once a day some job gets stuck and default timeout is 6 hours.
Changed timeout to 1 hour which is 3-4x more than max running time of
all jobs.
3 years ago
Gavin D'souza
42acb7647f
ci: Upgrade Py37 to Py39
3 years ago
MitulDavid
b798b96deb
ci: Set Codecov flags to categorize coverage
3 years ago
Suraj Shetty
fba196484c
ci: Conditionally run codecov upload
3 years ago
Suraj Shetty
f4e477ef42
ci: Run postgres builds as well after a push on develop
3 years ago
Suraj Shetty
cbd94bd33d
ci: Set name for coverage data upload
3 years ago
Suraj Shetty
ba73d99377
ci: Enable code coverage for postgres build as well
3 years ago
Ankush Menat
765a255a00
ci: use ubuntu-latest for all jobs
3 years ago
Ankush Menat
d0099985fc
ci: concurrency control for postgres
3 years ago
Gavin D'souza
e2585cbc7e
ci(roulette): Add support for running on forks
3 years ago
Gavin D'souza
e01ef7ff52
ci(roulette): Use GitHub REST to figure out changed files
3 years ago
Gavin D'souza
597d237f63
ci: Roulette for GHA
3 years ago
gavin
850939ed13
Revert "ci: ignore js only changes while running unittests ( #13932 )"
This reverts commit ead26527b7
.
3 years ago
Ankush Menat
ead26527b7
ci: ignore js only changes while running unittests ( #13932 )
* ci: ignore js only changes while running unittests
- IF PR only changes JS files then unittests / patch tests wont run.
- Change done to save resources / concurrent builds.
* ci: ignore md files in build
3 years ago
Suraj Shetty
155b28cf51
ci: Update Job names
- Also, update mergify rules
4 years ago
Suraj Shetty
ed2a3aa589
ci: Add test orchestrator URL
4 years ago
Suraj Shetty
0d937cda27
fix: Get ORCHESTRATOR_URL from secrets
4 years ago
Suraj Shetty
1829fd3a2b
ci: Run tests using orchestrator
4 years ago
Suraj Shetty
00b6a6729d
ci: Use right parallel test runner command
- Also, fix coverage & coveralls setup
4 years ago
Suraj Shetty
aab2aca089
ci: Enable coveralls
4 years ago
Suraj Shetty
ad06165ab5
fix: Use GITHUB_RUN_ID for uniqueness
- Also rename tests
4 years ago
Suraj Shetty
7ac3b53c1c
feat: Add support for build combined coverage file
- from parallel tests
- Update workflow files
4 years ago