Skip to content

E2E tests api defined pipeline variable inheritance

Tiffany Rea requested to merge 355749-e2e-pipeline-inherit-api-variable into master

We already had test cases for pipeline triggered via UI with variable, this test covers pipeline triggered via API scenario. We want to make sure that:

  • When forward:pipeline_variables is true, downstream (or child) can inherit this pipeline's variable
  • When forward:pipeline_variables is false, downstream (or child) cannot inherit this pipeline's variable
  • When default (none is specified), downstream (or child) cannot inherit this pipeline's variable

Test case link https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/360745

Related to #355749 (closed) & #355572 (closed)

Edited by Joanna Shih

Merge request reports

Loading