Skip to content

Commit

Permalink
Use Iron in GitHub CI
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 8337476 commit 7902ab7
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
- iron
schedule:
- cron: "0 5 * * *"
jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- iron
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rolling
- iron
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
- iron
schedule:
- cron: "0 5 * * *"
jobs:
Expand All @@ -16,25 +16,25 @@ jobs:
include:
# Normal build (binary)
- os: ubuntu-22.04
distro: rolling
distro: iron
build-type: binary
instrumentation: instr-enabled
tracepoints: tp-included
# Normal build (source)
- os: ubuntu-22.04
distro: rolling
distro: iron
build-type: source
instrumentation: instr-enabled
tracepoints: tp-included
# Build with instrumentation disabled
- os: ubuntu-22.04
distro: rolling
distro: iron
build-type: source
instrumentation: instr-disabled
tracepoints: tp-included
# Normal build with tracepoints excluded
- os: ubuntu-22.04
distro: rolling
distro: iron
build-type: source
instrumentation: instr-enabled
tracepoints: tp-excluded
Expand Down

0 comments on commit 7902ab7

Please sign in to comment.