Update CI actions according to demands (#7395)

This commit is contained in:
Alexey-Ayupov
2023-04-06 14:40:05 +02:00
committed by GitHub
parent 69d754cb77
commit 46f5d5470a
8 changed files with 11 additions and 7 deletions

View File

@@ -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"