mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 05:49:48 +08:00
Update CI actions according to demands (#7395)
This commit is contained in:
2
.github/workflows/macos-generation.yml
vendored
2
.github/workflows/macos-generation.yml
vendored
@@ -192,6 +192,7 @@ jobs:
|
||||
-PrintTopNLongest 25
|
||||
|
||||
- name: Move vm to cold storage and clear datastore tag
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
$cpuCount = 3
|
||||
$coresPerSocketCount = 3
|
||||
@@ -203,6 +204,7 @@ jobs:
|
||||
-VIServer "${{ secrets.VISERVER_V2 }}" `
|
||||
-VIUserName "${{ env.VI_USER_NAME }}" `
|
||||
-VIPassword "${{ env.VI_PASSWORD }}" `
|
||||
-JobStatus "${{ job.status }}" `
|
||||
-CpuCount "$cpuCount" `
|
||||
-CoresPerSocketCount "$coresPerSocketCount" `
|
||||
-Memory "$memory"
|
||||
|
||||
Reference in New Issue
Block a user