Skip to content

Commit

Permalink
test coverage on bpflsm runner
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Jul 27, 2024
1 parent 5a2f77e commit fe236c5
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on:
push:
branches:
- "main"
- "non-k8s-hsp-test"
paths:
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
- "!STABLE-RELEASE"
- "tests/**"
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
- "tests/**"
pull_request:
branches:
- "main"
paths:
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
- "tests/**"

jobs:
calculate-k8s-coverage:
Expand All @@ -20,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, bpflsm]
runtime: ["containerd", "crio"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -200,7 +205,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, bpflsm]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -298,7 +303,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, bpflsm]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fe236c5

Please sign in to comment.