From aee59fee78fe4587d0109ab17117708ef5733533 Mon Sep 17 00:00:00 2001 From: numerology Date: Fri, 13 Sep 2019 15:26:11 -0700 Subject: [PATCH] add ips sample test --- .../configs/imagepullsecrets.config.yaml | 17 +++++++++++++++++ test/sample_test.yaml | 1 + 2 files changed, 18 insertions(+) create mode 100644 test/sample-test/configs/imagepullsecrets.config.yaml diff --git a/test/sample-test/configs/imagepullsecrets.config.yaml b/test/sample-test/configs/imagepullsecrets.config.yaml new file mode 100644 index 00000000000..1e04bab9142 --- /dev/null +++ b/test/sample-test/configs/imagepullsecrets.config.yaml @@ -0,0 +1,17 @@ +# Copyright 2019 Google LLC +# +# 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 +# +# http://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. + +test_name: xgboost_training_cm +arguments: + message: 'This is a long long message.' \ No newline at end of file diff --git a/test/sample_test.yaml b/test/sample_test.yaml index 5bcdc8f8f19..470fce92e3e 100644 --- a/test/sample_test.yaml +++ b/test/sample_test.yaml @@ -73,6 +73,7 @@ spec: - dsl_static_type_checking - pipeline_transformers - secret + - imagepullsecrets #- sidecar # Build and push image - name: build-image-by-dockerfile