Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, thofmann/integration-tests has been updated discards b7bf15a1e954994c4bb040ea1dec18369e7a274c (commit) to 433b14b2769102316fe4d46413bb2782171c274e (commit) via 174068d8fbd61c03d8a3dd312c3505083b914b8c (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (b7bf15a1e954994c4bb040ea1dec18369e7a274c) \ N -- N -- N (433b14b2769102316fe4d46413bb2782171c274e) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. https://github.com/fawkesrobotics/fawkes/tree/thofmann/integration-tests Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - *Log* --------------------------------------------------------------- commit 174068d8fbd61c03d8a3dd312c3505083b914b8c Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> AuthorDate: Mon Mar 16 17:42:35 2020 +0100 Commit: Till Hofmann <hofm...@kbsg.rwth-aachen.de> CommitDate: Thu Mar 19 13:13:05 2020 +0100 buildkite: upload all logs as artifacts https://github.com/fawkesrobotics/fawkes/commit/174068d8f - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - commit 433b14b2769102316fe4d46413bb2782171c274e Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> AuthorDate: Thu Mar 19 13:38:29 2020 +0100 Commit: Till Hofmann <hofm...@kbsg.rwth-aachen.de> CommitDate: Thu Mar 19 13:38:29 2020 +0100 buildkite: set timeout for Fedora build step to 15 minutes This ensures that a non-terminating test eventually fails. The timeout may need to be increased later on. https://github.com/fawkesrobotics/fawkes/commit/433b14b27 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- .buildkite/pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) - *Diffs* ------------------------------------------------------------- - *commit* 174068d8fbd61c03d8a3dd312c3505083b914b8c - - - - - - - - - - Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> Date: Mon Mar 16 17:42:35 2020 +0100 Subject: buildkite: upload all logs as artifacts .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) _Diff for modified files_: diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 38d3465dc..dd14165f8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -36,6 +36,8 @@ steps: - .buildkite/build - .buildkite/test - .buildkite/annotate + artifact_paths: + - bin/*.log plugins: - *merged-pr-plugin - docker#v3.3.0: - *commit* 433b14b2769102316fe4d46413bb2782171c274e - - - - - - - - - - Author: Till Hofmann <hofm...@kbsg.rwth-aachen.de> Date: Thu Mar 19 13:38:29 2020 +0100 Subject: buildkite: set timeout for Fedora build step to 15 minutes .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) _Diff for modified files_: diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index dd14165f8..ca824b794 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -38,6 +38,7 @@ steps: - .buildkite/annotate artifact_paths: - bin/*.log + timeout_in_minutes: 15 plugins: - *merged-pr-plugin - docker#v3.3.0: _______________________________________________ fawkes-commits mailing list fawkes-commits@lists.kbsg.rwth-aachen.de https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits