Skip to content
Snippets Groups Projects
Commit 17f6a21c authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.gitlab-ci.yml: restrict benchmarks needs to non-CUDA containers

parent 4b4dd5e2
No related branches found
No related tags found
1 merge request!936.gitlab-ci.yml: restrict benchmarks needs to non-CUDA containers
Pipeline #95074 failed
Pipeline: eic/EICrecon: HcalEndcapPInsert*Clusters: update sampFrac

#95091

    Pipeline: eic/EICrecon: HcalEndcapPInsert*Clusters: update sampFrac

    #95090

      Pipeline: reconstruction_benchmarks

      #95089

        +3
        ...@@ -473,8 +473,19 @@ jug_xl:singularity:nightly: ...@@ -473,8 +473,19 @@ jug_xl:singularity:nightly:
        .benchmarks: .benchmarks:
        stage: benchmarks stage: benchmarks
        needs: needs:
        - version - job: version
        - eic - job: eic
        parallel:
        matrix:
        - BUILD_TYPE:
        - default
        - nightly
        BUILDER_IMAGE: debian_stable_base
        RUNTIME_IMAGE: debian_stable_base
        BUILD_IMAGE: eic_
        PLATFORM: linux/amd64
        ENV:
        - xl
        variables: variables:
        DETECTOR: "epic" DETECTOR: "epic"
        DETECTOR_CONFIG: epic_craterlake DETECTOR_CONFIG: epic_craterlake
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment