Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- rolling
- lyrical
schedule:
- cron: "0 5 * * *"
defaults:
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- lyrical
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- lyrical
steps:
- uses: actions/checkout@v6
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- rolling
- lyrical
schedule:
- cron: "0 5 * * *"
defaults:
Expand All @@ -21,25 +21,25 @@ jobs:
include:
# Normal build (binary)
- os: ubuntu:26.04
distro: rolling
distro: lyrical
build-type: binary
instrumentation: instr-enabled
tracepoints: tp-included
# Normal build (source)
- os: ubuntu:26.04
distro: rolling
distro: lyrical
build-type: source
instrumentation: instr-enabled
tracepoints: tp-included
# Build with instrumentation disabled
- os: ubuntu:26.04
distro: rolling
distro: lyrical
build-type: source
instrumentation: instr-disabled
tracepoints: tp-included
# Normal build with tracepoints excluded
- os: ubuntu:26.04
distro: rolling
distro: lyrical
build-type: source
instrumentation: instr-enabled
tracepoints: tp-excluded
Expand Down
Loading