Skip to content

Workflow init

Workflow init #49

Workflow file for this run

name: Linux (Ubuntu 24.04)
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
concurrency:
group: mlir-linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu-24
cancel-in-progress: true
permissions: read-all
jobs:
MLIR:
name: MLIR
uses: ./.github/workflows/job_build_test_mlir_linux.yml
with:
os: ubuntu_24_04
build-runner: ubuntu-latest-32-cores
test-runner: ubuntu-latest-8-cores
run-unit-tests: false
run-lit-tests: false
run-compilation-tests: true
build-cache: true
build-cache-key-suffix: pr_${{ github.event.number }}_cache_test