Skip to content
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

pause-upgrade stability test #521

Merged
merged 4 commits into from
May 27, 2019
Merged

Conversation

shuijing198799
Copy link
Contributor

@shuijing198799 shuijing198799 commented May 26, 2019

What problem does this PR solve?

  Modified the process in order to properly execute stability testing。

What is changed and how it works?

  Modify stability test DockerFile and change the location to clean webhoook.yaml

Check List

Tests

  • E2E test
  • Stability test
  • Manual test (add detailed scripts or steps below)

Code changes

  • Has Go code change

Does this PR introduce a user-facing change?:

NONE

@shuijing198799
Copy link
Contributor Author

/run-e2e-tests

@shuijing198799 shuijing198799 marked this pull request as ready for review May 26, 2019 12:05
@@ -376,6 +376,15 @@ func (oa *operatorActions) DeployOperator(info *OperatorConfig) error {
return fmt.Errorf("failed to deploy operator: %v, %s", err, string(res))
}

// delete statefulset update webhook and configuration
cmd = fmt.Sprintf("kubectl delete -f %s/webhook.yaml", oa.manifestPath(info.Tag))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why move the cleaner to DeployOperator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manifests dir will only exist after checkouttag in stability test

@weekface
Copy link
Contributor

/run-e2e-tests

@weekface weekface merged commit 375304b into pingcap:master May 27, 2019
yahonda pushed a commit that referenced this pull request Dec 27, 2021
* en: tidb cluster offline installation

Signed-off-by: lucklove <gnu.crazier@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ran <huangran@pingcap.com>

Co-authored-by: Ran <huangran@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants