Skip to content

Commit

Permalink
Sync Serverless CI config/
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Jan 10, 2025
1 parent 004e8c8 commit 90af04c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ images:
as:
- $GO_BUILDER
to: knative-serving-queue
- dockerfile_path: openshift/ci-operator/knative-images/schema-tweak/Dockerfile
inputs:
ocp_ubi-minimal_8:
as:
- $GO_RUNTIME
openshift_release_rhel-8-release-golang-1.22-openshift-4.17:
as:
- $GO_BUILDER
to: knative-serving-schema-tweak
- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile
inputs:
ocp_ubi-minimal_8:
Expand Down Expand Up @@ -361,6 +370,8 @@ tests:
name: knative-serving-storage-version-migration
- env: KNATIVE_SERVING_QUEUE
name: knative-serving-queue
- env: KNATIVE_SERVING_SCHEMA_TWEAK
name: knative-serving-schema-tweak
- env: KNATIVE_SERVING_WEBHOOK
name: knative-serving-webhook
- env: KNATIVE_SERVING_TEST_AUTOSCALE
Expand Down Expand Up @@ -489,6 +500,8 @@ tests:
name: knative-serving-storage-version-migration
- env: KNATIVE_SERVING_QUEUE
name: knative-serving-queue
- env: KNATIVE_SERVING_SCHEMA_TWEAK
name: knative-serving-schema-tweak
- env: KNATIVE_SERVING_WEBHOOK
name: knative-serving-webhook
- env: KNATIVE_SERVING_TEST_AUTOSCALE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ images:
as:
- $GO_BUILDER
to: knative-serving-queue
- dockerfile_path: openshift/ci-operator/knative-images/schema-tweak/Dockerfile
inputs:
ocp_ubi-minimal_8:
as:
- $GO_RUNTIME
openshift_release_rhel-8-release-golang-1.22-openshift-4.17:
as:
- $GO_BUILDER
to: knative-serving-schema-tweak
- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile
inputs:
ocp_ubi-minimal_8:
Expand Down Expand Up @@ -362,6 +371,8 @@ tests:
name: knative-serving-storage-version-migration
- env: KNATIVE_SERVING_QUEUE
name: knative-serving-queue
- env: KNATIVE_SERVING_SCHEMA_TWEAK
name: knative-serving-schema-tweak
- env: KNATIVE_SERVING_WEBHOOK
name: knative-serving-webhook
- env: KNATIVE_SERVING_TEST_AUTOSCALE
Expand Down Expand Up @@ -491,6 +502,8 @@ tests:
name: knative-serving-storage-version-migration
- env: KNATIVE_SERVING_QUEUE
name: knative-serving-queue
- env: KNATIVE_SERVING_SCHEMA_TWEAK
name: knative-serving-schema-tweak
- env: KNATIVE_SERVING_WEBHOOK
name: knative-serving-webhook
- env: KNATIVE_SERVING_TEST_AUTOSCALE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ registry.ci.openshift.org/openshift/knative-serving-cleanup:knative-nightly quay
registry.ci.openshift.org/openshift/knative-serving-controller:knative-nightly quay.io/openshift-knative/knative-serving-controller
registry.ci.openshift.org/openshift/knative-serving-default-domain:knative-nightly quay.io/openshift-knative/knative-serving-default-domain
registry.ci.openshift.org/openshift/knative-serving-queue:knative-nightly quay.io/openshift-knative/knative-serving-queue
registry.ci.openshift.org/openshift/knative-serving-schema-tweak:knative-nightly quay.io/openshift-knative/knative-serving-schema-tweak
registry.ci.openshift.org/openshift/knative-serving-source-image:knative-nightly quay.io/openshift-knative/knative-serving-source-image
registry.ci.openshift.org/openshift/knative-serving-storage-version-migration:knative-nightly quay.io/openshift-knative/knative-serving-storage-version-migration
registry.ci.openshift.org/openshift/knative-serving-test-autoscale:knative-nightly quay.io/openshift-knative/knative-serving-test-autoscale
Expand Down

0 comments on commit 90af04c

Please sign in to comment.