Prefilled variables are no longer appear for manual pipeline for pre-existing*repos
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
Prefilled variables no longer appear for manual pipeline for pre-existing repos. If we change the predefined variables in the pre-existing repo, they still do not appear.
If we create a new repo with prefilled variables, then these will appear.
So we suspect this is some sort of caching issue.
Steps to reproduce
Click "Ci/Cd" > "Pipeline" >"Run Pipeline" on an pre-existing repo that has prefilled variables set up. Notice that the prefilled variables are no longer appearing.
Example Project
Based on the nature of this issue. Creating a new repo does not reproduce the issue. Here is one repo with the issue: https://gitlab.com/appliedsystems/enterprise/gateway/deploy/apigee-shared-flows-manifest Although, access is probably not granted.
What is the current bug behavior?
Prefilled variables do not appear.
What is the expected correct behavior?
Prefilled variables should appear.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
GitLab Enterprise Edition 15.10.0-pre bbf1eb51
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)(we will only investigate if the tests are passing)
