[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:
aleksandr.vodyanov
2024-05-28 18:39:53 +03:00
committed by Aleksandr Vodyanov
parent 0233564103
commit e19d68b7e6

View File

@@ -147,18 +147,18 @@ Object tavroLinuxTemplate = """
spec: spec:
containers: containers:
- name: linux - 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: command:
- sleep - sleep
args: args:
- 99d - 99d
resources: resources:
limits: limits:
cpu: 7 cpu: 15
memory: 16Gi memory: 32Gi
requests: requests:
cpu: 7 cpu: 15
memory: 4Gi memory: 32Gi
imagePullSecrets: imagePullSecrets:
- name: ${env.JENKINS_K8S_HARBOR_SECRET} - name: ${env.JENKINS_K8S_HARBOR_SECRET}
""" """