internal/cloudapi: remove support for pulp.ostree upload target
It turned out that the target was never adopted by the service, thus it is being deleted as part of upload code consolidation. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
520b94e24a
commit
742633662d
6 changed files with 34 additions and 118 deletions
|
|
@ -139,17 +139,6 @@ func TestGetTargets(t *testing.T) {
|
|||
targets: []UploadTypes{UploadTypesAwsS3},
|
||||
expected: []target.TargetName{target.TargetNameAWSS3},
|
||||
},
|
||||
"edge:pulp": {
|
||||
imageType: ImageTypesEdgeCommit,
|
||||
targets: []UploadTypes{UploadTypesPulpOstree},
|
||||
expected: []target.TargetName{target.TargetNamePulpOSTree},
|
||||
},
|
||||
"edge:pulp+default": {
|
||||
imageType: ImageTypesEdgeCommit,
|
||||
targets: []UploadTypes{UploadTypesPulpOstree},
|
||||
includeDefault: true,
|
||||
expected: []target.TargetName{target.TargetNamePulpOSTree, target.TargetNameAWSS3},
|
||||
},
|
||||
"edge:gcp:fail": {
|
||||
imageType: ImageTypesEdgeCommit,
|
||||
targets: []UploadTypes{UploadTypesGcp},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue