Skip to content

Commit

Permalink
Add 'smoke-test' to che-server (#48126)
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 authored Jan 29, 2024
1 parent 1807343 commit 0bbd392
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,21 @@ tests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: che-smoke-test
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: che-server-test
cli: latest
commands: /bin/bash .ci/openshift-ci/test-che-smoke-test.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: main
org: eclipse-che
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,88 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v14-bitbucket-no-pat-oauth-flow-ssh-url,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build03
context: ci/prow/v14-che-smoke-test
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: che-aws
ci-operator.openshift.io/variant: v14
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-eclipse-che-che-server-main-v14-che-smoke-test
rerun_command: /test v14-che-smoke-test
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --secret-dir=/usr/local/che-smoke-test-cluster-profile
- --target=che-smoke-test
- --variant=v14
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /usr/local/che-smoke-test-cluster-profile
name: cluster-profile
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: cluster-profile
secret:
secretName: cluster-secrets-che-aws
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )v14-che-smoke-test,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down

0 comments on commit 0bbd392

Please sign in to comment.