Skip to content

Commit

Permalink
Add cmss work flow (#3358)
Browse files Browse the repository at this point in the history
* fix markdown lint

* add build and e2e test for release 1.12 cmss branch

---------

Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 authored Nov 2, 2023
1 parent 2b200e8 commit 99ad03e
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 14 deletions.
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,44 @@ about: Template for bug reports
labels: kind/bug
---

# Expected Behavior
# Bug Report

# Actual Behavior
## Expected Behavior

# Steps to Reproduce the Problem
## Actual Behavior

## Steps to Reproduce the Problem

1.
1.
1.

# Additional Info
## Additional Info

- Kubernetes version:

**Output of `kubectl version`:**

```
```bash
(paste your output here)

```

- kube-ovn version:

```
```bash
(paste your output here)

```

- operation-system/kernel version:

**Output of `awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release`:**
**Output of `uname -r`:**
```

```bash
(paste your output here)

```

<!-- Any other additional information -->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ about: Template for feature requests
labels: kind/feature
---

### Feature request
# Feature request

<!-- Please describe the feature request and why you would like to have it -->

### Use case
## Use case

<!-- Please add a concrete use case to demonstrate how such a feature would add value for the user. If you don't have a use case for your feature, please remove this section (however providing a good use case increases the likelihood to be picked up) -->
17 changes: 12 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# Pull Request

- [ ] Make sure you have followed [Kube-OVN Code Style](https://github.com/kubeovn/kube-ovn/blob/master/CODE_STYLE.md).

### What type of this PR
## What type of this PR

Examples of user facing changes:

- Features
- Bug fixes
- Docs
- Tests

<!--
Describe your changes here, ideally you can get that description straight from your descriptive commit message(s)!
-->

### Which issue(s) this PR fixes:
## Which issue(s) this PR fixes

Fixes #(issue-number)

### WHAT
## WHAT

copilot:summary

copilot:poem

### HOW
copilot:walkthrough
## HOW

copilot:walkthrough
2 changes: 2 additions & 0 deletions .github/workflows/build-kube-ovn-base-dpdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
name: Build AMD64
runs-on: ubuntu-22.04
Expand All @@ -35,6 +36,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
needs:
- build-amd64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/scheduled-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -254,6 +257,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -337,6 +341,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -411,6 +416,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -462,6 +468,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -515,6 +522,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -568,6 +576,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
steps:
Expand Down Expand Up @@ -641,7 +650,9 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -712,6 +723,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -783,6 +795,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -833,6 +846,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -920,6 +934,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
- release-1.11
- release-1.9
Expand Down Expand Up @@ -1114,6 +1129,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -1172,6 +1188,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -1242,6 +1259,7 @@ jobs:
matrix:
branch:
- master
- release-1.12-cmss
- release-1.12
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 99ad03e

Please sign in to comment.