-
Notifications
You must be signed in to change notification settings - Fork 403
Remote Environment Controller acceptance tests #710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Environment Controller acceptance tests #710
Conversation
|
||
## Usage | ||
|
||
This section provides information on building and versioning of the Docker image, as well as configuring the Kyma. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section provides information on building and versioning
of the Docker image, as well as configuring
the Kyma.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
||
This section provides information on building and versioning of the Docker image, as well as configuring the Kyma. | ||
|
||
### Configuring the Kyma |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configuring
the Kyma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
b20d802
to
04adee1
Compare
return deployment, err | ||
} | ||
|
||
func shouldRetry(err error, shouldFail bool) bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function is not easy to read since it covers two scenarios : checks for adding and removal.Please, get rid of it.
|
||
helmClient := testkit.NewHelmClient(config.TillerHost, retryCount, retryWaitTime*time.Second) | ||
testReName := "test-create-re" | ||
k8sResourcesChecker := testkit.NewK8sResourceChecker(testReName, k8sResourcesClient, retryCount, retryWaitTime*time.Second) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define retryWaitTimeSeconds with the following value: retryWaitTime*time.Second.
56715ed
to
dd486ca
Compare
orchestrator.Jenkinsfile
Outdated
@@ -360,6 +361,8 @@ global.connector_service_tests.version=${versions['tests/connector-service-tests | |||
global.connector_service_tests.dir=${versions['tests/connector-service-tests'] == env.BRANCH_NAME ? 'pr/' : 'develop/'} | |||
global.metadata_service_tests.version=${versions['tests/metadata-service-tests']} | |||
global.metadata_service_tests.dir=${versions['tests/metadata-service-tests'] == env.BRANCH_NAME ? 'pr/' : 'develop/'} | |||
global.remote-environment-controller-tests.version=${versions['tests/remote-environment-controller-tests']} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use underscores instead of dashes, dashes are not allowed as YAML keys.
See all other components in this list for reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Description
Changes proposed in this pull request:
Related issue(s)
First part of #626