Skip to content

Commit

Permalink
knative contour serving jobs removed for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
valen-mascarenhas14 committed Dec 4, 2023
1 parent 0c4ac4d commit eb594ba
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 414 deletions.
81 changes: 0 additions & 81 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,87 +738,6 @@ periodics:
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: serving
testgrid-tab-name: ppc64le-contour-tests
cluster: prow-build
cron: 0 0 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative
path_alias: knative.dev/serving
repo: serving
name: ppc64le-contour-tests_serving_main_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
./test/e2e-tests.sh --run-tests --contour-version latest
command:
- runner.sh
env:
- name: CI_JOB
value: contour-main
- name: SYSTEM_NAMESPACE
value: knative-serving
- name: TEST_OPTIONS
value: --enable-alpha --enable-beta --resolvabledomain=false
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
- 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:v20231129-81431e1fe
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: test-runner
volumes:
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: serving
testgrid-tab-name: nightly
Expand Down
81 changes: 0 additions & 81 deletions prow/jobs/generated/knative/serving-release-1.10.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,87 +321,6 @@ periodics:
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.10
testgrid-tab-name: serving-ppc64le-contour-tests
cluster: prow-build
cron: 30 7 * * *
decorate: true
extra_refs:
- base_ref: release-1.10
org: knative
path_alias: knative.dev/serving
repo: serving
name: ppc64le-contour-tests_serving_release-1.10_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
./test/e2e-tests.sh --run-tests --contour-version latest
command:
- runner.sh
env:
- name: CI_JOB
value: contour-release-1.10
- name: SYSTEM_NAMESPACE
value: knative-serving
- name: TEST_OPTIONS
value: --enable-alpha --enable-beta --resolvabledomain=false
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
- 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:v20231129-81431e1fe
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: test-runner
volumes:
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.10
testgrid-tab-name: serving-release
Expand Down
81 changes: 0 additions & 81 deletions prow/jobs/generated/knative/serving-release-1.11.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,87 +321,6 @@ periodics:
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.11
testgrid-tab-name: serving-ppc64le-contour-tests
cluster: prow-build
cron: 0 14 * * *
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative
path_alias: knative.dev/serving
repo: serving
name: ppc64le-contour-tests_serving_release-1.11_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
./test/e2e-tests.sh --run-tests --contour-version latest
command:
- runner.sh
env:
- name: CI_JOB
value: contour-release-1.11
- name: SYSTEM_NAMESPACE
value: knative-serving
- name: TEST_OPTIONS
value: --enable-alpha --enable-beta --resolvabledomain=false
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
- 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:v20231129-81431e1fe
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: test-runner
volumes:
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.11
testgrid-tab-name: serving-release
Expand Down
81 changes: 0 additions & 81 deletions prow/jobs/generated/knative/serving-release-1.12.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,87 +321,6 @@ periodics:
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.12
testgrid-tab-name: serving-ppc64le-contour-tests
cluster: prow-build
cron: 30 18 * * *
decorate: true
extra_refs:
- base_ref: release-1.12
org: knative
path_alias: knative.dev/serving
repo: serving
name: ppc64le-contour-tests_serving_release-1.12_periodic
spec:
containers:
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
./test/e2e-tests.sh --run-tests --contour-version latest
command:
- runner.sh
env:
- name: CI_JOB
value: contour-release-1.12
- name: SYSTEM_NAMESPACE
value: knative-serving
- name: TEST_OPTIONS
value: --enable-alpha --enable-beta --resolvabledomain=false
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
- 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:v20231129-81431e1fe
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /opt/cluster
name: ppc64le-cluster
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: test-runner
volumes:
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- name: ppc64le-cluster
secret:
defaultMode: 384
secretName: ppc64le-cluster
- annotations:
testgrid-dashboards: knative-release-1.12
testgrid-tab-name: serving-release
Expand Down
23 changes: 0 additions & 23 deletions prow/jobs_config/knative/serving-release-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,29 +261,6 @@ jobs:
- ppc64le
types:
- periodic
- args:
- bash
- -c
- |
server_vm="$(sh /opt/cluster/vm-script)"
source /opt/cluster/ci-script "${CI_JOB}" "${server_vm}"
export TEST_OPTIONS=$TEST_OPTIONS' --ingressendpoint '${server_vm}
./test/e2e-tests.sh --run-tests --contour-version latest
command:
- runner.sh
cron: 30 7 * * *
env:
- name: SYSTEM_NAMESPACE
value: knative-serving
- name: TEST_OPTIONS
value: --enable-alpha --enable-beta --resolvabledomain=false
- name: CI_JOB
value: contour-release-1.10
name: ppc64le-contour-tests
requirements:
- ppc64le
types:
- periodic
- command:
- runner.sh
- ./hack/release.sh
Expand Down
Loading

0 comments on commit eb594ba

Please sign in to comment.