mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Disable end-to-end tests too
They rely on a working riot-web build, which this is not.
This commit is contained in:
parent
59ddefdb8f
commit
f5264db028
1 changed files with 18 additions and 18 deletions
|
@ -35,24 +35,24 @@ steps:
|
|||
- docker#v3.0.1:
|
||||
image: "node:12"
|
||||
|
||||
- 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:
|
||||
# TODO: Remove hacky chmod for BuildKite
|
||||
- "echo '--- Setup'"
|
||||
- "chmod +x ./scripts/ci/*.sh"
|
||||
- "chmod +x ./scripts/*"
|
||||
- "echo '--- Install js-sdk'"
|
||||
- "./scripts/ci/install-deps.sh"
|
||||
- "./scripts/ci/end-to-end-tests.sh"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
||||
propagate-environment: true
|
||||
|
||||
# - 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:
|
||||
# # TODO: Remove hacky chmod for BuildKite
|
||||
# - "echo '--- Setup'"
|
||||
# - "chmod +x ./scripts/ci/*.sh"
|
||||
# - "chmod +x ./scripts/*"
|
||||
# - "echo '--- Install js-sdk'"
|
||||
# - "./scripts/ci/install-deps.sh"
|
||||
# - "./scripts/ci/end-to-end-tests.sh"
|
||||
# plugins:
|
||||
# - docker#v3.0.1:
|
||||
# image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
||||
# propagate-environment: true
|
||||
#
|
||||
# - label: ":karma: Tests"
|
||||
# agents:
|
||||
# # We use a medium sized instance instead of the normal small ones because
|
||||
|
|
Loading…
Reference in a new issue