已合并
修复冒烟任务 #2692
wangchuang616创建于 6 天前
修复冒烟任务 #2692
已合并
共 2 个文件变更+2-2
| @@ -355,7 +355,7 @@ stages: | |||
| 355 | if: env.TARGET_BRANCH == 'master' | 355 | if: env.TARGET_BRANCH == 'master' |
| 356 | runs-on: ['self-hosted','npu=2','smoke=301'] | 356 | runs-on: ['self-hosted','npu=2','smoke=301'] |
| 357 | container: | 357 | container: |
| 358 | - image: swr.cn-south-1.myhuaweicloud.com/pre_smoke/${{ jobs.JOB_image.outputs.PreSmoke_A3_npupool }} | 358 | + image: swr.cn-north-12.myhuaweicloud.com/pre_smoke/${{ jobs.JOB_image.outputs.PreSmoke_A3_npupool }} |
| 359 | pre: | 359 | pre: |
| 360 | - type: auto | 360 | - type: auto |
| 361 | fail-fast: true | 361 | fail-fast: true |
| @@ -79,6 +79,6 @@ jobs: | |||
| 79 | ${{ steps.process_checkout.outputs.path }}/test_*t.log | 79 | ${{ steps.process_checkout.outputs.path }}/test_*t.log |
| 80 | object-prefix: ${{ env.obs_path }}/ | 80 | object-prefix: ${{ env.obs_path }}/ |
| 81 | if: "${{ default() }}" | 81 | if: "${{ default() }}" |
| 82 | - runs-on: ['self-hosted', 'arch=x64', 'spec=xlarge'] | 82 | + runs-on: ['self-hosted', 'arch=x64', 'spec=2xlarge'] |
| 83 | container: | 83 | container: |
| 84 | image: swr.cn-north-4.myhuaweicloud.com/ci_cann/${{ inputs.image_version }} | 84 | image: swr.cn-north-4.myhuaweicloud.com/ci_cann/${{ inputs.image_version }} |