From d5f03bea9cd3857c8f0f4b02573c0231b2699e9e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 8 Jun 2026 13:25:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=AF=E6=8C=81Tailimed=E5=88=86?= =?UTF-8?q?=E6=94=AF=EF=BC=8C=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index d4c61c3b8..58c285510 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -16,7 +16,7 @@ server: from_secret: test_ssh_pwd steps: - - name: publish-test-irc + - name: publish-uat-irc commands: - bash /opt/1panel/xc-deploy-new/Uat_IRC/devops-publish/uat-branch-publish.sh - name: notify-wecom @@ -30,6 +30,40 @@ steps: trigger: branch: - Uat_IRC_Net8 + +--- +kind: pipeline +type: ssh +name: ssh-linux-uat-irc-build-image + +platform: + os: Linux + arch: 386 + +clone: + disable: true + +server: + host: 101.132.253.119 + user: root + password: + from_secret: test_ssh_pwd + +steps: + - name: publish-uat-irc + commands: + - bash /opt/1panel/xc-deploy-new/Uat_Tailimed/devops-publish/uat-branch-publish.sh + - name: notify-wecom + commands: + - bash /opt/1panel/xc-deploy-new/devops-center/drone-notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "4355b98e-1e72-4678-8dfb-2fc6ad0bf449" "$DRONE_COMMIT_MESSAGE" "$DRONE_COMMIT_AUTHOR" "Uat_IRC_API Uat_IRC_SCP_API" "irc.uat.extimaging.com" + when: + status: + - success + - failure + +trigger: + branch: + - Uat_Tailimed_Net8 --- kind: pipeline @@ -52,7 +86,7 @@ server: steps: - name: publish-test-irc commands: - - bash /opt/1panel/xc-deploy-new/Test_IRC_Swarm/devops-publish/test-branch-publish.sh + - bash /opt/1panel/xc-deploy-new/Test_IRC_Net10/devops-publish/test-branch-publish.sh - name: notify-wecom commands: - bash /opt/1panel/xc-deploy-new/devops-center/drone-notify-wecom.sh "$DRONE_BUILD_STATUS" "$DRONE_REPO_NAME" "$DRONE_BRANCH" "$DRONE_BUILD_NUMBER" "4355b98e-1e72-4678-8dfb-2fc6ad0bf449" "$DRONE_COMMIT_MESSAGE" "$DRONE_COMMIT_AUTHOR" "Test_IRC_API Test_IRC_SCP_API" "irc.test.extimaging.com" @@ -62,8 +96,7 @@ steps: - failure trigger: branch: - - Test_IRC_Net8 - + - Test_IRC_Net10 From b26859450540fa820fabf8133abead8e0c0e4ef5 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 8 Jun 2026 13:26:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=94=AF=E6=8C=81Tailimed=E5=88=86?= =?UTF-8?q?=E6=94=AF=EF=BC=8C=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc_api.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc_api.drone.yml b/irc_api.drone.yml index 58c285510..de78d36c0 100644 --- a/irc_api.drone.yml +++ b/irc_api.drone.yml @@ -34,7 +34,7 @@ trigger: --- kind: pipeline type: ssh -name: ssh-linux-uat-irc-build-image +name: ssh-linux-uat-Tailimed-build-image platform: os: Linux