diff --git a/.github/workflows/build-graphscope-dev-images.yml b/.github/workflows/build-graphscope-dev-images.yml index 2e177c0d3f01..944ce796ac00 100644 --- a/.github/workflows/build-graphscope-dev-images.yml +++ b/.github/workflows/build-graphscope-dev-images.yml @@ -128,7 +128,7 @@ jobs: sudo docker rmi -f graphscope/graphscope-dev:wheel-${tag} || true sudo docker rmi -f ${{ env.REGISTRY }}/graphscope/graphscope-dev:wheel-${tag} || true - manifesh-push-wheel-image: + manifest-push-wheel-image: runs-on: ubuntu-20.04 # if: ${{ github.event_name == 'workflow_dispatch' }} && ${{ github.event.inputs.build_wheel == 'true' }} if: false diff --git a/.github/workflows/build-graphscope-images-linux.yml b/.github/workflows/build-graphscope-images-linux.yml index f41f1d82bcd7..f9c8ad7eabaf 100644 --- a/.github/workflows/build-graphscope-images-linux.yml +++ b/.github/workflows/build-graphscope-images-linux.yml @@ -319,7 +319,7 @@ jobs: sudo docker rmi -f graphscope/learning:${tag} || true - manifesh-push-image: + manifest-push-image: runs-on: ubuntu-20.04 # if: (github.ref == 'refs/heads/main' && github.repository == 'alibaba/GraphScope') || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'alibaba/GraphScope') if: false diff --git a/.github/workflows/build-graphscope-wheels-macos.yml b/.github/workflows/build-graphscope-wheels-macos.yml index 8eff736d7c1d..418e51c628a2 100644 --- a/.github/workflows/build-graphscope-wheels-macos.yml +++ b/.github/workflows/build-graphscope-wheels-macos.yml @@ -1,4 +1,4 @@ -name: Build GraphScope Wheels on MacOS +name: Build GraphScope Wheels on macOS # on: [push, pull_request] on: diff --git a/.github/workflows/gaia.yml b/.github/workflows/gaia.yml index b38eeee313d0..d028d9aa7d09 100644 --- a/.github/workflows/gaia.yml +++ b/.github/workflows/gaia.yml @@ -31,7 +31,7 @@ jobs: - name: Detect the tmate session run: | if grep -v "grep" .github/workflows/gaia.yml | grep "action-tmate"; then - echo 'WARNING!!!the self-hosted machine can not run tmate session, please debug it manually' + echo 'WARNING!!!the self-hosted machine cannot run tmate session, please debug it manually' exit 1 fi @@ -88,12 +88,12 @@ jobs: run: | . ${HOME}/.graphscope_env git clone -b master --single-branch --depth=1 https://github.com/7br/gstest.git /tmp/gstest - cd ${GITHUB_WORKSPACE}/interactive_engine/compiler && ./ir_exprimental_ci.sh + cd ${GITHUB_WORKSPACE}/interactive_engine/compiler && ./ir_experimental_ci.sh - name: Ir Integration Pattern Test on Experimental Store run: | cd ${GITHUB_WORKSPACE} - cd ${GITHUB_WORKSPACE}/interactive_engine/compiler && ./ir_exprimental_advanced_ci.sh + cd ${GITHUB_WORKSPACE}/interactive_engine/compiler && ./ir_experimental_advanced_ci.sh - name: Ir Integration Test on Csr Store run: | diff --git a/.github/workflows/gss.yml b/.github/workflows/gss.yml index 8537d4701ad2..7bc4309b0b02 100644 --- a/.github/workflows/gss.yml +++ b/.github/workflows/gss.yml @@ -49,7 +49,7 @@ jobs: - name: Detect the tmate session run: | if grep -v "grep" .github/workflows/gss.yml | grep "action-tmate"; then - echo 'WARNING!!!the self-hosted machine can not run tmate session, please debug it manually' + echo 'WARNING!!!the self-hosted machine cannot run tmate session, please debug it manually' exit 1 fi @@ -110,7 +110,7 @@ jobs: - name: Detect the tmate session run: | if grep -v "grep" .github/workflows/gss.yml | grep "action-tmate"; then - echo 'WARNING!!!the self-hosted machine can not run tmate session, please debug it manually' + echo 'WARNING!!!the self-hosted machine cannot run tmate session, please debug it manually' exit 1 fi diff --git a/.github/workflows/hqps-db-ci.yml b/.github/workflows/hqps-db-ci.yml index 59a4c283c097..1f1d2760399a 100644 --- a/.github/workflows/hqps-db-ci.yml +++ b/.github/workflows/hqps-db-ci.yml @@ -142,7 +142,7 @@ jobs: for i in 1 2 3 4 5 6 7 8 9 10 11 12; do - cmd="./load_plan_and_gen.sh -e=hqps -i=../resources/queries/ic/adhoc/ic${i}_adhoc.cypher -w=/tmp/codgen/" + cmd="./load_plan_and_gen.sh -e=hqps -i=../resources/queries/ic/adhoc/ic${i}_adhoc.cypher -w=/tmp/codegen/" cmd=${cmd}" -o=/tmp/plugin --ir_conf=../tests/hqps/engine_config_test.yaml " cmd=${cmd}" --graph_schema_path=${INTERACTIVE_WORKSPACE}/data/ldbc/graph.yaml" echo $cmd @@ -151,7 +151,7 @@ jobs: for i in 1 2 3 4 5 6 7 8 9 10 11 12; do - cmd="./load_plan_and_gen.sh -e=hqps -i=../resources/queries/ic/adhoc/simple_match_${i}.cypher -w=/tmp/codgen/" + cmd="./load_plan_and_gen.sh -e=hqps -i=../resources/queries/ic/adhoc/simple_match_${i}.cypher -w=/tmp/codegen/" cmd=${cmd}" -o=/tmp/plugin --ir_conf=../tests/hqps/engine_config_test.yaml " cmd=${cmd}" --graph_schema_path=${INTERACTIVE_WORKSPACE}/data/ldbc/graph.yaml" echo $cmd @@ -163,7 +163,7 @@ jobs: sed -i 's/default_graph: ldbc/default_graph: movies/g' ../tests/hqps/engine_config_test.yaml for i in 1 2 3 4 5 6 7 11 12 13 14 15; do - cmd="./load_plan_and_gen.sh -e=hqps -i=../tests/hqps/queries/movie/query${i}.cypher -w=/tmp/codgen/" + cmd="./load_plan_and_gen.sh -e=hqps -i=../tests/hqps/queries/movie/query${i}.cypher -w=/tmp/codegen/" cmd=${cmd}" -o=/tmp/plugin --ir_conf=../tests/hqps/engine_config_test.yaml " cmd=${cmd}" --graph_schema_path=${INTERACTIVE_WORKSPACE}/data/movies/graph.yaml" echo $cmd diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index e3fa7e4c891a..0ecb6803be56 100644 --- a/.github/workflows/k8s-ci.yml +++ b/.github/workflows/k8s-ci.yml @@ -57,7 +57,7 @@ jobs: - name: Detect the tmate session run: | if grep -v "grep" .github/workflows/k8s-ci.yml | grep "action-tmate"; then - echo 'WARNING!!!the self-hosted machine can not run tmate session, please debug it manually' + echo 'WARNING!!!the self-hosted machine cannot run tmate session, please debug it manually' exit 1 fi diff --git a/.github/workflows/local-ci.yml b/.github/workflows/local-ci.yml index bc2d0509f084..4fd81085350d 100644 --- a/.github/workflows/local-ci.yml +++ b/.github/workflows/local-ci.yml @@ -59,7 +59,7 @@ jobs: # hack here: get all field of build-wheels which run on self-hosted machine if sed -n '/self-hosted/,/mini-test/ p' .github/workflows/local-ci.yml | \ grep -v "grep" - | grep "action-tmate"; then - echo 'WARNING!!!the self-hosted machine can not run tmate session, please debug it manually' + echo 'WARNING!!!the self-hosted machine cannot run tmate session, please debug it manually' exit 1 fi diff --git a/.github/workflows/pegasus.yml b/.github/workflows/pegasus.yml index 31978be2b062..ff4f204c2c9c 100644 --- a/.github/workflows/pegasus.yml +++ b/.github/workflows/pegasus.yml @@ -20,7 +20,7 @@ env: CARGO_TERM_COLOR: always jobs: - peagsus-build: + pegasus-build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 diff --git a/interactive_engine/compiler/ir_exprimental_advanced_ci.sh b/interactive_engine/compiler/ir_experimental_advanced_ci.sh similarity index 100% rename from interactive_engine/compiler/ir_exprimental_advanced_ci.sh rename to interactive_engine/compiler/ir_experimental_advanced_ci.sh diff --git a/interactive_engine/compiler/ir_exprimental_ci.sh b/interactive_engine/compiler/ir_experimental_ci.sh similarity index 100% rename from interactive_engine/compiler/ir_exprimental_ci.sh rename to interactive_engine/compiler/ir_experimental_ci.sh