@@ -3,7 +3,7 @@ on: [push, pull_request]
3
3
jobs :
4
4
build-linux :
5
5
runs-on :
6
- group : 16-core-ubuntu
6
+ labels : 16-core-ubuntu
7
7
container :
8
8
image : zjay437/rocksdb:0.6
9
9
steps :
13
13
- uses : " ./.github/actions/post-steps"
14
14
build-linux-cmake-mingw :
15
15
runs-on :
16
- group : 4-core-ubuntu
16
+ labels : 4-core-ubuntu
17
17
container :
18
18
image : zjay437/rocksdb:0.6
19
19
steps :
30
30
- uses : " ./.github/actions/post-steps"
31
31
build-linux-cmake-with-folly :
32
32
runs-on :
33
- group : 16-core-ubuntu
33
+ labels : 16-core-ubuntu
34
34
container :
35
35
image : zjay437/rocksdb:0.6
36
36
steps :
42
42
- uses : " ./.github/actions/post-steps"
43
43
build-linux-cmake-with-folly-lite-no-test :
44
44
runs-on :
45
- group : 16-core-ubuntu
45
+ labels : 16-core-ubuntu
46
46
container :
47
47
image : zjay437/rocksdb:0.6
48
48
steps :
53
53
- uses : " ./.github/actions/post-steps"
54
54
build-linux-gcc-7-with-folly :
55
55
runs-on :
56
- group : 16-core-ubuntu
56
+ labels : 16-core-ubuntu
57
57
container :
58
58
image : zjay437/rocksdb:0.6
59
59
steps :
65
65
- uses : " ./.github/actions/post-steps"
66
66
build-linux-gcc-7-with-folly-lite-no-test :
67
67
runs-on :
68
- group : 16-core-ubuntu
68
+ labels : 16-core-ubuntu
69
69
container :
70
70
image : zjay437/rocksdb:0.6
71
71
steps :
76
76
- uses : " ./.github/actions/post-steps"
77
77
build-linux-cmake-with-folly-coroutines :
78
78
runs-on :
79
- group : 16-core-ubuntu
79
+ labels : 16-core-ubuntu
80
80
container :
81
81
image : zjay437/rocksdb:0.6
82
82
env :
91
91
- uses : " ./.github/actions/post-steps"
92
92
build-linux-cmake-with-benchmark :
93
93
runs-on :
94
- group : 16-core-ubuntu
94
+ labels : 16-core-ubuntu
95
95
container :
96
96
image : zjay437/rocksdb:0.6
97
97
steps :
@@ -101,7 +101,7 @@ jobs:
101
101
- uses : " ./.github/actions/post-steps"
102
102
build-linux-encrypted_env-no_compression :
103
103
runs-on :
104
- group : 16-core-ubuntu
104
+ labels : 16-core-ubuntu
105
105
container :
106
106
image : zjay437/rocksdb:0.6
107
107
steps :
0 commit comments