Skip to content

Commit

Permalink
ci: configure retries on tests (elastic#20891)
Browse files Browse the repository at this point in the history
* feat: configure retries on tests

* Update Jenkinsfile

Co-authored-by: cachedout <mike.place@elastic.co>

* Update Jenkinsfile

Co-authored-by: cachedout <mike.place@elastic.co>
# Conflicts:
#	Jenkinsfile
  • Loading branch information
kuisathaverat committed Oct 20, 2020
1 parent e52b6f2 commit 6065e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def terraformApply(String directory) {
}

/**
* Tear down the terraform environments, by looking for all terraform states in directory
* Tear down the terraform environments, by looking for all terraform states in directory
* then it runs terraform destroy for each one.
* It uses terraform states previously stashed by startCloudTestEnv.
*/
Expand Down
1 change: 1 addition & 0 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pyparsing==2.4.7
pyrsistent==0.16.0
pytest==6.0.1
pytest-timeout==1.3.4
pytest-rerunfailures==9.0
PyYAML==5.3.1
redis==2.10.6
requests==2.20.0
Expand Down

0 comments on commit 6065e06

Please sign in to comment.