ignoring some other workflows for now
Build on RHEL9 docker image / build (push) Successful in 4m13s
Build on RHEL8 docker image / build (push) Successful in 5m11s
Run Simulator Tests on local RHEL9 / build (push) Successful in 20m7s
Run Simulator Tests on local RHEL8 / build (push) Failing after 3h9m2s

This commit is contained in:
2026-08-28 11:20:13 +02:00
parent dfee6f9c05
commit 978ea99e19
4 changed files with 26 additions and 8 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
name: Native CMake Build
on: [push, pull_request, workflow_dispatch]
on:
push:
branches-ignore:
- 'dev/pr_automation*'
- 'dev/test_pr_automation*'
pull_request:
branches-ignore:
- 'dev/pr_automation*'
- 'dev/test_pr_automation*'
workflow_dispatch:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Debug
+6 -2
View File
@@ -1,7 +1,11 @@
name: Build slsdetlib
on: [pull_request]
on:
pull_request:
branches-ignore:
- 'dev/pr_automation*'
- 'dev/test_pr_automation*'
jobs:
build:
strategy:
+6 -2
View File
@@ -1,7 +1,11 @@
name: slsdet
on: [pull_request]
on:
pull_request:
branches-ignore:
- 'dev/pr_automation*'
- 'dev/test_pr_automation*'
jobs:
build:
strategy:
+3 -2
View File
@@ -2,8 +2,9 @@ name: Run Simulator Tests
on:
push:
branches-ignore:
- 'dev/pr_automation*'
- 'dev/test_pr_automation*'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)