This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch minikube
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/minikube by this push:
new 612a399 Fixed some nits
612a399 is described below
commit 612a39918f0b466ca7f54cb03d93d5974a5c6d53
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Nov 12 00:42:46 2019 +0800
Fixed some nits
---
.github/workflows/istio-mixer-ci.yaml | 16 ++++++++++++++++
Jenkinsfile-E2E-Mesh | 36 -----------------------------------
2 files changed, 16 insertions(+), 36 deletions(-)
diff --git a/.github/workflows/istio-mixer-ci.yaml
b/.github/workflows/istio-mixer-ci.yaml
index 03bc7ff..fe43946 100644
--- a/.github/workflows/istio-mixer-ci.yaml
+++ b/.github/workflows/istio-mixer-ci.yaml
@@ -1,3 +1,19 @@
+# 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.
+
name: istio-mixer-ci
on: [push]
diff --git a/Jenkinsfile-E2E-Mesh b/Jenkinsfile-E2E-Mesh
deleted file mode 100644
index 496df1b..0000000
--- a/Jenkinsfile-E2E-Mesh
+++ /dev/null
@@ -1,36 +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.
- *
- */
-
-pipeline {
- agent {
- label 'jenkins-skywalking5'
- }
-
- options {
- timestamps()
- timeout(time: 5, unit: 'HOURS')
- }
-
- stages {
- stage('Test') {
- steps {
- sh 'whoami'
- sh 'sudo ls -lt /root'
- }
- }
-}