Skip to content

Commit b445817

Browse files
committed
sleep
1 parent 37ad700 commit b445817

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ci/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ pipeline {
1414
containers:
1515
- name: manylinux
1616
image: quay.io/pypa/manylinux2014_x86_64
17+
command: [sleep, infinity]
18+
resources:
19+
limits:
20+
cpu: 4
21+
memory: 16Gi
1722
'''
1823
}
1924
}

0 commit comments

Comments
 (0)