-
Docker搭建自己的Gitlab CI Runner,搭建maven-java环境:https://blog.csdn.net/aixiaoyang168/article/details/72168834
PS: gitlab-ci tags这个很重要,在项目构建流程yaml文件里面指定**tag**,就是匹配使用哪个tag的runner,这里我定义了hwy,回头再配置文件里面就指定这个t…
-
When trying to use `composer/composer:php5-alpine` in Gitlab CI, there is some odd error occuring:
The `.gitlab-ci.yml` looks like this:
``` yml
image: composer/composer:php5-alpine
stages:
- buil…
-
## Problem/Opportunity Statement
we will eventually enable memory limits for CI jobs. There is no current way to detect this in k8s/prometheus in our environment.
For example, I set `KUBERNETES_…
-
hello @mvisonneau ,
issues:
I through `webhook` to push metrics into exporter,as the project use `main` branch to ci pipeline, it is ok from exporter logs.
but if I use `ci-test` branch to test…
-
Hi Olivier,
The docker-gitlab-ci-runner-php5.6 had a `eval "$(phpenv init -)"` line in /root/.bashrc, which is not present in the php7 docker image. This breaks the custom php configuration that use…
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: ?
- Ruby: 2.5
- Distribution: Mac
- Module version: Current default branch
## How to reproduce (e.g Puppet code you us…
-
### Description
Hi to you all!
First : thank for this very convenient tool that you built!
I've encountered a weird situation where I ask cibuilldwheel to generate an amd64 wheel and the genera…
-
I'm looking for an image to be used as-is for running ansible playbooks inside gitlab-CI (with docker runner).
Gitlab does not have a possibility to specify the user a given job is run with inside th…
-
GitLabForm is fundamentally a tool for managing GitLab.
1. If we migrated to hosting on GitLab we would benefit from the OpenSource Initiative: https://about.gitlab.com/solutions/open-source/join/ …
-
### Bug Description
**Description:**
The goal is to automate the execution of Kubeflow pipelines through GitLab. However, I am encountering issues when attempting to connect to and launch runs in …