Skip to content

Commit

Permalink
adding enterprise license location
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 16, 2024
1 parent 038d007 commit fc5f808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
TEST_TO_SKIP: "^(?:[^s]+|s(?:$|[^m]|m(?:$|[^o]|o(?:$|[^k]|k(?:$|[^e])))))*$"
TEST_BUCKET: ${{ secrets.TEST_BUCKET }}
TEST_INDEXES_S3_BUCKET: ${{ secrets.TEST_INDEXES_S3_BUCKET }}
GCP_ENTERPRISE_LICENSE_LOCATION: ${{ secrets.ENTERPRISE_LICENSE_LOCATION }}
ENTERPRISE_LICENSE_LOCATION: ${{ secrets.ENTERPRISE_LICENSE_LOCATION }}
REGISTRY_REPOSITORY: ${{ secrets.GCP_ARTIFACT_REGISTRY }}
CLUSTER_WIDE: "true"
Expand Down
4 changes: 2 additions & 2 deletions test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ case ${CLUSTER_PROVIDER} in
fi
;;
"gcp")
if [[ -z "${ENTERPRISE_LICENSE_LOCATION}" ]]; then
if [[ -z "${GCP_ENTERPRISE_LICENSE_LOCATION}" ]]; then
echo "License path not set. Changing to default"
export ENTERPRISE_LICENSE_LOCATION="${ENTERPRISE_LICENSE_LOCATION}"
export ENTERPRISE_LICENSE_LOCATION="${GCP_ENTERPRISE_LICENSE_LOCATION}"
fi

if [[ -z "${TEST_CONTAINER}" ]]; then
Expand Down

0 comments on commit fc5f808

Please sign in to comment.