Skip to content

Commit c451b01

Browse files
merge from eos/master
2 parents 647a822 + 7563516 commit c451b01

File tree

197 files changed

+17483
-6259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+17483
-6259
lines changed

.buildkite/debug.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
agents:
1111
- "role=macos-builder"
1212
artifact_paths: "build.tar.gz"
13-
timeout: 30
13+
timeout: 60
1414
1515
- command: |
1616
echo "+++ :hammer: Building" && \
@@ -25,7 +25,7 @@ steps:
2525
docker#v1.1.1:
2626
image: "eosio/ci:ubuntu"
2727
workdir: /data/job
28-
timeout: 30
28+
timeout: 60
2929
3030
- command: |
3131
echo "+++ :hammer: Building" && \
@@ -40,7 +40,7 @@ steps:
4040
docker#v1.1.1:
4141
image: "eosio/ci:ubuntu18"
4242
workdir: /data/job
43-
timeout: 30
43+
timeout: 60
4444
4545
- command: |
4646
echo "+++ :hammer: Building" && \
@@ -55,7 +55,7 @@ steps:
5555
docker#v1.1.1:
5656
image: "eosio/ci:fedora"
5757
workdir: /data/job
58-
timeout: 30
58+
timeout: 60
5959
6060
- command: |
6161
echo "+++ :hammer: Building" && \
@@ -70,7 +70,7 @@ steps:
7070
docker#v1.1.1:
7171
image: "eosio/ci:centos"
7272
workdir: /data/job
73-
timeout: 30
73+
timeout: 60
7474
7575
- command: |
7676
echo "+++ :hammer: Building" && \
@@ -85,18 +85,18 @@ steps:
8585
docker#v1.1.1:
8686
image: "eosio/ci:amazonlinux"
8787
workdir: /data/job
88-
timeout: 30
88+
timeout: 60
8989
9090
- wait
9191

9292
- command: |
9393
echo "--- :arrow_down: Downloading build directory" && \
94-
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Build" &&
94+
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Build" && \
9595
tar -zxf build.tar.gz && \
9696
echo "--- :m: Starting MongoDB" && \
9797
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
9898
echo "+++ :microscope: Running tests" && \
99-
ln -s "$(pwd)" /data/job && cd /data/job/build && ctest --output-on-failure
99+
ln -s "$(pwd)" /data/job && cd /data/job/build && ctest -LE long_running_tests --output-on-failure
100100
retry:
101101
automatic:
102102
limit: 1
@@ -107,16 +107,16 @@ steps:
107107
- "mongod.log"
108108
- "build/genesis.json"
109109
- "build/config.ini"
110-
timeout: 30
110+
timeout: 60
111111
112112
- command: |
113113
echo "--- :arrow_down: Downloading build directory" && \
114-
buildkite-agent artifact download "build.tar.gz" . --step ":ubuntu: Build" &&
114+
buildkite-agent artifact download "build.tar.gz" . --step ":ubuntu: Build" && \
115115
tar -zxf build.tar.gz && \
116116
echo "--- :m: Starting MongoDB" && \
117117
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
118118
echo "+++ :microscope: Running tests" && \
119-
cd /data/job/build && ctest --output-on-failure
119+
cd /data/job/build && ctest -LE long_running_tests --output-on-failure
120120
retry:
121121
automatic:
122122
limit: 1
@@ -131,16 +131,16 @@ steps:
131131
docker#v1.1.1:
132132
image: "eosio/ci:ubuntu"
133133
workdir: /data/job
134-
timeout: 30
134+
timeout: 60
135135
136136
- command: |
137137
echo "--- :arrow_down: Downloading build directory" && \
138-
buildkite-agent artifact download "build.tar.gz" . --step ":ubuntu: 18.04 Build" &&
138+
buildkite-agent artifact download "build.tar.gz" . --step ":ubuntu: 18.04 Build" && \
139139
tar -zxf build.tar.gz && \
140140
echo "--- :m: Starting MongoDB" && \
141141
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
142142
echo "+++ :microscope: Running tests" && \
143-
cd /data/job/build && ctest --output-on-failure
143+
cd /data/job/build && ctest -LE long_running_tests --output-on-failure
144144
retry:
145145
automatic:
146146
limit: 1
@@ -155,16 +155,16 @@ steps:
155155
docker#v1.1.1:
156156
image: "eosio/ci:ubuntu18"
157157
workdir: /data/job
158-
timeout: 30
158+
timeout: 60
159159
160160
- command: |
161161
echo "--- :arrow_down: Downloading build directory" && \
162-
buildkite-agent artifact download "build.tar.gz" . --step ":fedora: Build" &&
162+
buildkite-agent artifact download "build.tar.gz" . --step ":fedora: Build" && \
163163
tar -zxf build.tar.gz && \
164164
echo "--- :m: Starting MongoDB" && \
165165
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
166166
echo "+++ :microscope: Running tests" && \
167-
cd /data/job/build && ctest --output-on-failure
167+
cd /data/job/build && ctest -LE long_running_tests --output-on-failure
168168
retry:
169169
automatic:
170170
limit: 1
@@ -179,16 +179,16 @@ steps:
179179
docker#v1.1.1:
180180
image: "eosio/ci:fedora"
181181
workdir: /data/job
182-
timeout: 30
182+
timeout: 60
183183
184184
- command: |
185185
echo "--- :arrow_down: Downloading build directory" && \
186-
buildkite-agent artifact download "build.tar.gz" . --step ":centos: Build" &&
186+
buildkite-agent artifact download "build.tar.gz" . --step ":centos: Build" && \
187187
tar -zxf build.tar.gz && \
188188
echo "--- :m: Starting MongoDB" && \
189189
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
190190
echo "+++ :microscope: Running tests" && \
191-
cd /data/job/build && ctest --output-on-failure
191+
cd /data/job/build && ctest -LE long_running_tests --output-on-failure
192192
retry:
193193
automatic:
194194
limit: 1
@@ -203,16 +203,16 @@ steps:
203203
docker#v1.1.1:
204204
image: "eosio/ci:centos"
205205
workdir: /data/job
206-
timeout: 30
206+
timeout: 60
207207
208208
- command: |
209209
echo "--- :arrow_down: Downloading build directory" && \
210-
buildkite-agent artifact download "build.tar.gz" . --step ":aws: Build" &&
210+
buildkite-agent artifact download "build.tar.gz" . --step ":aws: Build" && \
211211
tar -zxf build.tar.gz && \
212212
echo "--- :m: Starting MongoDB" && \
213213
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
214214
echo "+++ :microscope: Running tests" && \
215-
cd /data/job/build && ctest --output-on-failure
215+
cd /data/job/build && ctest -LE long_running_tests --output-on-failure
216216
retry:
217217
automatic:
218218
limit: 1
@@ -227,4 +227,4 @@ steps:
227227
docker#v1.1.1:
228228
image: "eosio/ci:amazonlinux"
229229
workdir: /data/job
230-
timeout: 30
230+
timeout: 60

0 commit comments

Comments
 (0)