[WIP] Move CI from Gitlab to GitHub #32
Triggered via pull request
December 6, 2024 09:51
Status
Cancelled
Total duration
2m 16s
Artifacts
–
integration-tests.yml
on: pull_request
Build and Push Docker image to Docker Hub
2m 6s
Set variables
0s
Zombienet Smoke
0s
Zombienet Scale net
0s
Zombienet Upgrade Node
0s
Zombienet Chaos Delay
0s
Annotations
3 errors and 2 warnings
Set variables
Process completed with exit code 2.
|
Build and Push Docker image to Docker Hub
Canceling since a higher priority waiting request for 'Zombienet Integration Tests-1889' exists
|
Build and Push Docker image to Docker Hub
The operation was canceled.
|
Set variables
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
use of a fallible conversion when an infallible one could be used:
crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used
--> crates/parser/src/lib.rs:184:10
|
184 | .try_into()
| ^^^^^^^^ help: use: `into`
|
= note: converting `&str` to `PathBuf` cannot fail
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
|