diff --git a/.pick_status.json b/.pick_status.json index 734459ef4e5..71a8ce1c980 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4264,7 +4264,7 @@ "description": "freedreno/ci: move the disabled jobs from include to the main file", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9442571664e5a7d6e06f098ce4ea2246e5504796", "notes": null diff --git a/src/freedreno/ci/gitlab-ci-inc.yml b/src/freedreno/ci/gitlab-ci-inc.yml index 5367b48c8cf..f71dcb1c067 100644 --- a/src/freedreno/ci/gitlab-ci-inc.yml +++ b/src/freedreno/ci/gitlab-ci-inc.yml @@ -292,25 +292,6 @@ tags: - google-freedreno-db410c -# New jobs. Leave it as manual for now. -.a306_piglit: - extends: - - .piglit-test - - .a306-test - - .google-freedreno-manual-rules - variables: - HWCI_START_XORG: 1 - -# Something happened and now this hangchecks and doesn't recover. Unkown when -# it started. -.a306_piglit_gl: - extends: - - .a306_piglit - variables: - PIGLIT_PROFILES: quick_gl - BM_KERNEL_EXTRA_ARGS: "msm.num_hw_submissions=1" - FDO_CI_CONCURRENT: 3 - # 8 devices (2023-04-15) .a530-test: extends: diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index f3c0b1738e2..9d19c21502a 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -10,6 +10,25 @@ a306_gl: FDO_CI_CONCURRENT: 6 parallel: 5 +# New jobs. Leave it as manual for now. +.a306_piglit: + extends: + - .piglit-test + - .a306-test + - .google-freedreno-manual-rules + variables: + HWCI_START_XORG: 1 + +# Something happened and now this hangchecks and doesn't recover. Unkown when +# it started. +.a306_piglit_gl: + extends: + - .a306_piglit + variables: + PIGLIT_PROFILES: quick_gl + BM_KERNEL_EXTRA_ARGS: "msm.num_hw_submissions=1" + FDO_CI_CONCURRENT: 3 + a306_piglit_shader: extends: - .a306_piglit