From 86cbd7c7944ab4b818324e5c6819165b5aff6223 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 16 Nov 2021 11:02:52 +0100 Subject: [PATCH] Move away from grpc-ping test image as symlink (#1521) --- test/test_images/grpc-ping | 1 - test/test_images/grpc-ping/release.yaml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) delete mode 120000 test/test_images/grpc-ping create mode 100644 test/test_images/grpc-ping/release.yaml diff --git a/test/test_images/grpc-ping b/test/test_images/grpc-ping deleted file mode 120000 index e975c5103..000000000 --- a/test/test_images/grpc-ping +++ /dev/null @@ -1 +0,0 @@ -./../../vendor/knative.dev/serving/test/test_images/grpc-ping \ No newline at end of file diff --git a/test/test_images/grpc-ping/release.yaml b/test/test_images/grpc-ping/release.yaml new file mode 100644 index 000000000..754acb0e5 --- /dev/null +++ b/test/test_images/grpc-ping/release.yaml @@ -0,0 +1,16 @@ +# Copyright 2021 The Knative Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +- image: ko://knative.dev/serving/test/test_images/grpc-ping +