diff --git a/.github/workflows/arm64_docker_marqo.yml b/.github/workflows/arm64_docker_marqo.yml index dd3b0489a..afc46433e 100644 --- a/.github/workflows/arm64_docker_marqo.yml +++ b/.github/workflows/arm64_docker_marqo.yml @@ -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: diff --git a/.github/workflows/cpu_docker_marqo.yml b/.github/workflows/cpu_docker_marqo.yml index f1153e827..2e2c9ba6d 100644 --- a/.github/workflows/cpu_docker_marqo.yml +++ b/.github/workflows/cpu_docker_marqo.yml @@ -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: diff --git a/.github/workflows/cpu_local_marqo.yml b/.github/workflows/cpu_local_marqo.yml index c68881f5d..04053d039 100644 --- a/.github/workflows/cpu_local_marqo.yml +++ b/.github/workflows/cpu_local_marqo.yml @@ -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: diff --git a/.github/workflows/cuda_docker_marqoI.yml b/.github/workflows/cuda_docker_marqoI.yml index aa8f3c847..84202df60 100644 --- a/.github/workflows/cuda_docker_marqoI.yml +++ b/.github/workflows/cuda_docker_marqoI.yml @@ -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: