Disable end-to-end tests too

They rely on a working riot-web build, which this is not.
This commit is contained in:
Travis Ralston 2019-12-12 14:44:46 -07:00
parent 59ddefdb8f
commit f5264db028

View file

@ -35,24 +35,24 @@ steps:
- docker#v3.0.1: - docker#v3.0.1:
image: "node:12" image: "node:12"
- label: ":chains: End-to-End Tests" # - label: ":chains: End-to-End Tests"
agents: # agents:
# We use a xlarge sized instance instead of the normal small ones because # # We use a xlarge sized instance instead of the normal small ones because
# e2e tests otherwise take +-8min # # e2e tests otherwise take +-8min
queue: "xlarge" # queue: "xlarge"
command: # command:
# TODO: Remove hacky chmod for BuildKite # # TODO: Remove hacky chmod for BuildKite
- "echo '--- Setup'" # - "echo '--- Setup'"
- "chmod +x ./scripts/ci/*.sh" # - "chmod +x ./scripts/ci/*.sh"
- "chmod +x ./scripts/*" # - "chmod +x ./scripts/*"
- "echo '--- Install js-sdk'" # - "echo '--- Install js-sdk'"
- "./scripts/ci/install-deps.sh" # - "./scripts/ci/install-deps.sh"
- "./scripts/ci/end-to-end-tests.sh" # - "./scripts/ci/end-to-end-tests.sh"
plugins: # plugins:
- docker#v3.0.1: # - docker#v3.0.1:
image: "matrixdotorg/riotweb-ci-e2etests-env:latest" # image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
propagate-environment: true # propagate-environment: true
#
# - label: ":karma: Tests" # - label: ":karma: Tests"
# agents: # agents:
# # We use a medium sized instance instead of the normal small ones because # # We use a medium sized instance instead of the normal small ones because