Skip to content

Commit

Permalink
chore(ci): Reduce e2e attempts from 3 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 14, 2024
1 parent 527f12c commit f36f251
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome --retries 2
timeout 20m yarn test:e2e:chrome --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -981,7 +981,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome --retries 2
timeout 20m yarn test:e2e:chrome --retries 1
fi
no_output_timeout: 5m
environment:
Expand Down Expand Up @@ -1010,7 +1010,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome --retries 2
timeout 20m yarn test:e2e:chrome --retries 1
fi
no_output_timeout: 5m
environment:
Expand Down Expand Up @@ -1039,7 +1039,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome --retries 2 || echo "Temporarily suppressing MV3 e2e test failures"
timeout 20m yarn test:e2e:chrome --retries 1 || echo "Temporarily suppressing MV3 e2e test failures"
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1064,7 +1064,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome:rpc --retries 2
timeout 20m yarn test:e2e:chrome:rpc --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1091,7 +1091,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
yarn test:e2e:chrome:multi-provider --retries 2
yarn test:e2e:chrome:multi-provider --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1117,7 +1117,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome:rpc --retries 2 --build-type=mmi
timeout 20m yarn test:e2e:chrome:rpc --retries 1 --build-type=mmi
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1137,7 +1137,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
yarn test:e2e:single test/e2e/vault-decryption-chrome.spec.js --browser chrome --retries 2
yarn test:e2e:single test/e2e/vault-decryption-chrome.spec.js --browser chrome --retries 1
fi
no_output_timeout: 5m

Expand All @@ -1159,7 +1159,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:firefox:flask --retries 2
timeout 20m yarn test:e2e:firefox:flask --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1186,7 +1186,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome:flask --retries 2
timeout 20m yarn test:e2e:chrome:flask --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1213,7 +1213,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:chrome:mmi --retries 2 --build-type=mmi
timeout 20m yarn test:e2e:chrome:mmi --retries 1 --build-type=mmi
fi
no_output_timeout: 5m
- store_artifacts:
Expand Down Expand Up @@ -1281,7 +1281,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:firefox --retries 2
timeout 20m yarn test:e2e:firefox --retries 1
fi
no_output_timeout: 5m
- store_artifacts:
Expand All @@ -1308,7 +1308,7 @@ jobs:
command: |
if .circleci/scripts/test-run-e2e.sh
then
timeout 20m yarn test:e2e:firefox --retries 2
timeout 20m yarn test:e2e:firefox --retries 1
fi
no_output_timeout: 5m
environment:
Expand Down

0 comments on commit f36f251

Please sign in to comment.