david-nano

Results 6 issues of david-nano

Docker versions can't use `+` in tag, hence `build` bump isn't available if you want to use semver in this case. Can we have any customization to make different build...

TL;DR - same job template, each one use different `docker-compose.yaml`, one is working fine, and one is getting errors during DIND injection. **Minimal .gitlab-ci.yml illustrating the issue** ```yml --- Component...

elaborate

This is my `docker-compose.yaml` file: ``` version: '3.8' services: clearml-agent: image: allegroai/clearml-agent:latest container_name: clearml-agent environment: - CLEARML_AGENT_GIT_USER=dcdevops - CLEARML_AGENT_GIT_PASS=*** - CLEARML_API_ACCESS_KEY=*** - CLEARML_API_SECRET_KEY=*** - CLEARML_API_HOST=*** - CLEARML_WEB_HOST=*** - CLEARML_FILES_HOST=*** -...

https://i.imgur.com/yqpQPbz.png The query is: `(gitlab_ci_pipeline_status{status="success", project=~"$PROJECT", ref=~"$REF"} * 1 > 0) or (gitlab_ci_pipeline_status{status="running", project=~"$PROJECT", ref=~"$REF"} * 2 > 0) or (gitlab_ci_pipeline_status{status=~"failed|canceled", project=~"$PROJECT", ref=~"$REF"} * 3 > 0) or (gitlab_ci_pipeline_status{status!~"success|running|failed|canceled", project=~"$PROJECT",...

The flag `--toml-path` to provide `--toml-path pyproject.toml` can have default `pyproject.toml` . I think the flag is useful whenever the file is not in my current path.