Ivo Jimenez
Ivo Jimenez
Some tweaks to the k8s testing setup: * Assume dockerfile for operator is built using buildkit (drop support for "old" `docker build`) * Adds dockerignore file to speedup local dev...
This is currently not possible since using anything more than the default (`CTEST_PARALLEL_LEVEL=1`) causes some tests to fail. Is this fundamentally difficult to achieve (e.g. because of clashes in net/fs/ipc...
While analyzing if we can remove `latest` from the `configurator` docker image repo, we realized that doing so will break the e2e tests, since it's the default version used: https://github.com/redpanda-data/redpanda/blob/5bd42df31171939a7dc40dab736eede10e108af1/src/go/k8s/main.go#L70...
Add an option that instructs Task to print a timestamp when a task is started. Something like: ``` [2020-04-08 10:53:53] task: [my-task] ... ``` Not sure if this option would...
I'd be nice to have the ability to stop (or pause) after a song finishes. Sometimes I pause and by the time I get back, pandora's timeout is reached so...
**What happened**: Kind hangs when creating a cluster. More specifically, the `kind-control-plane` container gets stuck at the `select_iptables()` function, when executing the [`iptables-nft-save` command](https://github.com/kubernetes-sigs/kind/blob/v0.11.1/images/base/files/usr/local/bin/entrypoint#L322) of the entrypoint. The command hangs...
modify the arguments passed to docker-py when running a workflow
add in the YAML syntax, that defines multiple executions of a workflow. example: ```yaml matrix: - VAR1: val1 VAR2: val2 VAR3: val3 - VAR1: val10 VAR2: val11 VAR3: val12 ```
Create workflow example illustrating how to implement integration tests using docker-compose. Examples available [here](https://github.com/codefresh-io/docs.codefresh.io/tree/master/_docs/yaml-examples/examples), [here](https://medium.com/swlh/the-ultimate-guide-to-integration-testing-with-docker-compose-and-sql-f288f05032c9) or [here](https://phrase.com/blog/posts/unifying-rails-environments-docker-compose/).
Add an example workflow in the `examples/gradle/` folder that exemplifies how to make use of Popper to create a CI pipeline for java projects that use [`gradle`](https://guides.gradle.org/building-java-libraries/) as their build...