File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 run : |
134134 hatch env prune
135135 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
136- hatch run test:all
136+ hatch run test:cov-retry
137137
138138 - name : Send event to Datadog for nightly failures
139139 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7272 run : |
7373 hatch env prune
7474 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:all
75+ hatch run test:cov-retry
7676
7777 - name : Send event to Datadog for nightly failures
7878 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7373 run : |
7474 hatch env prune
7575 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
76- hatch run test:all
76+ hatch run test:cov-retry
7777
7878 - name : Send event to Datadog for nightly failures
7979 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7474 run : |
7575 hatch env prune
7676 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
77- hatch run test:all
77+ hatch run test:cov-retry
7878
7979 - name : Send event to Datadog for nightly failures
8080 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7272 run : |
7373 hatch env prune
7474 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:all
75+ hatch run test:cov-retry
7676
7777 - name : Send event to Datadog for nightly failures
7878 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7272 run : |
7373 hatch env prune
7474 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:all
75+ hatch run test:cov-retry
7676
7777 - name : Send event to Datadog for nightly failures
7878 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change 7272 run : |
7373 hatch env prune
7474 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:all
75+ hatch run test:cov-retry
7676
7777 - name : Send event to Datadog for nightly failures
7878 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies = [
6060[tool .hatch .envs .test .scripts ]
6161unit = ' pytest -m "not integration" {args:tests}'
6262integration = ' pytest -m "integration" {args:tests}'
63- all = ' pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
63+ all = ' pytest {args:tests}'
6464cov-retry = ' pytest --cov=haystack_integrations --reruns 3 --reruns-delay 30 -x {args:tests}'
6565
6666types = " mypy -p haystack_integrations.components.generators.llama_stack {args}"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies = [
6363[tool .hatch .envs .test .scripts ]
6464unit = ' pytest -m "not integration" {args:tests}'
6565integration = ' pytest -m "integration" {args:tests}'
66- all = ' pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
66+ all = ' pytest {args:tests}'
6767cov-retry = ' pytest --cov="haystack_integrations" --reruns 3 --reruns-delay 30 -x {args:tests}'
6868
6969types = " mypy -p haystack_integrations.components.generators.meta_llama {args}"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies = [
6565[tool .hatch .envs .test .scripts ]
6666unit = ' pytest -m "not integration" {args:tests}'
6767integration = ' pytest -m "integration" {args:tests}'
68- all = ' pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
68+ all = ' pytest {args:tests}'
6969cov-retry = ' pytest --cov=haystack_integrations --reruns 3 --reruns-delay 30 -x {args:tests}'
7070
7171types = """ mypy -p haystack_integrations.components.generators.togetherai {args}"""
You can’t perform that action at this time.
0 commit comments