This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 648a5f6 SUBMARINE-474. Delete test yaml file in submarine-cloud module
648a5f6 is described below
commit 648a5f68e3c3556bd673b4c6e3bda9e8e522c069
Author: Eroschang <[email protected]>
AuthorDate: Thu Apr 16 15:51:38 2020 +0800
SUBMARINE-474. Delete test yaml file in submarine-cloud module
### What is this PR for?
Delete the test files in submarine-cloud/manifests
### What type of PR is it?
Documentation
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-474
### How should this be tested?
* First time? Setup Travis CI as described on
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Eroschang <[email protected]>
Closes #264 from Eroschang/master and squashes the following commits:
271434c [Eroschang] Deleted.
---
submarine-cloud/manifests/test1.yaml | 25 -------------------------
submarine-cloud/manifests/test2.yaml | 25 -------------------------
2 files changed, 50 deletions(-)
diff --git a/submarine-cloud/manifests/test1.yaml
b/submarine-cloud/manifests/test1.yaml
deleted file mode 100644
index ab1cbbf..0000000
--- a/submarine-cloud/manifests/test1.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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.
-#
-apiVersion: submarine.apache.org/v1alpha1
-kind: SubmarineCluster
-metadata:
- name: test1
-spec:
- name: "gfandada"
- school: "test"
- email: "[email protected]"
- address: "chengdu city"
diff --git a/submarine-cloud/manifests/test2.yaml
b/submarine-cloud/manifests/test2.yaml
deleted file mode 100644
index e05a637..0000000
--- a/submarine-cloud/manifests/test2.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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.
-#
-apiVersion: submarine.apache.org/v1alpha1
-kind: SubmarineCluster
-metadata:
- name: test2
-spec:
- name: "gfandada"
- school: "test"
- email: "[email protected]"
- address: "chengdu city"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]