Skip to content

Commit

Permalink
Merge pull request #12 from timeplus-io/ci/issue-9-update-workflow
Browse files Browse the repository at this point in the history
update github workflow
  • Loading branch information
qijun-niu-timeplus authored Aug 31, 2023
2 parents a5eabf5 + 8be5fee commit b10b866
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual_trigger_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
build_x64:
needs: prepare_sanitizer
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64' && github.event.inputs.build_type != 'release'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -133,7 +133,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
build_x64_release:
needs: prepare_release
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64' && github.event.inputs.build_type == 'release'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -155,7 +155,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
build_arm:
needs: prepare_sanitizer
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm' && github.event.inputs.build_type != 'release'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand All @@ -177,7 +177,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
build_arm_release:
needs: prepare_release
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm' && github.event.inputs.build_type == 'release'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/manual_trigger_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
smoke_test_on_x64:
needs: prepare_smoke_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -107,7 +107,7 @@ jobs:
TIMEPLUS_WORKSPACE: ${{ secrets.TIMEPLUS_WORKSPACE }}
smoke_test_on_arm:
needs: prepare_smoke_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
query_compability_test_on_x64:
needs: prepare_query_compability_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64'
with:
ec2-instance-type: ${{ vars.X64_TEST_ONLY_INSTANCE_TYPE_SMALL }}
Expand All @@ -206,7 +206,7 @@ jobs:
TP_DEMO_SITE_API_KEY: ${{ secrets.TP_DEMO_SITE_API_KEY }}
query_compability_on_arm:
needs: prepare_query_compability_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm'
with:
ec2-instance-type: ${{ vars.ARM_TEST_ONLY_INSTANCE_TYPE_SMALL }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
unit_test_on_x64:
needs: prepare_unit_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -279,7 +279,7 @@ jobs:
TIMEPLUS_WORKSPACE: ${{ secrets.TIMEPLUS_WORKSPACE }}
unit_test_on_arm:
needs: prepare_unit_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
stateless_test_on_x64:
needs: prepare_stateless_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -351,7 +351,7 @@ jobs:
TIMEPLUS_WORKSPACE: ${{ secrets.TIMEPLUS_WORKSPACE }}
stateless_test_on_arm:
needs: prepare_stateless_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
echo 'command: ${{ steps.set_command.outputs.command }}'
stateful_test_on_x64:
needs: prepare_stateful_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'x64'
with:
ec2-instance-type: ${{ vars.X64_INSTANCE_TYPE }}
Expand All @@ -423,7 +423,7 @@ jobs:
TIMEPLUS_WORKSPACE: ${{ secrets.TIMEPLUS_WORKSPACE }}
stateful_test_on_arm:
needs: prepare_stateful_test
uses: timeplus-io/proton-opensource/.github/workflows/run_command.yml@develop
uses: timeplus-io/proton/.github/workflows/run_command.yml@develop
if: github.event.inputs.arch == 'arm'
with:
ec2-instance-type: ${{ vars.ARM_INSTANCE_TYPE }}
Expand Down
Loading

0 comments on commit b10b866

Please sign in to comment.