Skip to content

Fix the QA image retrieval for staging

This implements #398 (closed) and provide a more robust solution to gitlab-org/quality/staging#56 (closed).

TODO:

  • Replace GITLAB_QA_DEV_ACCESS_TOKEN value with a valid access token for the gitlab-qa-bot user on dev. I've used my own access token for now. It seems the dev password for this user stored in 1Password is wrong, and the current GITLAB_QA_DEV_ACCESS_TOKEN token set for the https://gitlab.com/gitlab-org/quality/staging doesn't have sufficient scopes. => I removed the variable and both GITLAB_QA_ACCESS_TOKEN and GITLAB_QA_DEV_ACCESS_TOKEN variable should be given manually when triggering the staging job.

Also, I've opened gitlab-org/quality/staging#71 (closed) for the broken API token and wrong password for the gitlab-qa-bot user.

Closes #398 (closed), https://gitlab.com/gitlab-org/release/framework/issues/421.

Edited by Rémy Coutable

Merge request reports