Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Update CI triggers after migrating to prow jenkins operator #1688

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 27 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/metal3-io/badge)](https://clomonitor.io/projects/cncf/metal3-io)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/metal3-io/baremetal-operator/badge)](https://securityscorecards.dev/viewer/?uri=github.com/metal3-io/baremetal-operator)
[![Ubuntu daily main build status](https://jenkins.nordix.org/buildStatus/icon?job=metal3_daily_main_integration_test_ubuntu&subject=Ubuntu%20daily%20main)](https://jenkins.nordix.org/view/Metal3/job/metal3_daily_main_integration_test_ubuntu/)
[![CentOS daily main build status](https://jenkins.nordix.org/buildStatus/icon?job=metal3_daily_main_integration_test_centos&subject=CentOS%20daily%20main)](https://jenkins.nordix.org/view/Metal3/job/metal3_daily_main_integration_test_centos/)
[![Ubuntu daily main build status](https://jenkins.nordix.org/buildStatus/icon?job=metal3-periodic-ubuntu-e2e-integration-test-main&subject=Ubuntu%20daily%20main)](https://jenkins.nordix.org/view/Metal3/job/metal3-periodic-ubuntu-e2e-integration-test-main/)
[![CentOS daily main build status](https://jenkins.nordix.org/buildStatus/icon?job=metal3-periodic-centos-e2e-integration-test-main&subject=CentOS%20daily%20main)](https://jenkins.nordix.org/view/Metal3/job/metal3-periodic-centos-e2e-integration-test-main/)
[![BMO e2e periodic main](https://jenkins.nordix.org/view/Metal3%20Periodic/job/metal3-bmo-e2e-test-periodic/badge/icon?subject=BMO%20e2e%20periodic%20main)](https://jenkins.nordix.org/view/Metal3%20Periodic/job/metal3-bmo-e2e-test-periodic/)

The Bare Metal Operator implements a Kubernetes API for managing bare metal
Expand Down Expand Up @@ -51,31 +51,37 @@ For more details on the e2e tests, see [test/e2e/README.md](test/e2e/README.md).

**Main branch:**

- **/test-centos-e2e-integration-main** runs CAPM3 e2e integration tests with
CAPM3 main branch and BMO **main** branch on Centos
- **/test-ubuntu-integration-main** runs ansible integration tests with CAPM3
main branch and BMO **main** branch on Ubuntu
- **/test metal3-centos-e2e-integration-test-main** runs CAPM3 e2e integration
tests with CAPM3 main branch and BMO **main** branch on Centos
- **/test metal3-ubuntu-e2e-integration-test-main** runs ansible integration
tests with CAPM3 main branch and BMO **main** branch on Ubuntu

**Release-0.5 branch:**
**Release-0.6 branch:**

- **/test-centos-e2e-integration-release-1-6** runs CAPM3 e2e integration tests
with CAPM3 release-1.6 branch and BMO **release-0.5** branch on Centos
- **/test-ubuntu-integration-release-1-6** runs ansible integration tests with
CAPM3 release-1.6 branch and BMO **release-0.5** branch on Ubuntu
- **/test metal3-centos-e2e-integration-test-release-1-7** runs CAPM3 e2e
integration tests with CAPM3 release-1.7 branch and BMO **release-0.6**
branch on Centos
- **/test metal3-ubuntu-e2e-integration-test-release-1-7** runs ansible
integration tests with CAPM3 release-1.7 branch and BMO **release-0.6**
branch on Ubuntu

**Release-0.4 branch:**
**Release-0.5 branch:**

- **/test-centos-e2e-integration-release-1-5** runs CAPM3 e2e integration tests
with CAPM3 release-1.5 branch and BMO **release-0.4** branch on Centos
- **/test-ubuntu-integration-release-1-5** runs ansible integration tests with
CAPM3 release-1.5 branch and BMO **release-0.4** branch on Ubuntu
- **/test metal3-centos-e2e-integration-test-release-1-6** runs CAPM3 e2e
integration tests with CAPM3 release-1.6 branch and BMO **release-0.5**
branch on Centos
- **/test metal3-ubuntu-e2e-integration-test-release-1-6** runs ansible
integration tests with CAPM3 release-1.6 branch and BMO **release-0.5**
branch on Ubuntu

**Release-0.3 branch:**
**Release-0.4 branch:**

- **/test-centos-e2e-integration-release-1-4** runs CAPM3 e2e integration tests
with CAPM3 release-1.4 branch and BMO **release-0.3** branch on Centos
- **/test-ubuntu-integration-release-1-4** runs ansible integration tests with
CAPM3 release-1.4 branch and BMO **release-0.3** branch on Ubuntu
- **/test metal3-centos-e2e-integration-test-release-1-5** runs CAPM3 e2e
integration tests with CAPM3 release-1.5 branch and BMO **release-0.4**
branch on Centos
- **/test metal3-ubuntu-e2e-integration-test-release-1-5** runs ansible
integration tests with CAPM3 release-1.5 branch and BMO **release-0.4**
branch on Ubuntu

### Important Notes

Expand Down