File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ lock(resource: "gc-${params.STREAM}") {
5959 withCredentials([file(variable: 'GCP_KOLA_TESTS_CONFIG', credentialsId: 'gcp-image-upload-config')]) {
6060 stage('Garbage Collection') {
6161 pipeutils.shwrapWithAWSBuildUploadCredentials("""
62- cosa cloud -prune --policy ${new_gc_policy_path} \
62+ cosa coreos -prune --policy ${new_gc_policy_path} \
6363 --stream ${params.STREAM} ${dry_run} \
6464 --gcp-json-key=\${GCP_KOLA_TESTS_CONFIG} \
6565 --acl=${acl} \
@@ -79,7 +79,7 @@ lock(resource: "gc-${params.STREAM}") {
7979 lock(resource: "builds-json-${params.STREAM}") {
8080 stage('Upload Builds JSON') {
8181 pipeutils.shwrapWithAWSBuildUploadCredentials("""
82- cosa cloud -prune --policy ${new_gc_policy_path} \
82+ cosa coreos -prune --policy ${new_gc_policy_path} \
8383 --stream ${params.STREAM} \
8484 --upload-builds-json ${dry_run} \
8585 --acl=${acl} \
You can’t perform that action at this time.
0 commit comments