-
Notifications
You must be signed in to change notification settings - Fork 5
91 lines (80 loc) · 3.07 KB
/
io_file.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: package:io_file
permissions: read-all
on:
# Run CI on pushes to the main branch, and on PRs against main.
push:
branches: [ main ]
paths:
- '.github/workflows/io_file.yml'
- 'pkgs/io_file/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/io_file.yml'
- 'pkgs/io_file/**'
schedule:
- cron: '0 0 * * 0' # weekly
defaults:
run:
working-directory: pkgs/io_file
jobs:
profile-vm-test1:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
profile-vm-test2:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
profile-vm-test3:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
profile-vm-test4:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
profile-vm-test5:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm
profile-vm-test6:
# Ensure that the tests pass when run under the profiler (which sends
# SIG_PROF on Linux).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- run: dart --profiler --profile_period=50 test --test-randomize-ordering-seed=random --platform vm