mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
ci: inherit more variables
this is somehow a temporary workaround, the long-term solution shall be related to `inherit:variables`
This commit is contained in:
@@ -314,6 +314,7 @@ build_child_pipeline:
|
||||
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
||||
BUILD_AND_TEST_ALL_APPS: $BUILD_AND_TEST_ALL_APPS
|
||||
REPORT_EXIT_CODE: $REPORT_EXIT_CODE
|
||||
OOCD_DISTRO_URL: $OOCD_DISTRO_URL
|
||||
# https://gitlab.com/gitlab-org/gitlab/-/issues/214340
|
||||
inherit:
|
||||
variables: false
|
||||
|
@@ -37,6 +37,7 @@ Pytest Target Test Jobs:
|
||||
needs:
|
||||
- generate_pytest_child_pipeline
|
||||
variables:
|
||||
OOCD_DISTRO_URL: $OOCD_DISTRO_URL
|
||||
PARENT_PIPELINE_ID: $PARENT_PIPELINE_ID
|
||||
REPORT_EXIT_CODE: $REPORT_EXIT_CODE
|
||||
# https://gitlab.com/gitlab-org/gitlab/-/issues/214340
|
||||
|
Reference in New Issue
Block a user