mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
Merge branch 'ci/use-new-bucket' into 'master'
ci: use new minio server See merge request espressif/esp-idf!41894
This commit is contained in:
@@ -121,6 +121,11 @@ variables:
|
||||
# add extra python packages
|
||||
export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci:$IDF_PATH/tools/esp_app_trace:$IDF_PATH/components/partition_table:$IDF_PATH/tools/ci/python_packages:$PYTHONPATH"
|
||||
|
||||
# minio configuration
|
||||
# added here since the precedence of variables in gitlab-ci.yml is lower than project settings
|
||||
export IDF_S3_SERVER="$IDF_S3_NEW_SERVER"
|
||||
export IDF_S3_ACCESS_KEY="$IDF_S3_NEW_ACCESS_KEY"
|
||||
|
||||
.setup_tools_and_idf_python_venv: &setup_tools_and_idf_python_venv |
|
||||
# must use after setup_tools_except_target_test
|
||||
# otherwise the export.sh won't work properly
|
||||
|
@@ -60,6 +60,9 @@ child_integration_test_pipeline:
|
||||
stage: assign_test
|
||||
needs:
|
||||
- gen_integration_pipeline
|
||||
variables:
|
||||
IDF_S3_SERVER: $IDF_S3_NEW_SERVER
|
||||
IDF_S3_ACCESS_KEY: $IDF_S3_NEW_ACCESS_KEY
|
||||
trigger:
|
||||
include:
|
||||
- artifact: idf-integration-ci/child_pipeline/pipeline.yml
|
||||
|
Reference in New Issue
Block a user