File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1048,13 +1048,14 @@ QA-Tag:
1048
1048
1049
1049
license-upload :
1050
1050
stage : metrics
1051
- image : " ${BUILDER_IMAGE_REGISTRY}/ubuntu_18 .04:${BUILDER_IMAGE_REVISION}"
1051
+ image : " ${BUILDER_IMAGE_REGISTRY}/ubuntu_22 .04:${BUILDER_IMAGE_REVISION}"
1052
1052
script :
1053
1053
- bundle exec rake license:upload
1054
1054
tags : !reference [.distribution-amd64-tags]
1055
1055
cache : !reference [.tag-cache]
1056
1056
needs :
1057
- - Ubuntu-18.04
1057
+ - Ubuntu-22.04
1058
+ allow_failure : true
1058
1059
rules :
1059
1060
- !reference [.default_rules, rules]
1060
1061
- !reference [.skip_release_jobs, rules]
@@ -1063,13 +1064,13 @@ license-upload:
1063
1064
1064
1065
manifest-upload :
1065
1066
stage : metrics
1066
- image : " ${BUILDER_IMAGE_REGISTRY}/ubuntu_18 .04:${BUILDER_IMAGE_REVISION}"
1067
+ image : " ${BUILDER_IMAGE_REGISTRY}/ubuntu_22 .04:${BUILDER_IMAGE_REVISION}"
1067
1068
script :
1068
1069
- bundle exec rake manifest:upload
1069
1070
tags : !reference [.distribution-amd64-tags]
1070
1071
cache : !reference [.tag-cache]
1071
1072
needs :
1072
- - Ubuntu-18 .04
1073
+ - Ubuntu-22 .04
1073
1074
allow_failure : true
1074
1075
rules :
1075
1076
- !reference [.default_rules, rules]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def copy_license
54
54
#
55
55
dest_dir = File . join ( @licenses_path , @edition , @current_minor_version )
56
56
FileUtils . mkdir_p ( dest_dir )
57
- FileUtils . cp ( "pkg/ubuntu-bionic /#{ @edition } _#{ @current_version } .license-status.json" , "#{ dest_dir } /#{ @current_version } .json" )
57
+ FileUtils . cp ( "pkg/ubuntu-jammy /#{ @edition } _#{ @current_version } .license-status.json" , "#{ dest_dir } /#{ @current_version } .json" )
58
58
end
59
59
60
60
def load_data
You can’t perform that action at this time.
0 commit comments