-
Notifications
You must be signed in to change notification settings - Fork 725
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
tests: add integration test and ci workflow for real tiup #7317
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Skipping CI for Draft Pull Request. |
67676c2
to
c544fc5
Compare
c544fc5
to
91dda86
Compare
568fe93
to
9904a82
Compare
0b93739
to
881c9f3
Compare
11be32d
to
ef78e35
Compare
afc0c62
to
7602ade
Compare
Signed-off-by: husharp <[email protected]>
7602ade
to
a43139d
Compare
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.
The rest LGTM. We could gradually improve the test cases later.
LDFLAGS += -X "$(PD_PKG)/pkg/versioninfo.PDReleaseVersion=$(shell git describe --tags --dirty --always)" | ||
RELEASE_VERSION ?= $(shell git describe --tags --dirty --always) | ||
ifeq ($(RUN_CI), 1) | ||
RELEASE_VERSION := None |
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.
Why do we need to set it to None
?
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.
there is no tag in the ci environment, we can not pass
Lines 39 to 41 in bfc988b
if versioninfo.PDReleaseVersion != "None" { | |
pdVersion = versioninfo.MustParseVersion(versioninfo.PDReleaseVersion) | |
} |
Signed-off-by: husharp <[email protected]>
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
need fix conflicts. |
/hold We are trying to use unified Jenkins CI integration instead of using GitHub Actions. |
replaced by #7493 |
What problem does this PR solve?
Issue Number: Ref #7298. wait #7304 merged
What is changed and how does it work?
Check List
Tests
Release note