-
Type: Sub-task
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: helm-charts
-
Labels:None
-
Story Points:0
https://gerrit.opencord.org/c/voltha-helm-charts/+/33604
Simple job to trigger a release of v-h-c:
- copyright notice edits in voltha-northbound-bbf-adapter
- version: *-dev => 3.2.1
10:04:00 [PASS] chart_version_check.sh 10:04:00 Cloning into 'cord-charts-repo'... 10:04:00 Warning: Permanently added '[gerrit.opencord.org]:29418,[52.41.166.172]:29418' (RSA) to the list of known hosts. 10:04:01 Total 3218 (delta 0), reused 3218 (delta 0) 10:04:01 # helmrepo.sh, using helm: version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"} # 10:04:01 Found existing helm repo: cord-charts-repo, attempting update 10:04:01 New version of chart voltha, creating package: "2.11.3-dev" 10:04:01 Successfully packaged chart and saved it to: chart_repo/voltha-2.11.3-dev.tgz 10:04:01 Chart unchanged, not packaging: 'voltha-tracing' 10:04:01 Chart unchanged, not packaging: 'voltha-go-controller' 10:04:01 Chart unchanged, not packaging: 'voltha-stack' 10:04:01 Chart unchanged, not packaging: 'bbsim-sadis-server' 10:04:01 Chart unchanged, not packaging: 'voltha-adapter-simulated' 10:04:01 Chart unchanged, not packaging: 'voltha-adapter-openonu' 10:04:01 Chart unchanged, not packaging: 'bbsim' 10:04:01 New version of chart voltha-infra, creating package: 10:04:30 Successfully packaged chart and saved it to: chart_repo/voltha-infra-2.10.8.tgz 10:04:30 New version of chart voltha-northbound-bbf-adapter, creating package: 0.0.1-dev6 10:04:30 Successfully packaged chart and saved it to: chart_repo/voltha-northbound-bbf-adapter-0.0.1-dev6.tgz 10:04:30 Chart unchanged, not packaging: 'voltha-adapter-openolt' 10:04:30 # helmrepo.sh Failure! Package: voltha-infra-2.10.8.tgz with same version already exists in cord-charts-repo 10:04:30 Build step 'Execute shell' marked build as failureis done here
*-dev version strings will eventually need to be removed.
Better yet a commit hook should probably detect invalid chart versions and fail the job.
There must be an indirect dependency in play but need to track down the source.