Skip to content

Adding workspaces ci variables to env.rb

Nivetha Prabakaran requested to merge np_add_ws_variables_to_env into master

What does this MR do and why?

Adds new CI variables needed for the workspaces spec related to gitlab!123454 (merged) and https://gitlab.com/gitlab-org/quality/engineering-productivity-infrastructure/-/merge_requests/436

  •       'WORKSPACES_OAUTH_APP_ID'
  •       'WORKSPACES_OAUTH_APP_SECRET'
  •       'WORKSPACES_OAUTH_SIGNING_KEY'
  •       'WORKSPACES_PROXY_DOMAIN'
  •       'WORKSPACES_DOMAIN_CERT'
  •       'WORKSPACES_DOMAIN_KEY'
  •       'WORKSPACES_WILDCARD_CERT'
  •       'WORKSPACES_WILDCARD_KEY'

How to set up and validate locally

The full list of variable and their values to run this spec can be found in 1password "Run workspaces tests against staging"

bundle exec bin/qa Test::Instance::All https://staging.gitlab.com -- -- qa/specs/features/ee/browser_ui/3_create/remote_development/workspace_actions_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports