Skip to content

Workflow init

Workflow init #1

Workflow file for this run

name: Linux (Ubuntu 22.04)
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
concurrency:
group: ${{ github.event_name == 'push' && github.run_id || github.ref }}-ubuntu-22
cancel-in-progress: true
permissions: read-all
jobs:
BuildMLIR:
name: Build MLIR and Test
uses: ./.github/workflows/job_build_test_mlir_linux.yml
with:
runner: 'ubuntu-22.04-16-cores'
openvino-cmake-options: |-
-DENABLE_TESTS=ON
npu-cmake-options: |-
-DENABLE_TESTS=ON
run-unit-tests: true
run-lit-tests: true