mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Temporarily disable tests to speed up builds for artifact testing
This commit is contained in:
@@ -27,15 +27,15 @@ phases:
|
||||
- script: script/lint
|
||||
displayName: Run linter
|
||||
|
||||
- script: |
|
||||
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
|
||||
export DISPLAY=':99.0'
|
||||
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
script/test
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
# - script: |
|
||||
# /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
|
||||
# export DISPLAY=':99.0'
|
||||
# Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
# script/test
|
||||
# env:
|
||||
# CI: true
|
||||
# CI_PROVIDER: VSTS
|
||||
# displayName: Run tests
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
||||
@@ -26,13 +26,13 @@ phases:
|
||||
- script: script/lint
|
||||
displayName: Run linter
|
||||
|
||||
- script: |
|
||||
osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
|
||||
caffeinate -s script/test # Run with caffeinate to prevent screen saver
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
# - script: |
|
||||
# osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
|
||||
# caffeinate -s script/test # Run with caffeinate to prevent screen saver
|
||||
# env:
|
||||
# CI: true
|
||||
# CI_PROVIDER: VSTS
|
||||
# displayName: Run tests
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
||||
@@ -33,11 +33,11 @@ phases:
|
||||
- script: script\lint.cmd
|
||||
displayName: Run linter
|
||||
|
||||
- script: script\test.cmd
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
# - script: script\test.cmd
|
||||
# env:
|
||||
# CI: true
|
||||
# CI_PROVIDER: VSTS
|
||||
# displayName: Run tests
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user