@@ -137,6 +137,7 @@ commands:
137
137
-u "${CLOUDSMITH_API_USERNAME}:${CLOUDSMITH_API_PASSWORD}" \
138
138
https://upload.cloudsmith.io/lightbend/kalix/<<parameters.fileName>> | jq -r '.identifier')
139
139
curl -X POST -H "Content-Type: application/json" \
140
+ --fail-with-body \
140
141
-u "${CLOUDSMITH_API_USERNAME}:${CLOUDSMITH_API_PASSWORD}" \
141
142
-d "{\"package_file\": \"$id\", \"version\": \"<<parameters.version>>\"}" \
142
143
https://api-prd.cloudsmith.io/v1/packages/lightbend/kalix/upload/raw/
@@ -159,6 +160,7 @@ commands:
159
160
-u "${CLOUDSMITH_API_USERNAME}:${CLOUDSMITH_API_PASSWORD}" \
160
161
https://upload.cloudsmith.io/lightbend/kalix/<<parameters.fileName>> | jq -r '.identifier')
161
162
curl -X POST -H "Content-Type: application/json" \
163
+ --fail-with-body \
162
164
-u "${CLOUDSMITH_API_USERNAME}:${CLOUDSMITH_API_PASSWORD}" \
163
165
-d "{\"package_file\": \"$id\", \"version\": \"<<parameters.version>>\"}" \
164
166
https://api-prd.cloudsmith.io/v1/packages/lightbend/kalix/upload/raw/
@@ -193,7 +195,7 @@ jobs:
193
195
194
196
tests :
195
197
machine :
196
- image : ubuntu-2004 :2022.07.1
198
+ image : ubuntu-2204 :2022.10.2
197
199
description : " tests"
198
200
steps :
199
201
- checkout-and-merge-to-main
@@ -408,7 +410,7 @@ jobs:
408
410
409
411
integration-tests :
410
412
machine :
411
- image : ubuntu-2004 :2022.07.1
413
+ image : ubuntu-2204 :2022.10.2
412
414
description : " integration tests"
413
415
steps :
414
416
- checkout-and-merge-to-main
@@ -676,7 +678,7 @@ jobs:
676
678
677
679
tck-tests :
678
680
machine :
679
- image : ubuntu-2004 :2022.07.1
681
+ image : ubuntu-2204 :2022.10.2
680
682
description : " TCK tests"
681
683
steps :
682
684
- checkout-and-merge-to-main
@@ -689,7 +691,7 @@ jobs:
689
691
690
692
validate-docs :
691
693
machine :
692
- image : ubuntu-2004 :2022.07.1
694
+ image : ubuntu-2204 :2022.10.2
693
695
description : " validate docs"
694
696
steps :
695
697
- checkout-and-merge-to-main
@@ -732,7 +734,7 @@ jobs:
732
734
733
735
publish-tck :
734
736
machine :
735
- image : ubuntu-2004 :2022.07.1
737
+ image : ubuntu-2204 :2022.10.2
736
738
description : " publish TCK"
737
739
steps :
738
740
- checkout
@@ -745,7 +747,7 @@ jobs:
745
747
746
748
publish-docs :
747
749
machine :
748
- image : ubuntu-2004 :2022.07.1
750
+ image : ubuntu-2204 :2022.10.2
749
751
description : " publish docs"
750
752
steps :
751
753
- checkout
@@ -850,7 +852,7 @@ jobs:
850
852
851
853
e2e-tests :
852
854
machine :
853
- image : ubuntu-2004 :2022.07.1
855
+ image : ubuntu-2204 :2022.10.2
854
856
description : " e2e-tests"
855
857
steps :
856
858
- checkout-and-merge-to-main
@@ -933,7 +935,7 @@ jobs:
933
935
934
936
publish_native_linux :
935
937
machine :
936
- image : ubuntu-2004 :2022.07.1
938
+ image : ubuntu-2204 :2022.10.2
937
939
description : " Build Native image on Linux"
938
940
steps :
939
941
- checkout
0 commit comments