Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 3, 2024
1 parent 4bfbe74 commit ae610d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base_same_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
golemsp setup --no-interactive
echo "\n***** Provider $i - Presets before change: *****\n"
ya-provider preset list
ya-provider preset update --no-interactive --name=vm --price="cpu=0.016" --price="duration=0.511"
ya-provider preset update --no-interactive --name=vm --price="cpu=0.0016" --price="duration=0.12"
echo "\n***** Provider $i - Presets after change: *****\n"
ya-provider preset list
cd ../..
Expand Down
4 changes: 2 additions & 2 deletions examples/base-same-id/base_sameID.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ try {
pricing: {
model: "linear",
maxStartPrice: 2.0,
maxCpuPerHourPrice: 100.0,
maxEnvPerHourPrice: 200.0,
maxCpuPerHourPrice: 10.0,
maxEnvPerHourPrice: 450.0,
},
offerProposalFilter: myProposalFilter,
},
Expand Down

0 comments on commit ae610d5

Please sign in to comment.