Skip to content

Commit

Permalink
turn on k8s basic cli tests and service logs test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Nov 29, 2023
1 parent fce49d4 commit 82f7ac1
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@ jobs:
- run: "${KURTOSIS_BINPATH} service add test-enclave test1 httpd --ports http=80"
- run: "${KURTOSIS_BINPATH} service add test-enclave test2 httpd --ports http=80"

# Basic service logs
- run: "${KURTOSIS_BINPATH} service logs test-enclave test2 httpd --ports http=80"

# Service stop and start
- run: "${KURTOSIS_BINPATH} service stop test-enclave test1"
- run: "${KURTOSIS_BINPATH} service start test-enclave test1"
Expand Down Expand Up @@ -1270,17 +1273,17 @@ workflows:
- build_files_artifacts_expander
<<: *filters_ignore_main

# - test_basic_cli_functionality:
# name: "Test Basic CLI Functionality in Kubernetes"
# cli-cluster-backend: "kubernetes"
# context:
# - docker-user
# requires:
# - build_cli
# - build_api_container_server
# - build_engine_server
# - build_files_artifacts_expander
# <<: *filters_ignore_main
- test_basic_cli_functionality:
name: "Test Basic CLI Functionality in Kubernetes"
cli-cluster-backend: "kubernetes"
context:
- docker-user
requires:
- build_cli
- build_api_container_server
- build_engine_server
- build_files_artifacts_expander
<<: *filters_ignore_main

- test_ci_for_failure:
name: "Test Basic CLI for failure"
Expand Down

0 comments on commit 82f7ac1

Please sign in to comment.