Skip to content

Commit

Permalink
Fix all the workflow pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 19, 2024
1 parent 18b9b04 commit a714656
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arm64_docker_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
required: false
default: marqo
description: >
They "py-marqo" branch this test is running against.
This is optional. If left as the default value "marqo", we run the test based on the
latest release of py-marqo on pypi. Otherwise, the specified branch is tested. For example "mainline"
api_tests_branch:
required: false
default: mainline
description: >
They "api-tests" branch this test is running against.
This is optional. If left as the default value "mainline", we run the api tests based at branch
"mainline". Otherwise, the specified branch is tested. For example "li/test-xx"
image_to_test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cpu_docker_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
required: false
default: marqo
description: >
They "py-marqo" branch this test is running against.
This is optional. If left as the default value "marqo", we run the test based on the
latest release of py-marqo on pypi. Otherwise, the specified branch is tested. For example "mainline"
api_tests_branch:
required: false
default: mainline
description: >
They "api-tests" branch this test is running against.
This is optional. If left as the default value "mainline", we run the api tests based at branch
"mainline". Otherwise, the specified branch is tested. For example "li/test-xx"
image_to_test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpu_local_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
required: false
default: marqo
description: >
They py-marqo branch this test is running against.
They "py-marqo" branch this test is running against.
This is optional. If left as the default value "marqo", we run the test based on the
latest release of py-marqo on pypi. Otherwise, the specified branch is tested. For example "mainline"
api_tests_branch:
required: false
default: mainline
description: >
They api-tests branch this test is running against.
They "api-tests" branch this test is running against.
This is optional. If left as the default value "mainline", we run the api tests based at branch
"mainline". Otherwise, the specified branch is tested. For example "li/test-xx"
image_to_test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cuda_docker_marqoI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
required: false
default: marqo
description: >
They "py-marqo" branch this test is running against.
This is optional. If left as the default value "marqo", we run the test based on the
latest release of py-marqo on pypi. Otherwise, the specified branch is tested. For example "mainline"
api_tests_branch:
required: false
default: mainline
description: >
They "api-tests" branch this test is running against.
This is optional. If left as the default value "mainline", we run the api tests based at branch
"mainline". Otherwise, the specified branch is tested. For example "li/test-xx"
image_to_test:
Expand Down

0 comments on commit a714656

Please sign in to comment.