[DO-538] tavro linux tests (#24)
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/24 Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.tech> Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
committed by
Aleksandr Vodyanov
parent
0233564103
commit
e19d68b7e6
@@ -147,18 +147,18 @@ Object tavroLinuxTemplate = """
|
||||
spec:
|
||||
containers:
|
||||
- name: linux
|
||||
image: ${env.JENKINS_DOCKER_REGISTRY}/tavro/tavro-build-linux:0.2
|
||||
image: ${env.JENKINS_DOCKER_REGISTRY}/tavro/tavro-build-linux:1.1
|
||||
command:
|
||||
- sleep
|
||||
args:
|
||||
- 99d
|
||||
resources:
|
||||
limits:
|
||||
cpu: 7
|
||||
memory: 16Gi
|
||||
cpu: 15
|
||||
memory: 32Gi
|
||||
requests:
|
||||
cpu: 7
|
||||
memory: 4Gi
|
||||
cpu: 15
|
||||
memory: 32Gi
|
||||
imagePullSecrets:
|
||||
- name: ${env.JENKINS_K8S_HARBOR_SECRET}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user