Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support added for kafka-broker on ppc64le #227

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,80 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: eventing-kafka-broker
testgrid-tab-name: ppc64le-e2e-tests-ssl
cluster: prow-build
cron: 0 10 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative-extensions
path_alias: knative.dev/eventing-kafka-broker
repo: eventing-kafka-broker
name: ppc64le-e2e-tests-ssl_eventing-kafka-broker_main_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
./test/e2e-tests.sh --run-tests
command:
- runner.sh
env:
- name: BROKER_CLASS
value: Kafka
- name: CI_JOB
value: eventing_kafka-broker-ssl-main
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SSL
- name: EVENTING_NAMESPACE
value: knative-eventing
- name: SCALE_CHAOSDUCK_TO_ZERO
value: "1"
- name: SYSTEM_NAMESPACE
value: knative-eventing
- name: E2E_CLUSTER_REGION
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: KO_FLAGS
value: --platform=linux/ppc64le
- name: PLATFORM
value: linux/ppc64le
- name: KO_DOCKER_REPO
value: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/knative
- name: KUBECONFIG
value: /root/.kube/config
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230926-747f2d836
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: eventing-kafka-broker
testgrid-tab-name: s390x-e2e-tests-sasl-ssl
Expand Down Expand Up @@ -389,6 +463,80 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: eventing-kafka-broker
testgrid-tab-name: ppc64le-e2e-tests-sasl-ssl
cluster: prow-build
cron: 20 5 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative-extensions
path_alias: knative.dev/eventing-kafka-broker
repo: eventing-kafka-broker
name: ppc64le-e2e-tests-sasl-ssl_eventing-kafka-broker_main_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
./test/e2e-tests.sh --run-tests
command:
- runner.sh
env:
- name: BROKER_CLASS
value: Kafka
- name: CI_JOB
value: eventing_kafka-broker-sasl-ssl-main
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SASL_SSL
- name: EVENTING_NAMESPACE
value: knative-eventing
- name: SCALE_CHAOSDUCK_TO_ZERO
value: "1"
- name: SYSTEM_NAMESPACE
value: knative-eventing
- name: E2E_CLUSTER_REGION
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: KO_FLAGS
value: --platform=linux/ppc64le
- name: PLATFORM
value: linux/ppc64le
- name: KO_DOCKER_REPO
value: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/knative
- name: KUBECONFIG
value: /root/.kube/config
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230926-747f2d836
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: eventing-kafka-broker
testgrid-tab-name: s390x-e2e-tests-sasl-plain
Expand Down Expand Up @@ -471,6 +619,80 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: eventing-kafka-broker
testgrid-tab-name: ppc64le-e2e-tests-sasl-plain
cluster: prow-build
cron: 0 1 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative-extensions
path_alias: knative.dev/eventing-kafka-broker
repo: eventing-kafka-broker
name: ppc64le-e2e-tests-sasl-plain_eventing-kafka-broker_main_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
./test/e2e-tests.sh --run-tests
command:
- runner.sh
env:
- name: BROKER_CLASS
value: Kafka
- name: CI_JOB
value: eventing_kafka-broker-sasl-plain-main
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SASL_PLAIN
- name: EVENTING_NAMESPACE
value: knative-eventing
- name: SCALE_CHAOSDUCK_TO_ZERO
value: "1"
- name: SYSTEM_NAMESPACE
value: knative-eventing
- name: E2E_CLUSTER_REGION
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: KO_FLAGS
value: --platform=linux/ppc64le
- name: PLATFORM
value: linux/ppc64le
- name: KO_DOCKER_REPO
value: na.artifactory.swg-devops.com/sys-linux-power-team-ftp3distro-docker-images-docker-local/knative
- name: KUBECONFIG
value: /root/.kube/config
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230926-747f2d836
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
presubmits:
knative-extensions/eventing-kafka-broker:
- always_run: true
Expand Down
Loading
Loading