Skip to content

Commit

Permalink
remove pre/post deployment tasks/evaluations from keptnapp in v1beta1
Browse files Browse the repository at this point in the history
Signed-off-by: geoffrey1330 <[email protected]>
  • Loading branch information
geoffrey1330 committed Jan 10, 2024
1 parent 5546918 commit e7faead
Showing 1 changed file with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ func TestKeptnApp_ConvertFrom(t *testing.T) {
Version: "4.5.6",
},
},
PreDeploymentTasks: []string{
"some-pre-deployment-task1",
},
PostDeploymentTasks: []string{
"some-post-deployment-task2",
},
PreDeploymentEvaluations: []string{
"some-pre-evaluation-task1",
},
PostDeploymentEvaluations: []string{
"some-pre-evaluation-task2",
},
},
Status: v1beta1.KeptnAppStatus{
CurrentVersion: "1.2.3",
Expand Down Expand Up @@ -89,18 +77,6 @@ func TestKeptnApp_ConvertFrom(t *testing.T) {
Version: "4.5.6",
},
},
PreDeploymentTasks: []string{
"some-pre-deployment-task1",
},
PostDeploymentTasks: []string{
"some-post-deployment-task2",
},
PreDeploymentEvaluations: []string{
"some-pre-evaluation-task1",
},
PostDeploymentEvaluations: []string{
"some-pre-evaluation-task2",
},
},
Status: KeptnAppStatus{
CurrentVersion: "1.2.3",
Expand Down Expand Up @@ -163,18 +139,6 @@ func TestKeptnApp_ConvertTo(t *testing.T) {
Version: "4.5.6",
},
},
PreDeploymentTasks: []string{
"some-pre-deployment-task1",
},
PostDeploymentTasks: []string{
"some-post-deployment-task2",
},
PreDeploymentEvaluations: []string{
"some-pre-evaluation-task1",
},
PostDeploymentEvaluations: []string{
"some-pre-evaluation-task2",
},
},
Status: KeptnAppStatus{
CurrentVersion: "1.2.3",
Expand Down Expand Up @@ -205,18 +169,6 @@ func TestKeptnApp_ConvertTo(t *testing.T) {
Version: "4.5.6",
},
},
PreDeploymentTasks: []string{
"some-pre-deployment-task1",
},
PostDeploymentTasks: []string{
"some-post-deployment-task2",
},
PreDeploymentEvaluations: []string{
"some-pre-evaluation-task1",
},
PostDeploymentEvaluations: []string{
"some-pre-evaluation-task2",
},
},
Status: v1beta1.KeptnAppStatus{
CurrentVersion: "1.2.3",
Expand Down

0 comments on commit e7faead

Please sign in to comment.