diff options
author | AlexSm <alex@ydb.tech> | 2023-06-18 19:27:33 +0000 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-06-18 22:27:33 +0300 |
commit | edcdd80c704caafd63d0152fa683feae80ddb67b (patch) | |
tree | 7c3f31ec34d30124717d9087b7d5197f63884bc2 /.github/workflows | |
parent | e0ee27b73eae57d28e6c55ec99ab82371c153eaf (diff) | |
download | ydb-edcdd80c704caafd63d0152fa683feae80ddb67b.tar.gz |
Increase disk size to compile with santizers
Increase disk size to compile with santizers
Pull Request resolved: #266
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_and_test_ondemand.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test_ondemand.yml b/.github/workflows/build_and_test_ondemand.yml index 081ac77be5..4ed373cfde 100644 --- a/.github/workflows/build_and_test_ondemand.yml +++ b/.github/workflows/build_and_test_ondemand.yml @@ -57,7 +57,7 @@ jobs: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} folder-id: ${{secrets.YC_FOLDER}} image-id: ${{inputs.image}} - disk-size: 930GB + disk-size: 1023GB disk-type: network-ssd-nonreplicated cores: 32 memory: 64GB |