diff --git a/.github/workflows/ubuntu_20.yml b/.github/workflows/ubuntu_20.yml index 7487ed62635814..c457a49f91eafb 100644 --- a/.github/workflows/ubuntu_20.yml +++ b/.github/workflows/ubuntu_20.yml @@ -128,7 +128,8 @@ jobs: runner: "[ 'self-hosted', 'igpu' ]" container: '{"image": "ubuntu:20.04", "volumes": ["/dev/dri:/dev/dri"], "options": "--group-add 109 --group-add 44 --device /dev/dri:/dev/dri"}' - if: fromJSON(needs.smart_ci.outputs.affected_components).GPU + # if: fromJSON(needs.smart_ci.outputs.affected_components).GPU + if: ${{ 'false' }} # Ticket: 152280 dGPU: name: dGPU Tests @@ -145,11 +146,12 @@ jobs: runner: "[ 'self-hosted', 'dgpu' ]" container: '{"image": "ubuntu:20.04", "volumes": ["/dev/dri:/dev/dri"], "options": "--group-add 109 --group-add 44 --device /dev/dri/card0:/dev/dri/card0 --device /dev/dri/renderD128:/dev/dri/renderD128"}' - if: ${{ github.event_name == 'schedule' }} + # if: ${{ github.event_name == 'schedule' }} + if: ${{ 'false' }} # Ticket: 152280 Overall_Status: name: ci/gha_overall_status_ubuntu_20 - needs: [Smart_CI, Build, iGPU, Debian_Packages, Samples] + needs: [Smart_CI, Build, Debian_Packages, Samples] if: ${{ always() }} runs-on: ubuntu-latest steps: