Skip to content

Detect pipeline type and attach jobs accordingly

Balasankar 'Balu' C requested to merge 3045-pipeline-type-detection into master

What does this MR do?

Detect pipeline type and attach jobs accordingly. Defines the following pipeline types

  1. DEPS_IO_VERSION_CHECK_PIPELINE
  2. QA_KNAPSACK_UPDATE_PIPELINE
  3. NIGHTLY_PIPELINE
  4. AUTO_DEPLOY_TRIGGER_PIPELINE
  5. AUTO_DEPLOY_PIPELINE
  6. RELEASE_PIPELINE
  7. DOCS_PIPELINE
  8. CANONICAL_MR_PIPELINE
  9. SECURITY_MR_PIPELINE
  10. FORK_MR_PIPELINE
  11. CANONICAL_STABLE_BRANCH_PIPELINE
  12. SECURITY_STABLE_BRANCH_PIPELINE
  13. BUILD_STABLE_BRANCH_PIPELINE
  14. CANONICAL_DEFAULT_BRANCH_PIPELINE
  15. SECURITY_DEFAULT_BRANCH_PIPELINE
  16. BUILD_DEFAULT_BRANCH_PIPELINE
  17. CANONICAL_FEATURE_BRANCH_PIPELINE
  18. SECURITY_FEATURE_BRANCH_PIPELINE
  19. BUILD_FEATURE_BRANCH_PIPELINE
  20. FORK_FEATURE_BRANCH_PIPELINE

Related issues

Closes #3045 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
  • Validate potential values for new configuration settings. Formats such as integer 10, duration 10s, URI scheme://user:passwd@host:port may require quotation or other special handling when rendered in a template and written to a configuration file.
Edited by Mitchell Nielsen

Merge request reports