Skip to content

Commit

Permalink
ci: make nightly tests actually run with Haystack main branch (#1251)
Browse files Browse the repository at this point in the history
* fix nightly runs with haystack main

* feedback
  • Loading branch information
anakin87 authored Dec 18, 2024
1 parent 06e9c56 commit 7f62ca8
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amazon_bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amazon_sagemaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anthropic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure_ai_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chroma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cohere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deepeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google_vertex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instructor_embedders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/langfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llama_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mistral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongodb_atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pinecone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ragas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstructured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weaviate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run cov-retry -m "not integration"
- name: Send event to Datadog for nightly failures
Expand Down

0 comments on commit 7f62ca8

Please sign in to comment.