Skip to content

Commit

Permalink
chore:fix smoke test (#1989)
Browse files Browse the repository at this point in the history
* chore:fix smoke test


---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Dec 17, 2024
1 parent 58b9fd3 commit d77ff5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test-pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
53 changes: 0 additions & 53 deletions build/dev/github-minikube-checluster-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d77ff5e

Please sign in to comment.