Skip to content

Commit

Permalink
Add legacy-firecracker-v0.24.0-with-upf-support branch to CI workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Georgiy Lebedev <[email protected]>
  • Loading branch information
CuriousGeorgiy authored and leokondrashov committed Oct 16, 2023
1 parent df33dec commit 8e30e36
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: vHive build tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: vHive setup scripts build tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
workflow_dispatch:
schedule:
- cron: '40 13 * * 2'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cri_minio_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: MinIO tests

on:
# push:
# branches: [ main ]
# branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
# paths-ignore:
# - 'docs/**'
# - '**.md'
# - 'function-images/**'
# pull_request:
# branches: [ main ]
# branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
# paths-ignore:
# - 'docs/**'
# - '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firecracker_cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vHive firecracker CRI tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
- 'function-images/**'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gvisor_cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vHive gVisor CRI tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
- 'function-images/**'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vHive integration tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
- 'function-images/**'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Linters
on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stargz_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vHive stock-only stargz tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
- 'function-images/**'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vHive unit tests

on:
push:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
- 'function-images/**'
pull_request:
branches: [ main ]
branches: [ main, legacy-firecracker-v0.24.0-with-upf-support ]
paths-ignore:
- 'docs/**'
- '**.md'
Expand Down

0 comments on commit 8e30e36

Please sign in to comment.