File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments