You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/01/02 04:45:56 UTC

[skywalking-python] branch copyright-year updated: update

This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch copyright-year
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/copyright-year by this push:
     new 830aa97  update
830aa97 is described below

commit 830aa972a25b1ec3f7711aadf86dd8e9fe5abcec
Author: Superskyyy (COVID) <Su...@outlook.com>
AuthorDate: Sun Jan 1 23:45:53 2023 -0500

    update
---
 .github/workflows/CI.yaml | 51 +++--------------------------------------------
 NOTICE                    |  2 +-
 2 files changed, 4 insertions(+), 49 deletions(-)

diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml
index 5046650..17022f8 100644
--- a/.github/workflows/CI.yaml
+++ b/.github/workflows/CI.yaml
@@ -1,52 +1,9 @@
-# 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: CI
-# This process will only run upon scheduled event on upstream master
-# or upon pull request when actual code or CI flow is changed
-on:
-  pull_request:
-  push:
-    branches:
-      - master
-  schedule:
-    - cron: '0 18 * * *'
-
-concurrency:
-  group: CI-plugin-e2e-${{ github.event.pull_request.number || github.ref }}
-  cancel-in-progress: true
-
-jobs:
-  license-and-lint:
-    # Always check license-and-lint!
-    name: License and Lint
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout source codes
-        uses: actions/checkout@v3
-        with:
-          submodules: true
-      - name: Check License
         uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
       - name: Lint codes
         run: |
           make poetry
           poetry install --only lint
           make lint
-
   # Check if the plugin doc is generated correctly 
   plugin-doc-check:
     name: Check Plugin Doc
@@ -61,7 +18,6 @@ jobs:
         run: |
           make env
           make check-doc-gen
-
   changes:
     # Check if any file related to Agent/ CI behavior is changed
     # set outputs for other jobs to access for if conditions
@@ -76,7 +32,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3  # required for push event
       - name: Check for file changes
-        uses: getsentry/paths-filter@v2
+        uses: getsentry/paths-filter@v2.11.1
         id: filter
         with:
           token: ${{ github.token }}
@@ -185,7 +141,6 @@ jobs:
         run: |
           make env
           poetry run pytest -v ${{ matrix.test-path }}
-
   docker-e2e:
     # build docker image for E2E tests, single Python version for now.
     name: Build E2E Test Image
@@ -270,7 +225,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 60
     # wait upon them regardless of success or skipped or failure
-    if: ${{ ( always() && ! cancelled() ) }}
+    if: ${{ always() }}
     needs: [ license-and-lint, changes, plugin-and-unit-tests, e2e-tests, plugin-doc-check ]
     steps:
       - name: Merge Requirement
@@ -285,4 +240,4 @@ jobs:
           [[ ${docCheckResults} == 'success' ]] || exit 3;
           [[ ${pluginResults} == 'success' ]] || [[ ${execute} != 'true' && ${pluginResults} == 'skipped' ]] || exit 4;
           [[ ${e2eResults} == 'success' ]] || [[ ${execute} != 'true' && ${e2eResults} == 'skipped' ]] || exit 5;
-          exit 0;
+          exit 0;
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index c68c699..2ca1b04 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache SkyWalking
-Copyright 2017-2023 The Apache Software Foundation
+Copyright 2017-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).