From e05217d317c9901430a10b51e9fd267a8105f55c Mon Sep 17 00:00:00 2001 From: wudi <676366545@qq.com> Date: Tue, 5 Mar 2024 11:13:36 +0800 Subject: [PATCH] fix --- .github/workflows/run-e2ecase-12.yml | 82 ++++++++++++++-------------- .github/workflows/run-itcase-12.yml | 82 ++++++++++++++-------------- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/.github/workflows/run-e2ecase-12.yml b/.github/workflows/run-e2ecase-12.yml index fc6f411c5..fd89d20d8 100644 --- a/.github/workflows/run-e2ecase-12.yml +++ b/.github/workflows/run-e2ecase-12.yml @@ -1,44 +1,44 @@ -## 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: Run E2ECases 1.2 -#on: -# pull_request: -# push: +# 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 # -#jobs: -# build-extension: -# name: "Run E2ECases 1.2" -# runs-on: ubuntu-latest -# defaults: -# run: -# shell: bash -# steps: -# - name: Checkout -# uses: actions/checkout@master +# http://www.apache.org/licenses/LICENSE-2.0 # -# - name: Setup java -# uses: actions/setup-java@v2 -# with: -# distribution: adopt -# java-version: '8' -# -# - name: Run E2ECases -# run: | -# cd flink-doris-connector && mvn test -Dtest="*E2ECase" -Dimage="adamlee489/doris:1.2.7.1_x86" +# 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: Run E2ECases 1.2 +on: + pull_request: + push: + +jobs: + build-extension: + name: "Run E2ECases 1.2" + runs-on: ubuntu-latest + defaults: + run: + shell: bash + steps: + - name: Checkout + uses: actions/checkout@master + + - name: Setup java + uses: actions/setup-java@v2 + with: + distribution: adopt + java-version: '8' + + - name: Run E2ECases + run: | + cd flink-doris-connector && mvn test -Dtest="*E2ECase" -Dimage="adamlee489/doris:1.2.7.1_x86" + diff --git a/.github/workflows/run-itcase-12.yml b/.github/workflows/run-itcase-12.yml index 609317213..cd31c3ad5 100644 --- a/.github/workflows/run-itcase-12.yml +++ b/.github/workflows/run-itcase-12.yml @@ -1,44 +1,44 @@ -## 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: Run ITCases 1.2 -#on: -# pull_request: -# push: +# 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 # -#jobs: -# build-extension: -# name: "Run ITCases 1.2" -# runs-on: ubuntu-latest -# defaults: -# run: -# shell: bash -# steps: -# - name: Checkout -# uses: actions/checkout@master +# http://www.apache.org/licenses/LICENSE-2.0 # -# - name: Setup java -# uses: actions/setup-java@v2 -# with: -# distribution: adopt -# java-version: '8' -# -# - name: Run ITCases -# run: | -# cd flink-doris-connector && mvn test -Dtest="*ITCase" -Dimage="adamlee489/doris:1.2.7.1_x86" +# 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: Run ITCases 1.2 +on: + pull_request: + push: + +jobs: + build-extension: + name: "Run ITCases 1.2" + runs-on: ubuntu-latest + defaults: + run: + shell: bash + steps: + - name: Checkout + uses: actions/checkout@master + + - name: Setup java + uses: actions/setup-java@v2 + with: + distribution: adopt + java-version: '8' + + - name: Run ITCases + run: | + cd flink-doris-connector && mvn test -Dtest="*ITCase" -Dimage="adamlee489/doris:1.2.7.1_x86" +