Carlos Venegas

Results 26 issues of Carlos Venegas

Add known working cri-contaienrd version this version will be used by Clear Containers CI

Golang 1.10 is the latest stable release. Consider move the CI to this version. [ ] Check if move ci to 1.10 does not break anything. [ ] Move the...

Image 20120 added new agent version The agent changed from 4d844b2 to d9790 https://download.clearlinux.org/releases/20120/clear/RELEASENOTES Here is the list of changes merged: ad7c8a5 privileges: Add NoNewPrivileges in the api 4c2b752 devices:...

The following case is failing trying to send some date by through a pipe. `echo data | docker exec -i "${container}" bash -c "cat > /f"` Here a script to...

regression

New changes as being merged into to Clear Containers Agent network: Update route list according to what's on the system destroy: Change DESTROYPOD behavior not to exit agent-cli: Allow reconnection...

Proxy has embedded cc-agent log cc-collect-data.sh.in should check for errors in this logs and show them in an special section.

# Description of problem These signals are not forwarded to the runtime, if docker kill SIGNAL is used. Example: ``` docker run --runtime cc-runtime --name NAME -dt busybox sh -c...

limitation

# Description of problem https://github.com/clearcontainers/proxy/blob/master/proxy.go#L451 # Expected result Workload will get the signal if `docker kill 28` is used. Example: ``` docker run --runtime cc-runtime --name P1GjgyJuoQSVthDf1APV4lnjTauxd9 -dt busybox sh...

Some crio-tests has beeing failing randomly in our CI leanding to a timeout. Examples: http://cc-jenkins-ci.westus2.cloudapp.azure.com/job/clear-containers-runtime-azure-ubuntu-17-04/6/console ``` 00:15:36.557 ok 11 ctr execsync conflicting with conmon flags parsing 00:20:36.557 Build timed out...

P2

The runtime allow to be called concurrently to do an operation over a container. I 've seen this debuing a failed delete call. If starts fails docker calls delete twice....