修改打包配置
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-01-30 22:37:29 +08:00
parent b7f22245e1
commit 5d7a083f4a
2 changed files with 20 additions and 25 deletions

View File

@ -205,6 +205,9 @@ namespace IRaCIS.Core.SCP.Service
var _SCPImageUploadRepository = _serviceProvider.GetService<IRepository<SCPImageUpload>>(); var _SCPImageUploadRepository = _serviceProvider.GetService<IRepository<SCPImageUpload>>();
//有时候没有建立连接会走关闭通过日志发现
if (_upload != null)
{
_upload.EndTime = DateTime.Now; _upload.EndTime = DateTime.Now;
_upload.StudyCount = _ImageUploadList.Count; _upload.StudyCount = _ImageUploadList.Count;
_upload.TrialId = _trialId; _upload.TrialId = _trialId;
@ -221,6 +224,9 @@ namespace IRaCIS.Core.SCP.Service
} }
}
private async Task DataMaintenanceAsaync() private async Task DataMaintenanceAsaync()
{ {
Log.Logger.Warning($"CallingAE:{Association.CallingAE} CalledAE:{Association.CalledAE}传输结束开始维护数据处理检查Modality"); Log.Logger.Warning($"CallingAE:{Association.CallingAE} CalledAE:{Association.CalledAE}传输结束开始维护数据处理检查Modality");

View File

@ -18,8 +18,7 @@ server:
steps: steps:
- name: build-uat-irc - name: build-uat-irc
commands: commands:
- cd /opt/1panel/xc-deploy/Uat_IRC/devops-build-publish/Uat-To-Uat - bash /opt/1panel/xc-deploy-new/Uat_IRC/devops-publish/uat-branch-publish.sh
- sh uat-branch-latest-build-image-publish.sh v${DRONE_BUILD_NUMBER}
trigger: trigger:
branch: branch:
@ -46,12 +45,7 @@ server:
steps: steps:
- name: publish-test-irc - name: publish-test-irc
commands: commands:
- cd /opt/1panel/xc-deploy/Test_IRC/devops-build-publish;sh test-irc-update-or-create-stack.sh v${DRONE_BUILD_NUMBER} - bash /opt/1panel/xc-deploy-new/Test_IRC_Swarm/devops-publish/test-branch-publish.sh
- name: publish-test-irc-scp
commands:
- cd /opt/1panel/xc-deploy/Test_IRC_SCP/devops-build-publish;sh pull-build-test-irc-scp-image.sh v${DRONE_BUILD_NUMBER}
- cd /opt/1panel/xc-deploy/Test_IRC_SCP ;sh update-image-if-need-then-pull-aliyun.sh v${DRONE_BUILD_NUMBER}
trigger: trigger:
branch: branch:
@ -108,13 +102,8 @@ server:
steps: steps:
- name: publish-test-hir - name: publish-test-hir
commands: commands:
- cd /opt/1panel/xc-deploy/Test_HIR/devops-build-publish;sh pull-build-test-hir-image.sh v${DRONE_BUILD_NUMBER} - bash /opt/1panel/xc-deploy-new/Test_HIR/devops-publish/test-branch-publish.sh
- cd /opt/1panel/xc-deploy/Test_HIR ; sh update-image-if-need-then-pull-aliyun.sh v${DRONE_BUILD_NUMBER}
- name: publish-test-hir-scp
commands:
- cd /opt/1panel/xc-deploy/Test_HIR_SCP/devops-build-publish;sh pull-build-test-hir-scp-image.sh v${DRONE_BUILD_NUMBER}
- cd /opt/1panel/xc-deploy/Test_HIR_SCP ;sh update-image-if-need-then-pull-aliyun.sh v${DRONE_BUILD_NUMBER}
trigger: trigger:
branch: branch:
- Test_HIR - Test_HIR