@@ -14,7 +14,7 @@ pipeline {
14
14
}
15
15
steps {
16
16
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
17
- sh ' python3 -m script. validators. source_validator'
17
+ sh ' python script/ validators/ source_validator.py '
18
18
sh ' mkdir build'
19
19
sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False -DUSE_SANITIZER=Address .. && make -j4'
20
20
sh ' cd build && make check -j4 || true'
@@ -30,7 +30,7 @@ pipeline {
30
30
agent { docker { image ' ubuntu:xenial' } }
31
31
steps {
32
32
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
33
- sh ' python3 -m script. validators. source_validator'
33
+ sh ' python script/ validators/ source_validator.py '
34
34
sh ' mkdir build'
35
35
sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
36
36
}
@@ -40,7 +40,7 @@ pipeline {
40
40
agent { docker { image ' ubuntu:trusty' } }
41
41
steps {
42
42
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
43
- sh ' python3 -m script. validators. source_validator'
43
+ sh ' python script/ validators/ source_validator.py '
44
44
sh ' mkdir build'
45
45
sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False -DUSE_SANITIZER=Address -DCMAKE_CXX_FLAGS="-DLOG_LEVEL=LOG_LEVEL_TRACE" .. && make -j4'
46
46
// redirect output to /dev/null because it is voluminous
@@ -56,7 +56,7 @@ pipeline {
56
56
agent { docker { image ' ubuntu:trusty' } }
57
57
steps {
58
58
sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
59
- sh ' python3 -m script. validators. source_validator'
59
+ sh ' python script/ validators/ source_validator.py '
60
60
sh ' mkdir build'
61
61
sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
62
62
sh ' cd build && make check -j4 || true'
@@ -72,7 +72,7 @@ pipeline {
72
72
// agent { docker { image 'debian:stretch' } }
73
73
// steps {
74
74
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
75
- // sh 'python3 -m script. validators. source_validator'
75
+ // sh 'python script/ validators/ source_validator.py '
76
76
// sh 'mkdir build'
77
77
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False -DUSE_SANITIZER=Address .. && make -j4'
78
78
// sh 'cd build && make check -j4 || true'
@@ -87,7 +87,7 @@ pipeline {
87
87
// agent { docker { image 'debian:stretch' } }
88
88
// steps {
89
89
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
90
- // sh 'python3 -m script. validators. source_validator'
90
+ // sh 'python script/ validators/ source_validator.py '
91
91
// sh 'mkdir build'
92
92
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
93
93
// }
@@ -97,7 +97,7 @@ pipeline {
97
97
// agent { docker { image 'fedora:26' } }
98
98
// steps {
99
99
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
100
- // sh 'python3 -m script. validators. source_validator'
100
+ // sh 'python script/ validators/ source_validator.py '
101
101
// sh 'mkdir build'
102
102
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
103
103
// }
@@ -107,7 +107,7 @@ pipeline {
107
107
// agent { docker { image 'fedora:26' } }
108
108
// steps {
109
109
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
110
- // sh 'python3 -m script. validators. source_validator'
110
+ // sh 'python script/ validators/ source_validator.py '
111
111
// sh 'mkdir build'
112
112
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
113
113
// }
@@ -117,7 +117,7 @@ pipeline {
117
117
// agent { docker { image 'fedora:27' } }
118
118
// steps {
119
119
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
120
- // sh 'python3 -m script. validators. source_validator'
120
+ // sh 'python script/ validators/ source_validator.py '
121
121
// sh 'mkdir build'
122
122
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
123
123
// }
@@ -127,7 +127,7 @@ pipeline {
127
127
// agent { docker { image 'fedora:27' } }
128
128
// steps {
129
129
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
130
- // sh 'python3 -m script. validators. source_validator'
130
+ // sh 'python script/ validators/ source_validator.py '
131
131
// sh 'mkdir build'
132
132
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
133
133
// }
@@ -137,7 +137,7 @@ pipeline {
137
137
// agent { docker { image 'centos:7' } }
138
138
// steps {
139
139
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
140
- // sh 'python3 -m script. validators. source_validator'
140
+ // sh 'python script/ validators/ source_validator.py '
141
141
// sh 'mkdir build'
142
142
// sh 'cd build && cmake3 -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
143
143
// }
@@ -147,7 +147,7 @@ pipeline {
147
147
// agent { docker { image 'centos:7' } }
148
148
// steps {
149
149
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
150
- // sh 'python3 -m script. validators. source_validator'
150
+ // sh 'python script/ validators/ source_validator.py '
151
151
// sh 'mkdir build'
152
152
// sh 'cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
153
153
// }
@@ -159,7 +159,7 @@ pipeline {
159
159
// agent { docker { image 'ubuntu:xenial' } }
160
160
// steps {
161
161
// sh 'sudo /bin/bash -c "source ./peloton/script/installation/packages.sh"'
162
- // sh 'python3 -m script. validators. source_validator'
162
+ // sh 'python script/ validators/ source_validator.py '
163
163
// sh 'mkdir build'
164
164
// sh 'cd build && CC=clang-3.7 CXX=clang++-3.7 cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4 && make install'
165
165
// }
@@ -169,7 +169,7 @@ pipeline {
169
169
// agent { docker { image 'ubuntu:xenial' } }
170
170
// steps {
171
171
// sh 'sudo /bin/bash -c "source ./peloton/script/installation/packages.sh"'
172
- // sh 'python3 -m script. validators. source_validator'
172
+ // sh 'python script/ validators/ source_validator.py '
173
173
// sh 'mkdir build'
174
174
// sh 'cd build && CC=clang-3.7 CXX=clang++-3.7 cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4 && make install'
175
175
// }
@@ -179,7 +179,7 @@ pipeline {
179
179
// agent { docker { image 'ubuntu:trusty' } }
180
180
// steps {
181
181
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
182
- // sh 'python3 -m script. validators. source_validator'
182
+ // sh 'python script/ validators/ source_validator.py '
183
183
// sh 'mkdir build'
184
184
// sh 'cd build && CC=clang-3.7 CXX=clang++-3.7 cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
185
185
// }
@@ -189,7 +189,7 @@ pipeline {
189
189
// agent { docker { image 'ubuntu:trusty' } }
190
190
// steps {
191
191
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
192
- // sh 'python3 -m script. validators. source_validator'
192
+ // sh 'python script/ validators/ source_validator.py '
193
193
// sh 'mkdir build'
194
194
// sh 'cd build && CC=clang-3.7 CXX=clang++-3.7 cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
195
195
// }
@@ -199,7 +199,7 @@ pipeline {
199
199
// agent { docker { image 'fedora:26' } }
200
200
// steps {
201
201
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
202
- // sh 'python3 -m script. validators. source_validator'
202
+ // sh 'python script/ validators/ source_validator.py '
203
203
// sh 'mkdir build'
204
204
// sh 'cd build && CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
205
205
// }
@@ -209,7 +209,7 @@ pipeline {
209
209
// agent { docker { image 'fedora:26' } }
210
210
// steps {
211
211
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
212
- // sh 'python3 -m script. validators. source_validator'
212
+ // sh 'python script/ validators/ source_validator.py '
213
213
// sh 'mkdir build'
214
214
// sh 'cd build && CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
215
215
// }
@@ -219,7 +219,7 @@ pipeline {
219
219
// agent { docker { image 'fedora:27' } }
220
220
// steps {
221
221
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
222
- // sh 'python3 -m script. validators. source_validator'
222
+ // sh 'python script/ validators/ source_validator.py '
223
223
// sh 'mkdir build'
224
224
// sh 'cd build && CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=False .. && make -j4'
225
225
// }
@@ -229,7 +229,7 @@ pipeline {
229
229
// agent { docker { image 'fedora:27' } }
230
230
// steps {
231
231
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
232
- // sh 'python3 -m script. validators. source_validator'
232
+ // sh 'python script/ validators/ source_validator.py '
233
233
// sh 'mkdir build'
234
234
// sh 'cd build && CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
235
235
// }
0 commit comments