Skip to content

Commit 5ccf0c1

Browse files
committed
Remove the test job from azure-pipelines.yml (flutter-tizen#200)
1 parent 84433f8 commit 5ccf0c1

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,7 @@ pr:
88
- flutter-*-tizen
99

1010
jobs:
11-
- job: test
12-
pool:
13-
name: Default
14-
demands: agent.os -equals Linux
15-
timeoutInMinutes: 20
16-
cancelTimeoutInMinutes: 1
17-
steps:
18-
- checkout: self
19-
path: src/flutter
20-
- bash: |
21-
gclient sync -f -D
22-
flutter/tools/gn \
23-
--no-goma \
24-
--runtime-mode debug \
25-
--enable-fontconfig \
26-
--build-tizen-shell
27-
ninja -C out/host_debug
28-
displayName: Host build
29-
workingDirectory: $(Pipeline.Workspace)/src
30-
failOnStderr: true
31-
- bash: out/host_debug/flutter_tizen_unittests
32-
displayName: Run tests
33-
workingDirectory: $(Pipeline.Workspace)/src
3411
- job: build
35-
dependsOn: test
3612
strategy:
3713
matrix:
3814
tizen-arm-release:
@@ -96,13 +72,6 @@ jobs:
9672
displayName: Build
9773
workingDirectory: $(Pipeline.Workspace)/src
9874
failOnStderr: true
99-
- bash: |
100-
../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_engine.so
101-
../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_tizen_wearable.so
102-
displayName: Verify symbol references
103-
workingDirectory: $(Pipeline.Workspace)/src
104-
failOnStderr: true
105-
condition: eq(variables['System.JobName'], 'tizen-arm-release')
10675
- bash: |
10776
OUTDIR=$(Build.StagingDirectory)
10877
cp out/linux_$(mode)_$(arch)/libflutter_*.so $OUTDIR

0 commit comments

Comments
 (0)