Skip to content

Commit

Permalink
Fix openflowplugin-patch-test
Browse files Browse the repository at this point in the history
The patch test job for openflowplugin 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: Iefed6a9eaf574676467e197b6b12411177516469
Signed-off-by: Sangwook Ha <[email protected]>
  • Loading branch information
sangwookha-vz committed Aug 26, 2024
1 parent 2c8c03a commit f28ad88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jjb/openflowplugin/openflowplugin-patch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
- inttest-patch-test

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

# Project branches
stream:
Expand All @@ -16,11 +15,16 @@
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:
- cbench:
Expand All @@ -36,7 +40,3 @@
openflowplugin-csit-3node-gate-clustering-only-{stream},
openflowplugin-csit-3node-gate-clustering-bulkomatic-only-{stream},
openflowplugin-csit-3node-gate-clustering-perf-bulkomatic-only-{stream}
- genius:
csit-list: >
genius-csit-1node-gate-only-{stream}

0 comments on commit f28ad88

Please sign in to comment.