Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jun 19, 2024
1 parent 19bec46 commit 5c9ca93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/cf-runtime/tests/runtime/runtime_onprem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ tests:
CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS: '1000'
FOO: 'BAR'
FORCE_COMPOSE_SERIAL_PULL: 'false'
LOG_OUTGOING_HTTP_REQUESTS: 'false'
LOGGER_LEVEL: 'debug'
LOG_OUTGOING_HTTP_REQUESTS: 'false'
METRICS_PROMETHEUS_ENABLED: 'true'
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverride'
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride'
DOCKER_BUILDER_IMAGE: 'quay.io/codefresh/cf-docker-builder:tagoverride'
Expand Down Expand Up @@ -170,4 +170,4 @@ tests:
description: some description
accounts:
- 59009117c102763beda7ce71
systemHybrid: true
systemHybrid: true
4 changes: 2 additions & 2 deletions charts/cf-runtime/tests/runtime/runtime_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ tests:
envVars:
CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS: '1000'
FOO: 'BAR'
LOGGER_LEVEL: 'debug'
FORCE_COMPOSE_SERIAL_PULL: 'false'
LOGGER_LEVEL: 'debug'
LOG_OUTGOING_HTTP_REQUESTS: 'false'
LOG_OUTGOING_HTTP_REQUESTS: 'false'
METRICS_PROMETHEUS_ENABLED: 'true'
COMPOSE_IMAGE: 'quay.io/codefresh/compose:tagoverride'
CONTAINER_LOGGER_IMAGE: 'quay.io/codefresh/cf-container-logger:tagoverride'
DOCKER_BUILDER_IMAGE: 'quay.io/codefresh/cf-docker-builder:tagoverride'
Expand Down

0 comments on commit 5c9ca93

Please sign in to comment.