-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: odubajDT <[email protected]>
- Loading branch information
Showing
19 changed files
with
23 additions
and
165 deletions.
There are no files selected for viewing
27 changes: 21 additions & 6 deletions
27
test/chainsaw/allowed-namespaces/simple-deployment-allowed/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
apiVersion: lifecycle.keptn.sh/v1 | ||
kind: KeptnWorkload | ||
metadata: | ||
labels: | ||
app: test | ||
name: test | ||
name: waiter-waiter | ||
namespace: allowed-ns-test | ||
--- | ||
apiVersion: lifecycle.keptn.sh/v1 | ||
kind: KeptnWorkloadVersion | ||
metadata: | ||
name: waiter-waiter-0.4 | ||
namespace: allowed-ns-test | ||
status: | ||
readyReplicas: 2 | ||
currentPhase: Completed | ||
deploymentStatus: Succeeded | ||
postDeploymentEvaluationStatus: Succeeded | ||
postDeploymentStatus: Succeeded | ||
postDeploymentTaskStatus: | ||
- status: Succeeded | ||
definitionName: pre-deployment-hello | ||
preDeploymentEvaluationStatus: Succeeded | ||
preDeploymentStatus: Succeeded | ||
preDeploymentTaskStatus: | ||
- status: Succeeded | ||
definitionName: pre-deployment-hello |
24 changes: 0 additions & 24 deletions
24
test/chainsaw/allowed-namespaces/simple-deployment-allowed/01-assert.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,3 @@ spec: | |
file: 00-install.yaml | ||
- assert: | ||
file: 00-assert.yaml | ||
- name: step-01 | ||
try: | ||
- assert: | ||
file: 01-assert.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,3 @@ metadata: | |
app: test | ||
name: test | ||
namespace: not-allowed-ns-test | ||
status: | ||
readyReplicas: 2 |
9 changes: 0 additions & 9 deletions
9
test/chainsaw/integration/simple-deployment-annotated-with-app-context/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
test/chainsaw/integration/simple-deployment-k8s-recommended-label/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
test/chainsaw/integration/simple-deployment-recursive-task/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
test/chainsaw/integration/simple-deployment-revisionhistorylimit/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
test/chainsaw/integration/simple-deployment-revisionhistorylimit/01-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
test/chainsaw/scheduling-gates/simple-deployment-restart-pod/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ kind: Deployment | |
metadata: | ||
name: test | ||
status: | ||
readyReplicas: 2 | ||
replicas: 2 | ||
unavailableReplicas: 0 |
9 changes: 0 additions & 9 deletions
9
test/chainsaw/scheduling-gates/simple-deployment/00-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters