Skip to content

Commit

Permalink
Merge pull request #9 from gauravchawhan/master
Browse files Browse the repository at this point in the history
Updated maxRetries to 1
  • Loading branch information
abdullah-lt authored Jan 18, 2023
2 parents c8ca9eb + 84246eb commit 29d0327
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Follow the below steps to run Gitpod button:
1. Click '**Open in Gitpod**' button (You will be redirected to Login/Signup page).
2. Login with Lambdatest credentials and it will be redirected to Gitpod editor in new tab and current tab will show hyperexecute dashboard.

[<img alt="Run in Gitpod" width="200 px" align="center" src="images/Gitpod.svg" />](https://hyperexecute.lambdatest.com/hyperexecute?type=gitpod&framework=PyTest)
[<img alt="Run in Gitpod" width="200 px" align="center" src="images/Gitpod.svg" />](https://hyperexecute.lambdatest.com/hyperexecute/jobs?type=gitpod&framework=PyTest)
---
<!---If logged in, it will be redirected to Gitpod editor in new tab where current tab will show hyperexecute dashboard.
Expand Down
2 changes: 1 addition & 1 deletion yaml/linux/pytest_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runson: linux
autosplit: true
retryOnFailure: true

maxRetries: 5
maxRetries: 1
concurrency: 2

mergeArtifacts: true
Expand Down
2 changes: 2 additions & 0 deletions yaml/linux/pytest_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ matrix:
files: ["tests/lt_sample_todo.py", "tests/lt_selenium_playground.py"]

runson: linux
retryOnFailure: true

maxRetries: 1
env:
# PAT: ${{ .secrets.testKey }}
TARGET_OS: LINUX
Expand Down
2 changes: 1 addition & 1 deletion yaml/mac/pytest_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runson: mac
autosplit: true
retryOnFailure: true

maxRetries: 5
maxRetries: 1
concurrency: 2

mergeArtifacts: true
Expand Down
3 changes: 3 additions & 0 deletions yaml/mac/pytest_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
files: ["tests/lt_sample_todo.py", "tests/lt_selenium_playground.py"]

runson: mac
retryOnFailure: true

maxRetries: 1

env:
# PAT: ${{ .secrets.testKey }}
Expand Down
2 changes: 1 addition & 1 deletion yaml/win/pytest_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runson: win
autosplit: true
retryOnFailure: true

maxRetries: 5
maxRetries: 1
concurrency: 2

mergeArtifacts: true
Expand Down
3 changes: 3 additions & 0 deletions yaml/win/pytest_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
files: ["tests/lt_sample_todo.py", "tests/lt_selenium_playground.py"]

runson: win
retryOnFailure: true

maxRetries: 1

env:
# PAT: ${{ .secrets.testKey }}
Expand Down

0 comments on commit 29d0327

Please sign in to comment.