Skip to content

Use sitespeed image for `review-performance` instead of DinD

What does this MR do?

Run sitespeed image directly on GitLab runner, instead of running it in Docker in Docker.

This avoids the need for docker tagged runner. It also saves some time as it doesn't need to start Docker daemon and pull another Docker image within the job.

Verified review-performance job: https://gitlab.com/gitlab-org/gitlab/-/jobs/501254699 and report https://gitlab-org.gitlab.io/-/gitlab/-/jobs/501254699/artifacts/sitespeed-results/index.html

Closes #213517 (closed)

Edited by Albert Salim

Merge request reports