Skip to content

refactor(workhorse): remove feature flag toggle

Steve Xuereb requested to merge refactor/remove-old-feature-flag into master

What does this MR do?

What

Remove the defention of GITLAB_WORKHORSE_EXEC environment variable which was introduced gitlab-org/build/CNG!972 (merged)

Why

We are removing the feature flag in gitlab-org/build/CNG!986 (merged) so exec is set to be used by default and GITLAB_WORKHORSE_EXEC no longer changes behavior.

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15497

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document
  • Link to related MRs for applying the changes on other environments
  • Link to related Chef changes
  • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)
Edited by Steve Xuereb

Merge request reports