Skip to content

Commit

Permalink
4.16 expansion (#55590)
Browse files Browse the repository at this point in the history
Co-authored-by: Vivek Shakya <vshakya@vshakya-thinkpadt14gen4.remote.csb>
  • Loading branch information
shakyav and Vivek Shakya authored Aug 21, 2024
1 parent 46b9cb0 commit c0494f2
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
base_images:
cli-ocm:
name: cli-ocm
namespace: ci
tag: latest
rosa-aws-cli:
name: rosa-aws-cli
namespace: ci
tag: latest
upi-installer:
name: "4.16"
namespace: ocp
tag: upi-installer
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.22-openshift-4.17
canonical_go_repository: github.com/jaegertracing/jaeger-operator
images:
- context_dir: .
dockerfile_path: tests/Dockerfile
to: jaeger-tests-runner
releases:
latest:
candidate:
product: ocp
stream: ci
version: "4.16"
resources:
'*':
limits:
memory: 8Gi
requests:
cpu: "1"
memory: 4Gi
tests:
- as: jaeger-product-rosa-hypershift
cron: 0 6 25 10 *
steps:
cluster_profile: aws-cspi-qe
env:
FIREWATCH_CONFIG: |
{
"failure_rules":
[
{"step": "distributed-tracing-install-*", "failure_type": "pod_failure", "classification": "Distributed tracing operators", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "distributed-tracing-install-*", "failure_type": "test_failure", "classification": "Distributed tracing operators", "jira_project": "TRACING", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "operatorhub-subscribe-*", "failure_type": "pod_failure", "classification": "Distributed tracing dependency operators", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "operatorhub-subscribe-*", "failure_type": "test_failure", "classification": "Distributed tracing dependency operators", "jira_project": "TRACING", "group": {"name": "lp-tests", "priority": 1}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "distributed-tracing-tests-*", "failure_type": "pod_failure", "classification": "Jaeger e2e tests", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]},
{"step": "distributed-tracing-tests-*", "failure_type": "test_failure", "classification": "Jaeger e2e tests", "jira_project": "TRACING", "group": {"name": "lp-tests", "priority": 2}, "jira_additional_labels": ["!default","interop-tests"]}
]
}
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.16-lp","rosa-hypershift-lp","jaeger-lp"]'
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.16"
OPERATORS: |
[
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespace": ""},
{"name": "jaeger-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-distributed-tracing","target_namespace": "", "operator_group": "openshift-distributed-tracing"},
{"name": "opentelemetry-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespace": "", "operator_group": "openshift-opentelemetry-operator"}
]
REGION: us-west-2
test:
- ref: ipi-install-rbac
- ref: cucushift-hypershift-extended-health-check
- ref: install-operators
- ref: distributed-tracing-tests-jaeger
workflow: firewatch-rosa-aws-sts-hypershift
zz_generated_metadata:
branch: main
org: openshift
repo: jaegertracing-jaeger-operator
variant: jaeger-product-hypershift-4.16-lp-rosa-hypershift
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,99 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 6 25 10 *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
path_alias: github.com/jaegertracing/jaeger-operator
repo: jaegertracing-jaeger-operator
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
ci-operator.openshift.io/variant: jaeger-product-hypershift-4.16-lp-rosa-hypershift
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-jaegertracing-jaeger-operator-main-jaeger-product-hypershift-4.16-lp-rosa-hypershift-jaeger-product-rosa-hypershift
reporter_config:
slack:
channel: '#distributed-tracing-qe'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> {{end}}'
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/jaeger-product-rosa-hypershift-cluster-profile
- --target=jaeger-product-rosa-hypershift
- --variant=jaeger-product-hypershift-4.16-lp-rosa-hypershift
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/jaeger-product-rosa-hypershift-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-aws-cspi-qe
- 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
- agent: kubernetes
cluster: build05
cron: 0 6 1 10 *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,65 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )jaeger-product-hypershift-4.15-lp-rosa-hypershift-images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build05
context: ci/prow/jaeger-product-hypershift-4.16-lp-rosa-hypershift-images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/variant: jaeger-product-hypershift-4.16-lp-rosa-hypershift
ci.openshift.io/generator: prowgen
job-release: "4.16"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-jaegertracing-jaeger-operator-main-jaeger-product-hypershift-4.16-lp-rosa-hypershift-images
path_alias: github.com/jaegertracing/jaeger-operator
rerun_command: /test jaeger-product-hypershift-4.16-lp-rosa-hypershift-images
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=[images]
- --variant=jaeger-product-hypershift-4.16-lp-rosa-hypershift
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- 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: 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( | .* )jaeger-product-hypershift-4.16-lp-rosa-hypershift-images,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down

0 comments on commit c0494f2

Please sign in to comment.