Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Deprecate matrix-react-sdk e2e tests run from BuildKite #156

Merged
merged 1 commit into from
Jun 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions matrix-react-sdk/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,32 +72,6 @@ steps:
# out the equivalent dependency branches, if they exist
propagate-environment: true
mount-buildkite-agent: false

- label: ":chains: End-to-End Tests"
agents:
# We use a xlarge sized instance instead of the normal small ones because
# e2e tests otherwise take +-8min
queue: "xlarge"
command:
# `end-to-end-tests.sh` contains `echo` commands to mark sections
- "./scripts/ci/end-to-end-tests.sh"
plugins:
- docker#v3.0.1:
image: "vectorim/element-web-ci-e2etests-env:latest"
# This allows the test script to see what branch it's testing and check
# out the equivalent dependency branches, if they exist
propagate-environment: true
workdir: "/workdir/matrix-react-sdk"
mount-buildkite-agent: false
retry:
automatic:
- exit_status: 1 # retry end-to-end tests once as Puppeteer sometimes fails
limit: 1
artifact_paths:
- "test/end-to-end-tests/logs/**/*"
- "test/end-to-end-tests/synapse/installations/consent/homeserver.log"
- "test/end-to-end-tests/performance-entries.json"

- label: ":wrench: Element Tests"
agents:
# We use a medium sized instance instead of the normal small ones because
Expand Down