Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit ff9cfd1

Browse files
authored
CI: Build&Pack package with QUICSDK (#1056)
1 parent f47b675 commit ff9cfd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/server.jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pipeline {
2121
podTemplate(name: "pack-server-centos-"+env.GIT_BRANCH, label: "pack-server-centos-"+env.GIT_BRANCH,
2222
volumes: [
2323
persistentVolumeClaim(claimName: 'centos-package',mountPath: '/root/centos_package',readOnly: false),
24+
persistentVolumeClaim(claimName: 'quicsdk',mountPath: '/root/quicsdk',readOnly: false),
2425
persistentVolumeClaim(claimName: 'webrtc88',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
2526
],
2627
containers: [

test/ubuntuserver.jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ pipeline {
2020
steps {
2121
podTemplate(name: 'pack-server-ubuntu-'+env.GIT_BRANCH, label: 'pack-server-ubuntu-'+env.GIT_BRANCH,
2222
volumes: [
23-
persistentVolumeClaim(claimName: 'ubuntu-package',mountPath: '/root/ubuntu_package',readOnly: false),
23+
persistentVolumeClaim(claimName: 'ubuntu-package',mountPath: '/root/ubuntu_package',readOnly: false),
24+
persistentVolumeClaim(claimName: 'quicsdk',mountPath: '/root/quicsdk',readOnly: false),
2425
persistentVolumeClaim(claimName: 'webrtc88ubuntu',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
25-
],
26+
],
2627
containers: [
2728
containerTemplate(name: 'build-images', image: "$env.ubuntu_build_images", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '5000m', resourceLimitCpu: '6000m' , command: 'cat')
2829
]){

0 commit comments

Comments
 (0)