Skip to content

Commit

Permalink
chore(ci): Reduce e2e attempts from 3 to 2 in CircleCI (#24531)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored May 31, 2024
1 parent b560fdc commit 3983762
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,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 @@ -1127,7 +1127,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 @@ -1156,7 +1156,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 @@ -1185,7 +1185,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 @@ -1212,7 +1212,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 @@ -1238,7 +1238,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 @@ -1258,7 +1258,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 @@ -1281,7 +1281,7 @@ jobs:
export ENABLE_MV3=false
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 @@ -1308,7 +1308,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 @@ -1335,7 +1335,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 @@ -1404,7 +1404,7 @@ jobs:
export ENABLE_MV3=false
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 Down Expand Up @@ -1432,7 +1432,7 @@ jobs:
export ENABLE_MV3=false
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 3983762

Please sign in to comment.