Skip to content

Commit

Permalink
Fix ovsdb-patch-test
Browse files Browse the repository at this point in the history
The patch test job for ovsdb doesn't have correct build-node, Java
& Maven version configuration. Update the configuration for the
supported streams.

And remove the CSIT jobs for the genius project which no longer exist.

Change-Id: I74bfa34f415b78910ce4fbb9a6fce32b9ce860b7
Signed-off-by: Sangwook Ha <[email protected]>
  • Loading branch information
sangwookha-vz committed Aug 26, 2024
1 parent f28ad88 commit e957fcc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions jjb/ovsdb/ovsdb-patch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# The project name
project: "ovsdb"
mvn-version: "mvn38"

stream:
- titanium:
Expand All @@ -15,16 +14,18 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
java-version: openjdk17
mvn-version: mvn38
- potassium:
branch: "stable/potassium"
java-version: openjdk17
mvn-version: mvn38

os-branch: "queens"
jdk: "openjdk8"
java-version: openjdk21
mvn-version: mvn39
build-node: ubuntu2004-docker-4c-4g

feature:
- genius:
csit-list: >
genius-csit-1node-gate-only-{stream}
- core:
csit-list: >
ovsdb-csit-1node-gate-southbound-all-{stream},
Expand Down

0 comments on commit e957fcc

Please sign in to comment.