Author | SHA1 | Message | Date |
---|---|---|---|
dependabot[bot] |
279e8027d3
|
build(deps): Bump actions/checkout from 2.3.5 to 2.4.0 (#7199)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <ul> <li>Convert SSH URLs like <code>org-<ORG_ID>@github.com:</code> to <code>https://github.com/</code> - <a href="https://github-redirect.dependabot.com/actions/checkout/pull/621">pr</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
0408888a5e
|
build(deps): Bump actions/checkout from 2.3.4 to 2.3.5 (#7139)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v2.3.5</h2> <p>Update dependencies</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago |
dependabot[bot] |
6cd07682ae
|
build(deps): Bump actions/checkout from 2 to 2.3.4 (#6456)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
4 years ago |
Anton Kaliaev |
98bbde5385
|
.github: [jepsen] archive results (#6164) | 4 years ago |
Anton Kaliaev |
5a39f72aa8
|
.github: [jepsen] add more docs (#6141) | 4 years ago |
Anton Kaliaev |
54a14cfeed
|
.github: [jepsen] source .bashrc (#6139)
fixes https://github.com/tendermint/tendermint/runs/1926771645 ``` ERROR [2021-02-18 12:16:30,492] main - jepsen.cli Oh jeez, I'm sorry, Jepsen broke. Here's why: clojure.lang.ExceptionInfo: throw+: {:dir "/", :private-key-path nil, :password "root", :username "root", :type :jepsen.control/session-error, :port 22, :strict-host-key-checking false, :host nil, :sudo nil, :dummy false, :message "Error opening SSH session. Verify username, password, and node hostnames are correct.", :session nil} ``` |
4 years ago |
Anton Kaliaev |
a48c6bdf5e
|
.github: [jepsen] fix directory name (#6138)
``` bash: line 0: cd: tendermint: No such file or directory ``` |
4 years ago |
Anton Kaliaev |
27b05d6b39
|
.github: [jepsen] cd inside the container, not outside (#6137)
fixes https://github.com/tendermint/tendermint/runs/1925580432 ``` No :main namespace specified in project.clj. ``` |
4 years ago |
Anton Kaliaev |
6cb4b5d8ad
|
.github: [jepsen] use "bash -c" to execute lein run cmd (#6136)
Fixes https://github.com/tendermint/tendermint/runs/1925329781 ``` OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused: exec: "lein run test --nemesis none --workload cas-register --concurrency 10 --tendermint-url https://github.com/melekes/katas/releases/download/0.2.0/tendermint.tar.gz --merkleeyes-url https://github.com/melekes/katas/releases/download/0.2.0/merkleeyes_0.1.7.tar.gz": stat lein run test --nemesis none --workload cas-register --concurrency 10 --tendermint-url https://github.com/melekes/katas/releases/download/0.2.0/tendermint.tar.gz --merkleeyes-url https://github.com/melekes/katas/releases/download/0.2.0/merkleeyes_0.1.7.tar.gz: no such file or directory: unknown ``` |
4 years ago |
Anton Kaliaev |
07cf71146c
|
.github: [jepsen] use working-directory instead of 'cd' (#6135) | 4 years ago |
Anton Kaliaev |
df0bf4b0ee
|
.github: [jepsen] fix inputs and remove TTY from docker (#6134)
fixes https://github.com/tendermint/tendermint/runs/1924860805 ``` Run docker exec -it jepsen-control 'cd tendermint && lein run test --nemesis --workload ' the input device is not a TTY ``` |
4 years ago |
Anton Kaliaev |
9f697db54f
|
.github: Jepsen workflow - initial version (#6123) | 4 years ago |