From d77ff5e34538d8dde9da5552d2d59ee5f131bbf1 Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Tue, 17 Dec 2024 13:04:11 +0200 Subject: [PATCH] chore:fix smoke test (#1989) * chore:fix smoke test --------- Signed-off-by: Valeriy Svydenko --- .github/workflows/smoke-test-pr-check.yaml | 6 +-- .../dev/github-minikube-checluster-patch.yaml | 53 ------------------- 2 files changed, 3 insertions(+), 56 deletions(-) diff --git a/.github/workflows/smoke-test-pr-check.yaml b/.github/workflows/smoke-test-pr-check.yaml index 426a12314d..075b340e44 100644 --- a/.github/workflows/smoke-test-pr-check.yaml +++ b/.github/workflows/smoke-test-pr-check.yaml @@ -88,12 +88,12 @@ jobs: -e TS_SELENIUM_PASSWORD=admin \ -e TS_SELENIUM_BASE_URL=https://$(kubectl get ingress che -n eclipse-che -o jsonpath='{.spec.rules[0].host}') \ -e DELETE_WORKSPACE_ON_FAILED_TEST=true \ - -e TS_SELENIUM_START_WORKSPACE_TIMEOUT=120000 \ + -e TS_SELENIUM_START_WORKSPACE_TIMEOUT=350000 \ -e NODE_TLS_REJECT_UNAUTHORIZED=0 \ -e VIDEO_RECORDING=true \ -e TS_SELENIUM_LOG_LEVEL=TRACE \ - -e TS_WAIT_LOADER_PRESENCE_TIMEOUT=120000 \ - -e TS_COMMON_DASHBOARD_WAIT_TIMEOUT=30000 \ + -e TS_WAIT_LOADER_PRESENCE_TIMEOUT=200000 \ + -e TS_COMMON_DASHBOARD_WAIT_TIMEOUT=35000 \ -v ${LOCAL_TEST_DIR}/tests/e2e/report:/tmp/e2e/report:Z \ -v ${LOCAL_TEST_DIR}/tests/e2e/video:/tmp/ffmpeg_report:Z \ -e USERSTORY=SmokeTest \ diff --git a/build/dev/github-minikube-checluster-patch.yaml b/build/dev/github-minikube-checluster-patch.yaml index 528bb56308..b0df43a235 100644 --- a/build/dev/github-minikube-checluster-patch.yaml +++ b/build/dev/github-minikube-checluster-patch.yaml @@ -22,56 +22,3 @@ spec: cpu: '10m' limits: cpu: '10m' - devfileRegistry: - deployment: - containers: - - resources: - request: - cpu: '10m' - limits: - cpu: '10m' - cheServer: - deployment: - containers: - - resources: - limits: - cpu: '300m' - request: - cpu: '300m' - dashboard: - deployment: - containers: - - resources: - request: - cpu: '40m' - limits: - cpu: '40m' - networking: - auth: - gateway: - deployment: - containers: - - name: gateway - resources: - request: - cpu: '20m' - limits: - cpu: '20m' - - name: configbump - resources: - request: - cpu: '20m' - limits: - cpu: '20m' - - name: oauth-proxy - resources: - request: - cpu: '20m' - limits: - cpu: '20m' - - name: kube-rbac-proxy - resources: - request: - cpu: '20m' - limits: - cpu: '20m'