1 Star 0 Fork 28

igoryang / Jenkins-x

forked from Gitee 极速下载 / Jenkins-x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jenkins-x-integration.yml 3.08 KB
一键复制 编辑 原始数据 按行查看 历史
Gareth Evans 提交于 2019-03-27 13:53 . chore: improved linter checks
buildPack: none
pipelineConfig:
pipelines:
pullRequest:
pipeline:
agent:
image: rawlingsj/executor:dev31
stages:
- name: ci
environment:
- name: GIT_COMMITTER_EMAIL
value: jenkins-x@googlegroups.com
- name: GIT_AUTHOR_EMAIL
value: jenkins-x@googlegroups.com
- name: GIT_AUTHOR_NAME
value: jenkins-x-bot
- name: GIT_COMMITTER_NAME
value: jenkins-x-bot
- name: BASE_WORKSPACE
value: /workspace/workspace
steps:
- name: init-jx
image: jenkinsxio/jx:1.3.938
command: jx
args: ['create','git','token','-n','fake','-t','1234','-u','https://github.com','fake']
workingDir: "/workspace/workspace"
resources:
limits:
cpu: 0.2
memory: 128Mi
requests:
cpu: 0.1
memory: 64Mi
- name: init-helm
image: alpine/helm:2.12.3
command: helm
args: ['init','--client-only']
workingDir: "/workspace/workspace"
resources:
limits:
cpu: 0.2
memory: 128Mi
requests:
cpu: 0.1
memory: 64Mi
- name: check
#image: docker.io/golang:1.11.5
# needs helm in the image for install_gitops_integration_test.go
image: gcr.io/jenkinsxio/builder-go:0.1.332
command: make
args: ['check']
workingDir: "/workspace/workspace"
env:
- name: GOPATH
value: /workspace/go
- name: GOPROXY
value: http://athens-proxy.jx.cd.jenkins-x.io
- name: HELM_HOME
value: /builder/home/.helm
resources:
limits:
cpu: 4
memory: 6144Mi
requests:
cpu: 3
memory: 3072Mi
- name: build-binary
#image: docker.io/golang:1.11.5
# needs helm in the image for install_gitops_integration_test.go
image: gcr.io/jenkinsxio/builder-go:0.1.332
command: make
args: ['test-slow-integration']
workingDir: "/workspace/workspace"
env:
- name: GOPATH
value: /workspace/go
- name: GOPROXY
value: http://athens-proxy.jx.cd.jenkins-x.io
- name: HELM_HOME
value: /builder/home/.helm
resources:
limits:
cpu: 4
memory: 6144Mi
requests:
cpu: 3
memory: 3072Mi
Go
1
https://gitee.com/igoryang/Jenkins-x.git
git@gitee.com:igoryang/Jenkins-x.git
igoryang
Jenkins-x
Jenkins-x
master

搜索帮助