Mesa (main): Partial revert of "ci: Add a manual job for tracking the performance of Freedreno"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 27 09:29:08 UTC 2021


Module: Mesa
Branch: main
Commit: 6cd37e4bf0f9b4c1fc4715077b76f449a3513a53
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cd37e4bf0f9b4c1fc4715077b76f449a3513a53

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Thu May 27 10:30:15 2021 +0200

Partial revert of "ci: Add a manual job for tracking the performance of Freedreno"

This reverts commit 8e470457de5b6e7903ceea0efaa99cb6e8b611f0.

Drop that jobs, as it's sometimes causing a gitlab-ci.yml parse error
that isn't readily reproducible:

Found errors in your .gitlab-ci.yml:

'a630-profile-traces' job needs 'arm_test' job but it was not added to the pipeline
'a630-profile-traces' job needs 'meson-arm64' job but it was not added to the pipeline

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11030>

---

 src/freedreno/ci/gitlab-ci.yml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index 8b4f904b564..0685cd3a309 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -277,25 +277,3 @@ a630-traces:
     # missing.
     MESA_GLSL_VERSION_OVERRIDE: "460"
     MESA_GL_VERSION_OVERRIDE: "4.6"
-
-a630-profile-traces:
-  extends:
-    - a630-traces
-  variables:
-    PIGLIT_REPLAY_SUBCOMMAND: "profile"
-    PIGLIT_REPLAY_EXTRA_ARGS: "--db-path ${CI_PROJECT_DIR}/replayer-db/"
-    # More than this can hit OOM due to BOs leaked during the replay of the last frame
-    PIGLIT_REPLAY_LOOP_TIMES: 150
-    # We don't want for more than one workload to be submitted to the GPU at a time
-    FDO_CI_CONCURRENT: 1
-    # So we aren't capped by VSync by the X server
-    EGL_PLATFORM: surfaceless
-    GIT_STRATEGY: none
-
-  rules:
-    # We want this job to be present always, will be triggered automatically
-    # *after* the code is merged, for stats collecting.
-    - when: manual
-  # This is needed so the manual job won't block MRs
-  stage: success
-  allow_failure: true



More information about the mesa-commit mailing list