Skip to content

Add JH files into QA docker

What does this MR do and why?

This is JiHu team, related to !88017 (merged), we want to setup a JH QA environment and add the QA docker support.

The discussion is from here: https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1370#note_1001254135

How to set up and validate locally

  1. When not in JiHu environment, nothing will change here, the QA docker image dir will be:
├── INSTALLATION_TYPE
├── VERSION
├── config
├── ee
├── lib
├── qa
  1. When in JiHu environment, the QA docker image dir will be:
├── INSTALLATION_TYPE
├── VERSION
├── config
├── ee
├── lib
├── qa
├── jh
│   ├── qa
│   ├── lib

/cc @daveliu @jzhang_gl

Edited by Song Huang

Merge request reports