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

Commit a80faca

Browse files
authored
Merge branch 'main' into media-stream-webtransport
2 parents e0cae2c + 7972a1c commit a80faca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/conference.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
volumes: [
2525
persistentVolumeClaim(claimName: 'stability-package',mountPath: '/root/stabilityPackage',readOnly: false),
2626
persistentVolumeClaim(claimName: 'js-centos-package',mountPath: '/root/centos_package',readOnly: false),
27-
persistentVolumeClaim(claimName: 'webrtc79',mountPath: '/root/owt-server/third_party/webrtc-m79',readOnly: false)
27+
persistentVolumeClaim(claimName: 'webrtc88',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
2828
],
2929
containers: [
3030
containerTemplate(name: 'build-images', image: "$env.centos_build_images", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '5000m', resourceLimitCpu: '6000m' , command: 'cat')

Diff for: test/ubuntuconference.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
volumes: [
2525
persistentVolumeClaim(claimName: 'stability-package',mountPath: '/root/stabilityPackage',readOnly: false),
2626
persistentVolumeClaim(claimName: 'js-ubuntu-package',mountPath: '/root/ubuntu_package',readOnly: false),
27-
persistentVolumeClaim(claimName: 'webrtc79ubuntu',mountPath: '/root/owt-server/third_party/webrtc-m79',readOnly: false)
27+
persistentVolumeClaim(claimName: 'webrtc88ubuntu',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
2828
],
2929
containers: [
3030
containerTemplate(name: 'build-images', image: "$env.ubuntu_build_images", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '5000m', resourceLimitCpu: '6000m' , command: 'cat')

0 commit comments

Comments
 (0)