Skip to content

Commit

Permalink
fix smaller vm for creation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian committed Oct 15, 2024
1 parent fd7968b commit 535d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_and_delete_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
vm_parent_id: project-e00gg2f58gw75edn7x
vm_name: ${{ github.event.pull_request.number && format('pr-{0}{1}-{2}-{3}', github.event.pull_request.number, inputs.vm_name_suffix, github.run_id, github.run_attempt) || format('run-{0}-{1}', github.run_id, github.run_attempt) }}
vm_preset: ${{ vars.NEBIUS_VM_PRESET }}
vm_preset: "2vcpu-8gb"
vm_disk_type: ${{ inputs.disk_type || 'network-ssd-nonreplicated' }}
vm_disk_size: 1023
vm_subnet: vpcsubnet-e00a6jtgksfcn4m30m
Expand Down

0 comments on commit 535d6d4

Please sign in to comment.