Skip to content

Commit

Permalink
Merge branch 'main' into add-indices-to-answer-source
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo-1 committed Apr 19, 2024
2 parents 3d305f6 + 8b18a77 commit f7958e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,12 @@ jobs:
discovery.type: "single-node"
xpack.security.enabled: "false"
argilla:
image: argilla/argilla-server
image: argilla/argilla-server:v1.26.1
ports:
- "6900:6900"
env:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
ARGILLA_ENABLE_TELEMETRY: 0
open-telemetry-trace-service:
image: jaegertracing/all-in-one:1.35
env:
Expand Down Expand Up @@ -170,11 +171,12 @@ jobs:
discovery.type: "single-node"
xpack.security.enabled: "false"
argilla:
image: argilla/argilla-server
image: argilla/argilla-server:v1.26.1
ports:
- "6900:6900"
env:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
ARGILLA_ENABLE_TELEMETRY: 0
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ services:
discovery.type: "single-node"
xpack.security.enabled: "false"
argilla:
image: argilla/argilla-server
image: argilla/argilla-server:v1.26.1
ports:
- "6900:6900"
environment:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
ARGILLA_ENABLE_TELEMETRY: 0

open-telemetry-trace-service:
container_name: jaeger_1_35
environment:
Expand Down

0 comments on commit f7958e3

Please sign in to comment.