Skip to content

Commit

Permalink
ci: BI-0 fix e2e tasks (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds authored Dec 20, 2024
1 parent 0d76356 commit 56c416f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks:
- DETACH to run in foreground mode, e.g. `task docker-start DETACH=false`, default is true
cmds:
- task: _docker
vars: { COMMAND: 'up {{if eq .DETACH "true"}} --detach {{end}} {{.CLI_ARGS}}' }
vars: { COMMAND: 'up {{if eq .DETACH "true"}} --detach {{end}} --no-build --quiet-pull datalens-from-image {{.CLI_ARGS}}' }
vars:
DETACH: '{{.DETACH | default "true"}}'

Expand Down
10 changes: 6 additions & 4 deletions tools/e2e/docker-compose.e2e-dev-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
version: "3.7"

services:
us:
extra_hosts: !reset null

control-api:
image: ${CONTROL_API_TAG}

data-api:
image: ${DATA_API_TAG}

datalens:
datalens-from-image:
image: ${DATALENS_UI_TAG}
build: !reset null
ports:
- 8080:8080

0 comments on commit 56c416f

Please sign in to comment.