ci: temporarily disable verify ffmpeg & mksnapshot tests on vsts (#15732)
* ci: temporarily disable verify ffmpeg test on vsts * also disable verify-mksnapshot
This commit is contained in:
parent
20116d7f05
commit
81843f0dfb
1 changed files with 3 additions and 3 deletions
6
vsts.yml
6
vsts.yml
|
@ -126,14 +126,14 @@ jobs:
|
||||||
cd src
|
cd src
|
||||||
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
||||||
displayName: Verify non proprietary ffmpeg
|
displayName: Verify non proprietary ffmpeg
|
||||||
condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
|
condition: and(eq('DISABLED', 'breaking consistently'), and(succeeded(), eq(variables['RUN_TESTS'], '1')))
|
||||||
timeoutInMinutes: 5
|
timeoutInMinutes: 5
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
cd src
|
cd src
|
||||||
python electron/script/verify-mksnapshot.py --source-root "$PWD" --build-dir out/Default
|
python electron/script/verify-mksnapshot.py --source-root "$PWD" --build-dir out/Default
|
||||||
displayName: Verify non proprietary ffmpeg
|
displayName: Verify mksnapshot
|
||||||
condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
|
condition: and(eq('DISABLED', 'breaking sometimes?'), and(succeeded(), eq(variables['RUN_TESTS'], '1')))
|
||||||
timeoutInMinutes: 5
|
timeoutInMinutes: 5
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue