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