File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22
22
timeout-minutes : 30
23
23
needs :
24
24
- lint
25
- env :
26
- AZURE_STORAGE_ACCOUNT : ${{ secrets.AZURE_STORAGE_ACCOUNT }}
27
- AZURE_STORAGE_KEY : ${{ secrets.AZURE_STORAGE_KEY }}
28
25
steps :
29
26
- name : Checkout repository
30
27
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ NAMESPACE=tests
24
24
SERVICE_ACCOUNT=spark
25
25
ADMIN_POD_NAME=testpod-admin
26
26
USER_POD_NAME=kyuubi-test
27
- S3_BUCKET=test-rock- kyuubi-$( uuidgen)
27
+ S3_BUCKET=kyuubi-$( uuidgen)
28
28
AZURE_CONTAINER=$S3_BUCKET
29
29
30
30
get_spark_version (){
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ source ./tests/integration/utils/azure-utils.sh
22
22
# Global Variables
23
23
NAMESPACE=tests
24
24
ADMIN_POD_NAME=testpod-admin
25
- S3_BUCKET=test-rock- spark-$( uuidgen)
25
+ S3_BUCKET=spark-$( uuidgen)
26
26
AZURE_CONTAINER=$S3_BUCKET
27
27
28
28
get_spark_version (){
You can’t perform that action at this time.
0 commit comments