Skip to content

Commit 133ef16

Browse files
author
Vivek Reddy
committed
fixing the workflow config for now
1 parent f74b4a4 commit 133ef16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
ARTIFACT_REGISTRY: ${{ secrets.GCP_ARTIFACT_REGISTRY }}
8080
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
8181
GCP_REGION: ${{ secrets.GCP_REGION }}
82+
AWS_S3_REGION: ${{ secrets.GCP_REGION }}
8283
GCP_ZONE: ${{ secrets.GCP_ZONE }}
8384
GCP_NETWORK: default # Adjust if using a custom network
8485
GCP_SUBNETWORK: default # Adjust if using a custom subnetwork
@@ -90,9 +91,12 @@ jobs:
9091
SPLUNK_OPERATOR_IMAGE_FILENAME: splunk-operator
9192
TEST_TO_SKIP: "^(?:[^s]+|s(?:$|[^m]|m(?:$|[^o]|o(?:$|[^k]|k(?:$|[^e])))))*$"
9293
TEST_BUCKET: ${{ secrets.TEST_BUCKET }}
94+
TEST_S3_BUCKET: ${{ secrets.TEST_BUCKET }}
9395
TEST_INDEXES_S3_BUCKET: ${{ secrets.TEST_INDEXES_S3_BUCKET }}
96+
INDEXES_S3_BUCKET: ${{ secrets.TEST_INDEXES_S3_BUCKET }}
9497
GCP_ENTERPRISE_LICENSE_LOCATION: "test_licenses"
9598
ENTERPRISE_LICENSE_LOCATION: "test_licenses"
99+
ENTERPRISE_LICENSE_S3_PATH: "test_licenses"
96100
REGISTRY_REPOSITORY: ${{ secrets.GCP_ARTIFACT_REGISTRY }}
97101
CLUSTER_WIDE: "true"
98102
GCP_SERVICE_ACCOUNT_ENABLED: "false"

0 commit comments

Comments
 (0)