mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
ci: Add a variable to identify triggered cerbero pipelines
This commit is required for proper functioning of the following cerbero merge request: https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/800 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1638>
This commit is contained in:
parent
f0b045a69b
commit
9359aa5590
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ if __name__ == "__main__":
|
|||
variables={
|
||||
"CI_GSTREAMER_URL": os.environ["CI_PROJECT_URL"],
|
||||
"CI_GSTREAMER_REF_NAME": os.environ["CI_COMMIT_REF_NAME"],
|
||||
# This tells cerebero CI that this is a pipeline started via the
|
||||
# trigger API, which means it can use a deps cache instead of
|
||||
# building from scratch.
|
||||
"CI_GSTREMER_TRIGGERED": "true",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue