Skip to content

Commit

Permalink
Use Jazzy
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Aug 22, 2024
1 parent 864010d commit 3136882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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
- jazzy
schedule:
- cron: "0 5 * * *"
defaults:
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- jazzy
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- jazzy
steps:
- uses: actions/checkout@v3
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
- jazzy
schedule:
- cron: "0 5 * * *"
defaults:
Expand All @@ -21,25 +21,25 @@ jobs:
include:
# Normal build (binary)
- os: ubuntu:24.04
distro: rolling
distro: jazzy
build-type: binary
instrumentation: instr-enabled
tracepoints: tp-included
# Normal build (source)
- os: ubuntu:24.04
distro: rolling
distro: jazzy
build-type: source
instrumentation: instr-enabled
tracepoints: tp-included
# Build with instrumentation disabled
- os: ubuntu:24.04
distro: rolling
distro: jazzy
build-type: source
instrumentation: instr-disabled
tracepoints: tp-included
# Normal build with tracepoints excluded
- os: ubuntu:24.04
distro: rolling
distro: jazzy
build-type: source
instrumentation: instr-enabled
tracepoints: tp-excluded
Expand Down

0 comments on commit 3136882

Please sign in to comment.