-
Updated
Feb 25, 2022 - Java
cicd
Here are 1,818 public repositories matching this topic...
-
Updated
Feb 1, 2022 - JavaScript
Spug案例征集
Spug运维平台在过去的公司里稳定运行6年以上,开源的大部分代码也是基于稳定版本之上,为了增加更多用户在企业使用的信心,如您愿意,请将您在企业中使用Spug的案例展示给我们,请在该issue页面提供您的使用案例,提交格式:企业名称 + 公司官网地址。官网地址为可选项,您可以直接提供企业名称即可。
此外,您也可以通过其他渠道如QQ、微信、邮件的方式联系项目作者提供使用案例。
征集长期有效,感谢大家支持!
Spug部分案例:
- 上海家谐网络科技有限公司
- 上海爱上慧家信息技术有限公司
- 南京白鸥网络技术有限公司
- 杭州中艺实业股份有限公司
- [北京步鼎方舟科技有限公司](http://
I've been playing around with microk8s quite a bit lately and I really like how simple you've made it to get a multi-node cluster up and running. I'm running it on a 5-node RPi4 cluster and it works great. I'm using this cluster as a bit of a test bed for different ideas, one of which is reliability when nodes fail.
I'm using Longhorn to provide a distributed storage so
Apart from Unit and Integration tests, we should also run the st2-self-check script for every PR as part of the CI pipeline.
Something we do in e2e and manual testing.
It should be possible with the Github Actions and would help us to catch bugs before merging into master.
Ex #5489.
Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments.
Most probably, it's an issue with the golangci yaml config we use.
Also we use revive instead of golint (which is deprecated), may be some setting in revive needs to be enabled?
If we check the goreport card, we can see the issues: https://goreportcard.com/report/github.com/jenkins
I noticed that when CML produces the reports (as per in cml-send-comment --update --pr report.md) such reports are shown in the PR conversation as belonging to a certain user rather than GitHub actions reports. Is this intended behaviour or is there a setting/flag where we can choose which user to assign to the comments reports?
I haven't figured out how such user is chosen, I suspect it is t
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Feb 9, 2022 - Shell
📣 README.md translation: looking for contributors (Chinese, Japanese, French, Portuguese, etc.)
The DLE development team is looking for more contributors to translate README.md and help decrease the entry barriers for new users.
You can help!
If you're ready to help:
- First, please see the original README.md and current translation efforts in the [
./translations](https://github.com/postgres-ai/database-la
https://github.com/google/starlark-go/blob/master/doc/spec.md
It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files.
Like in #137 we should provide build context information.
Description
GitHub released an option to disable the auto update of runners. https://github.blog/changelog/2022-02-01-github-actions-self-hosted-runners-can-now-disable-automatic-updates/ Now we can add an option to support this by the module
Default
Question is what should be the default?
- Without AMI. Keep the current behaviror. With the S3 we haven't any issue for months.
-
Updated
Jan 5, 2021 - Go
-
Updated
Feb 2, 2022 - Shell
-
Updated
Feb 25, 2022 - Go
-
Updated
Feb 25, 2022 - Python
-
Updated
Feb 17, 2022 - Python
-
Updated
Jan 20, 2022 - Go
Hi,
We are using terraform-aws-gitlab-runnner to spin up GitLab runners on our AWS account. As part of security auditing, there was a severe alert raised on this policy created by terraform module: https://github.com/npalm/terraform-aws-gitlab-runner/blob/develop/policies/instance-docker-machine-policy.json#L21
The problem lies with permitting IamPassrole action on all resources. As per
-
Updated
Dec 10, 2021 - Scala
-
Updated
Mar 5, 2021 - Objective-C
-
Updated
Feb 22, 2022 - Python
Improve this page
Add a description, image, and links to the cicd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cicd topic, visit your repo's landing page and select "manage topics."

Summary
The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using
~/.kube/configper default or having to specify--kubeconfigfor each command.Motivation
Some K8s distributions by default install a Kubernetes client CLI (
kubectl) which uses a custom path for its configuration. For example, K3s uses `/etc/ran