-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually, can we fold them into the existing integration-tests/rollin…
…g-update-kubernetes?
- Loading branch information
1 parent
3ff9a3a
commit ab623a3
Showing
20 changed files
with
74 additions
and
81 deletions.
There are no files selected for viewing
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
File renamed without changes.
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
1 change: 1 addition & 0 deletions
1
integration-test/rolling-update-kubernetes/project/build.properties
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
sbt.version=1.9.7 |
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
4 changes: 4 additions & 0 deletions
4
...rnetes/KubernetesApiIntegrationTest.scala → ...rnetes/KubernetesApiIntegrationTest.scala
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
11 changes: 11 additions & 0 deletions
11
integration-test/rolling-update-kubernetes/test-app-version-revision.sh
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
set -exu | ||
|
||
export NAMESPACE=akka-rolling-update-demo-ns | ||
export APP_NAME=akka-rolling-update-demo | ||
export PROJECT_NAME=integration-test-rolling-update-kubernetes | ||
export DEPLOYMENT=integration-test/rolling-update-kubernetes/kubernetes/akka-cluster-app-value-revision.yml | ||
|
||
integration-test/scripts/app-version-revision-kubernetes-test.sh | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
set -exu | ||
|
||
export NAMESPACE=akka-rolling-update-demo-cr-ns | ||
export APP_NAME=akka-rolling-update-demo | ||
export PROJECT_NAME=integration-test-rolling-update-kubernetes | ||
export CRD=rolling-update-kubernetes/pod-cost.yml | ||
export DEPLOYMENT=integration-test/rolling-update-kubernetes/kubernetes/akka-cluster-cr.yml | ||
|
||
integration-test/scripts/rolling-update-kubernetes-cr-test.sh | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
set -exu | ||
|
||
export NAMESPACE=akka-rolling-update-demo-ns | ||
export APP_NAME=akka-rolling-update-demo | ||
export PROJECT_NAME=integration-test-rolling-update-kubernetes | ||
export DEPLOYMENT=integration-test/rolling-update-kubernetes/kubernetes/akka-cluster.yml | ||
|
||
integration-test/scripts/rolling-update-kubernetes-test.sh | ||
|
1 change: 0 additions & 1 deletion
1
integration-test/rollingupdate-kubernetes/project/build.properties
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
integration-test/rollingupdate-kubernetes/test-app-version-revision.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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