Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c916e4

Browse files
committed
Forward R2 credentials into all 'fixtures' docker compose services
1 parent5e122af commit7c916e4

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

‎tensorzero-core/tests/e2e/docker-compose.clickhouse.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ services:
7171
-CLICKHOUSE_HOST=clickhouse
7272
-CLICKHOUSE_PASSWORD=chpassword
7373
-CLICKHOUSE_USER=chuser
74+
-R2_ACCESS_KEY_ID
75+
-R2_SECRET_ACCESS_KEY
7476
# - TENSORZERO_SKIP_LARGE_FIXTURES=1
7577
depends_on:
7678
gateway:

‎tensorzero-core/tests/e2e/docker-compose.live.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ services:
154154
-CLICKHOUSE_HOST=clickhouse
155155
-CLICKHOUSE_PASSWORD=chpassword
156156
-CLICKHOUSE_USER=chuser
157+
-R2_ACCESS_KEY_ID
158+
-R2_SECRET_ACCESS_KEY
157159
-TENSORZERO_SKIP_LARGE_FIXTURES=1
158160
depends_on:
159161
gateway:

‎tensorzero-core/tests/e2e/docker-compose.replicated.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ services:
181181
-CLICKHOUSE_HOST=clickhouse-01
182182
-CLICKHOUSE_PASSWORD=chpassword
183183
-CLICKHOUSE_USER=chuser
184+
-R2_ACCESS_KEY_ID
185+
-R2_SECRET_ACCESS_KEY
184186
-TENSORZERO_SKIP_LARGE_FIXTURES
185187
depends_on:
186188
gateway:

‎ui/fixtures/docker-compose.e2e.ci.yml‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ services:
7171
-.:/fixtures
7272
-~/.aws:/root/.aws
7373
environment:
74-
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT:1
75-
CLICKHOUSE_HOST:clickhouse
76-
CLICKHOUSE_PASSWORD:chpassword
77-
CLICKHOUSE_USER:chuser
78-
TENSORZERO_SKIP_LARGE_FIXTURES:1
74+
-CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1
75+
-CLICKHOUSE_HOST=clickhouse
76+
-CLICKHOUSE_PASSWORD=chpassword
77+
-CLICKHOUSE_USER=chuser
78+
-TENSORZERO_SKIP_LARGE_FIXTURES=1
79+
-R2_ACCESS_KEY_ID
80+
-R2_SECRET_ACCESS_KEY
7981
depends_on:
8082
gateway:
8183
condition:service_healthy

‎ui/fixtures/docker-compose.e2e.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ services:
7777
-CLICKHOUSE_PASSWORD=chpassword
7878
-CLICKHOUSE_USER=chuser
7979
-TENSORZERO_SKIP_LARGE_FIXTURES
80+
-R2_ACCESS_KEY_ID
81+
-R2_SECRET_ACCESS_KEY
8082
depends_on:
8183
gateway:
8284
condition:service_healthy

‎ui/fixtures/docker-compose.unit.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ services:
7070
-.:/fixtures
7171
-~/.aws:/root/.aws
7272
environment:
73-
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT:1
74-
CLICKHOUSE_HOST:clickhouse
75-
CLICKHOUSE_PASSWORD:chpassword
76-
CLICKHOUSE_USER:chuser
73+
-CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1
74+
-CLICKHOUSE_HOST=clickhouse
75+
-CLICKHOUSE_PASSWORD=chpassword
76+
-CLICKHOUSE_USER=chuser
77+
-R2_ACCESS_KEY_ID
78+
-R2_SECRET_ACCESS_KEY
7779
depends_on:
7880
gateway:
7981
condition:service_healthy

‎ui/fixtures/docker-compose.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ services:
7070
env_file:
7171
-.env
7272
environment:
73-
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT:1
74-
CLICKHOUSE_HOST:clickhouse
75-
CLICKHOUSE_PASSWORD:chpassword
76-
CLICKHOUSE_USER:chuser
73+
-CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1
74+
-CLICKHOUSE_HOST=clickhouse
75+
-CLICKHOUSE_PASSWORD=chpassword
76+
-CLICKHOUSE_USER=chuser
77+
-R2_ACCESS_KEY_ID
78+
-R2_SECRET_ACCESS_KEY
7779
depends_on:
7880
gateway:
7981
condition:service_healthy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp