Skip to content

Commit

Permalink
Fix distribution jobs
Browse files Browse the repository at this point in the history
int/dist has stable/scandium branched, make sure job references are
reflecting that.

Change-Id: I0c84c10e06de4c7c29fe6420d8cf3137e8154441
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Sep 24, 2024
1 parent 9669247 commit fdd66ab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jjb/integration/distribution/distribution-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- titanium:
branch: "master"
- scandium:
branch: "stable/calcium"
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
mvn-version: mvn38
Expand Down Expand Up @@ -72,8 +72,10 @@
serviceutils-maven-merge-{stream},
stream:
- scandium:
- titanium:
branch: "master"
- scandium:
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
mvn-version: mvn38
Expand Down Expand Up @@ -113,8 +115,10 @@
jobs:
- "{project-name}-gerrit-docker-jobs"
stream:
- scandium:
- titanium:
branch: "master"
- scandium:
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
- potassium:
Expand Down

0 comments on commit fdd66ab

Please sign in to comment.