Cherry-picks: Run integration tests in parallel#8162
Merged
zjs merged 11 commits intovmware:releases/1.4.3from Aug 7, 2018
Merged
Cherry-picks: Run integration tests in parallel#8162zjs merged 11 commits intovmware:releases/1.4.3from
zjs merged 11 commits intovmware:releases/1.4.3from
Conversation
DanielXiao
approved these changes
Jul 30, 2018
hickeng
suggested changes
Aug 1, 2018
Contributor
hickeng
left a comment
There was a problem hiding this comment.
Only item that needs changing is the removal of the VCH-0-.... folder.
VCH-0-1212/VCH-0-1212.env
Outdated
| @@ -0,0 +1 @@ | |||
| DOCKER_HOST=10.170.123.186:2376 No newline at end of file | |||
Member
Author
Member
Author
There was a problem hiding this comment.
Created #8170 to avoid this sort of issue in the future.
| \ Log ${res.stdout} | ||
| \ Should Be Equal As Integers ${res.rc} 0 | ||
|
|
||
| Sleep 3 minutes |
Contributor
There was a problem hiding this comment.
we could instead use a docker event stream for deletions with a timeout so we don't wait longer than necessary. That said, not suggesting changing it in this PR.
| Log To Console \nDownloading VIC 1.1.1 from gcp... | ||
| ${rc} ${output}= Run And Return Rc And Output wget https://storage.googleapis.com/vic-engine-releases/vic_1.1.1.tar.gz -O vic.tar.gz | ||
| ${rc} ${output}= Run And Return Rc And Output tar zxvf vic.tar.gz | ||
| ${val}= Evaluate time.clock() modules=time |
Contributor
There was a problem hiding this comment.
Seems as though this should be using Install VIC with version to Test Server but maybe there's a reason? Again, not something that needs addressing in this PR.
… testing succeeds (vmware#7972) (vmware#8162) (cherry picked from commit f9a1600)
…ware#8162) * Implement thread safe VIC Machine Server keywords (cherry picked from commit 280704f)
(cherry picked from commit e465c53)
vmware#8162) (cherry picked from commit 050999c)
vmware#8162) (cherry picked from commit 6e9a91a)
…mware#8017) (vmware#8162) (cherry picked from commit 81d4762)
(cherry picked from commit 02ba3ad)
hickeng
approved these changes
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
) * Implement thread safe VIC Machine Server keywords (cherry picked from commit 280704f)
zjs
added a commit
that referenced
this pull request
Aug 7, 2018
Leverage the recent change which introduced per-suite logging from vic-machine-server to provide per-suite log files. These log files will be included in the CI log bundle, and they will be written to the local filesystem when running CI locally. (cherry picked from commit 346982a)
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
zjs
pushed a commit
that referenced
this pull request
Aug 7, 2018
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick:
[full ci]