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

[ppc64le]: Updated job config for release-1.15 for ppc64le #492

Closed
wants to merge 1 commit into from
Closed
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 @@ -131,6 +131,8 @@ periodics:
env:
- name: CI_JOB
value: plugin_event-main
- name: KO_DEFAULTBASEIMAGE
value: gcr.io/distroless/static:nonroot
- name: SSL_CERT_FILE
value: /tmp/ssl.crt
- name: KO_FLAGS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ periodics:
env:
- name: CI_JOB
value: plugin_event-114
- name: KO_DEFAULTBASEIMAGE
value: gcr.io/distroless/static:nonroot
- name: SSL_CERT_FILE
value: /tmp/ssl.crt
- name: KO_FLAGS
Expand Down
66 changes: 66 additions & 0 deletions prow/jobs/generated/knative/client-release-1.15.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,72 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: knative-release-1.15
testgrid-tab-name: client-ppc64le-e2e-tests
cluster: prow-build
cron: 40 7 * * *
decorate: true
extra_refs:
- base_ref: release-1.15
org: knative
path_alias: knative.dev/client
repo: client
name: ppc64le-e2e-tests_client_release-1.15_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: CI_JOB
value: client-release-1.15
- name: INGRESS_CLASS
value: contour.ingress.networking.knative.dev
- 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: icr.io/upstream-k8s-registry/knative
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240729-fb7cfc68e
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/client:
- always_run: true
Expand Down
144 changes: 144 additions & 0 deletions prow/jobs/generated/knative/eventing-release-1.15.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,150 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
- annotations:
testgrid-dashboards: knative-release-1.15
testgrid-tab-name: eventing-ppc64le-e2e-tests
cluster: prow-build
cron: 20 8 * * *
decorate: true
extra_refs:
- base_ref: release-1.15
org: knative
path_alias: knative.dev/eventing
repo: eventing
name: ppc64le-e2e-tests_eventing_release-1.15_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: CI_JOB
value: eventing-release-1.15
- name: SCALE_CHAOSDUCK_TO_ZERO
value: "1"
- name: SYSTEM_NAMESPACE
value: knative-eventing
- 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: icr.io/upstream-k8s-registry/knative
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240729-fb7cfc68e
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
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: knative-release-1.15
testgrid-tab-name: eventing-ppc64le-e2e-reconciler-tests
cluster: prow-build
cron: 10 6 * * *
decorate: true
extra_refs:
- base_ref: release-1.15
org: knative
path_alias: knative.dev/eventing
repo: eventing
name: ppc64le-e2e-reconciler-tests_eventing_release-1.15_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
./test/e2e-rekt-tests.sh --run-tests
command:
- runner.sh
env:
- name: CI_JOB
value: eventing_rekt-115
- name: SCALE_CHAOSDUCK_TO_ZERO
value: "1"
- name: SYSTEM_NAMESPACE
value: knative-eventing
- 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: icr.io/upstream-k8s-registry/knative
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240729-fb7cfc68e
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
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/eventing:
- always_run: true
Expand Down
125 changes: 125 additions & 0 deletions prow/jobs/generated/knative/operator-release-1.15.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,68 @@ periodics:
secret:
defaultMode: 384
secretName: s390x-cluster1
postsubmits:
knative/operator:
- branches:
- ^release-1.15$
cluster: prow-build
decorate: true
name: ppc64le-e2e-tests_operator_release-1.15_postsubmit
path_alias: knative.dev/operator
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: CI_JOB
value: operator-release-1.15
- name: INGRESS_CLASS
value: contour.ingress.networking.knative.dev
- 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: icr.io/upstream-k8s-registry/knative
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240729-fb7cfc68e
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/operator:
- always_run: true
Expand Down Expand Up @@ -381,3 +443,66 @@ presubmits:
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )eventing-upgrade-tests,?($|\s.*))|((?m)^/test( | .*
)eventing-upgrade-tests_operator_release-1.15,?($|\s.*))
- always_run: true
branches:
- ^release-1.15$
cluster: prow-build
decorate: true
name: ppc64le-e2e-tests_operator_release-1.15
path_alias: knative.dev/operator
rerun_command: /test ppc64le-e2e-tests
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: CI_JOB
value: operator-release-1.15
- name: INGRESS_CLASS
value: contour.ingress.networking.knative.dev
- 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: icr.io/upstream-k8s-registry/knative
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240729-fb7cfc68e
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
trigger: ((?m)^/test( | .* )ppc64le-e2e-tests,?($|\s.*))|((?m)^/test( | .* )ppc64le-e2e-tests_operator_release-1.15,?($|\s.*))
1 change: 1 addition & 0 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ periodics:
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
export KO_DEFAULTBASEIMAGE="gcr.io/distroless/static:nonroot"
./test/e2e-tests.sh --run-tests --kourier-version latest
command:
- runner.sh
Expand Down
1 change: 1 addition & 0 deletions prow/jobs/generated/knative/serving-release-1.14.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ periodics:
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
export KO_DEFAULTBASEIMAGE="gcr.io/distroless/static:nonroot"
./test/e2e-tests.sh --run-tests --kourier-version latest
command:
- runner.sh
Expand Down
Loading
Loading