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

casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit fba21a2bd0977f9057d36205026ac87647e7036c
Author: casionone <[email protected]>
AuthorDate: Mon May 29 09:57:57 2023 +0800

    update
---
 .github/workflows/integration-test.yml  | 17 -----------------
 .github/workflows/integration-test2.yml | 17 -----------------
 2 files changed, 34 deletions(-)

diff --git a/.github/workflows/integration-test.yml 
b/.github/workflows/integration-test.yml
index aff3c071f..915c80ddd 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -20,11 +20,9 @@ name: Integration Test
 on:
   push:
     branches:
-      - master
       - dev-1.4.0-integration-test
   pull_request:
     branches:
-      - master
       - dev-1.4.0-integration-test
 
 #concurrency:
@@ -32,7 +30,6 @@ on:
 #  cancel-in-progress: true
 
 env:
-  CT_CONFIG_PATH: '.github/ct.yml'
   KIND_CONFIG_PATH: './linkis-dist/helm/scripts/resources/kind-cluster.yaml'
   KIND_CLUSTER_NAME: 'test-helm'
 jobs:
@@ -90,20 +87,6 @@ jobs:
       - name: Set up chart-testing
         uses: ./.github/actions/chart-testing-action
 
-#      - name: List changed charts
-#        id: list-changed
-#        run: |
-#          changed=$(ct list-changed --config ${{ env.CT_CONFIG_PATH }} 
--target-branch ${{ github.event.repository.default_branch }})
-#          if [[ -n "$changed" ]]; then
-#            echo "changed=true" >> $GITHUB_OUTPUT
-#            echo "Changed charts: $changed"
-#          else
-#            echo "Charts are not changed, they will not be linted, validated, 
installed and tested."
-#          fi
-
-#      # NOTE: If the charts have not changed, they will not be linted, 
validated, installed and tested.
-#      - name: Lint and validate charts
-#        run: ct lint --config ${{ env.CT_CONFIG_PATH }}
 
       - name: Create Kind cluster
         uses: ./.github/actions/kind-action
diff --git a/.github/workflows/integration-test2.yml 
b/.github/workflows/integration-test2.yml
index 13c96e3f9..7d5432f0d 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -20,11 +20,9 @@ name: Integration Test2
 on:
   push:
     branches:
-      - master
       - dev-1.4.0-integration-test
   pull_request:
     branches:
-      - master
       - dev-1.4.0-integration-test
 
 #concurrency:
@@ -32,7 +30,6 @@ on:
 #  cancel-in-progress: true
 
 env:
-  CT_CONFIG_PATH: '.github/ct.yml'
   KIND_CONFIG_PATH: './linkis-dist/helm/scripts/resources/kind-cluster.yaml'
   KIND_CLUSTER_NAME: 'test-helm'
 jobs:
@@ -90,20 +87,6 @@ jobs:
       - name: Set up chart-testing
         uses: ./.github/actions/chart-testing-action
 
-#      - name: List changed charts
-#        id: list-changed
-#        run: |
-#          changed=$(ct list-changed --config ${{ env.CT_CONFIG_PATH }} 
--target-branch ${{ github.event.repository.default_branch }})
-#          if [[ -n "$changed" ]]; then
-#            echo "changed=true" >> $GITHUB_OUTPUT
-#            echo "Changed charts: $changed"
-#          else
-#            echo "Charts are not changed, they will not be linted, validated, 
installed and tested."
-#          fi
-
-#      # NOTE: If the charts have not changed, they will not be linted, 
validated, installed and tested.
-#      - name: Lint and validate charts
-#        run: ct lint --config ${{ env.CT_CONFIG_PATH }}
 
       - name: Create Kind cluster
         uses: ./.github/actions/kind-action


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to