Skip to content

Commit 7ed7183

Browse files
author
Józef Daniecki
authored
Merge branch 'tracker-service-v0.3.2' into tracker-service-v0.4.0
2 parents f802e36 + d6934c9 commit 7ed7183

20 files changed

Lines changed: 987 additions & 333 deletions

.github/resources/coverity-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
pip == 26.0
66
setuptools >= 78.1.1
7-
wheel == 0.45.1
7+
wheel == 0.46.2
88
pybind11 == 3.0.1

.github/workflows/tests-all.yml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -48,48 +48,10 @@ permissions:
4848
contents: read
4949

5050
jobs:
51-
run_basic_acceptance_tests:
52-
runs-on: [all]
53-
name: "Basic Acceptance Tests"
54-
timeout-minutes: 45
55-
steps:
56-
- name: Remove test_data folder
57-
run: |
58-
sudo rm -rf test_data || true
59-
60-
- name: Checkout Repository
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62-
with:
63-
fetch-depth: 0
64-
persist-credentials: false
65-
ref: ${{ inputs.ref }}
66-
67-
- name: "Remove all Docker images"
68-
if: ${{ github.event_name == 'push' || github.event.inputs.cleanup == 'true' }}
69-
uses: ./.github/actions/cleanup
70-
with:
71-
system-prune: "true"
72-
73-
- name: "Run Setup"
74-
uses: ./.github/actions/setup-env
75-
76-
- name: Run Basic Acceptance Tests
77-
run: |
78-
make clean-all
79-
make run_basic_acceptance_tests
80-
81-
- name: Upload Logs and Reports
82-
if: always() && (!contains(toJSON(inputs), 'save_artifacts') || inputs.save_artifacts)
83-
uses: ./.github/actions/upload-artifacts
84-
85-
- name: Cleanup
86-
if: always()
87-
uses: ./.github/actions/cleanup
88-
8951
run_functional_tests:
9052
runs-on: [all]
9153
name: "Functional Tests"
92-
timeout-minutes: 55
54+
timeout-minutes: 90
9355
steps:
9456
- name: Remove test_data folder
9557
run: |

0 commit comments

Comments
 (0)