openshift / svt

Apache License 2.0
124 stars 105 forks source link

Add workload without openshift template #793

Closed qiliRedHat closed 2 months ago

qiliRedHat commented 2 months ago

https://issues.redhat.com/browse/OCPQE-25543

openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiliRedHat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/svt/blob/master/OWNERS)~~ [qiliRedHat] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
qiliRedHat commented 2 months ago

Test on jumphost Newly added resources are created and running

% oc get all -n dev-test-testuser-2-0
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
NAME                            READY   STATUS    RESTARTS   AGE
pod/http-perf-5648f4765-sfdtj   1/1     Running   0          36s

NAME                TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
service/http-perf   NodePort   172.30.157.36   <none>        8080:30875/TCP   25s

NAME                        READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/http-perf   1/1     1            1           36s

NAME                                  DESIRED   CURRENT   READY   AGE
replicaset.apps/http-perf-5648f4765   1         1         1       36s

NAME                                 HOST/PORT                                                                   PATH   SERVICES    PORT   TERMINATION   WILDCARD
route.route.openshift.io/http-perf   http-perf-dev-test-testuser-2-0.apps.u8m2m4l5p6q9r6o.iar3.s1.devshift.org          http-perf   http                 None

Test result for about 1 day's run

[2024-09-12 09:53:08 UTC] [cf7b2493-e926-4d79-b4b6-5ddc578cd16b] 
[@Qiujie Li - qili](https://redhat-internal.slack.com/team/U01SBLKMZFZ)
,  Reliability test results:
[Function]               |     Total|    Passed|    Failed|Failure Rate|
-----------------------------------------------------------------------
[apply_nonamespace]      |         5|         5|         0|      0.0%|
[delete_all_projects]    |      1244|      1244|         0|      0.0%|
[check_operators]        |       119|       119|         0|      0.0%|
[oc_task]                |       119|       119|         0|      0.0%|
[verify_project_deletion]|      4964|      4964|         0|      0.0%|
[kubectl_task]           |       119|       119|         0|      0.0%|
[new_project]            |      2487|      2487|         0|      0.0%|
[check_all_projects]     |      1238|      1238|         0|      0.0%|
[apply]                  |      7458|      7458|         0|      0.0%|
[load_app]               |     27740|     27740|         0|      0.0%|
[check_pods]             |      2476|      2476|         0|      0.0%|
[delete_project]         |      2487|      2487|         0|      0.0%|
[cronjob.sh -n 10]       |         1|         1|         0|      0.0%|
[cronjob.sh -c]          |       115|       115|         0|      0.0%|
[scale_deployment]       |       596|       596|         0|      0.0%|
[cronjob.sh -d]          |         1|         1|         0|      0.0%|
-----------------------------------------------------------------------
qiliRedHat commented 2 months ago

@mehabhalodiya Would you help to review this PR?

openshift-ci[bot] commented 2 months ago

@qiliRedHat: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
mehabhalodiya commented 2 months ago

/lgtm