Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Jul 7, 2022
1 parent 00bc3ff commit 1f0b876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PLATFORMAPI_IMAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/neuro-inc/platformapi:22.6.0
ghcr.io/neuro-inc/platformapi:latest
6 changes: 3 additions & 3 deletions tests/k8s/platformadmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ spec:
"max_size": 1,
"cpu": 1.0,
"available_cpu": 1.0,
"memory_mb": 1024,
"available_memory_mb": 1024
"memory": 1000000,
"available_memory": 1000000
}
],
"resource_presets": [
{
"name": "cpu-small",
"credits_per_hour": "0.0",
"cpu": 0.1,
"memory_mb": 100
"memory": 102400
}
]
},
Expand Down
2 changes: 0 additions & 2 deletions tests/k8s/platformapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ spec:
value: http://platformconfig:8080/api/v1
- name: NP_PLATFORM_ADMIN_URI
value: http://platformadmin:8080/apis/admin/v1
- name: NP_AUTH_TOKEN
value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6ImNvbXB1dGUifQ.IJDlKCfbiuNGZH9Sh6p-CdUL5KxEK5JStqzfDk4-RAA
- name: NP_CLUSTER_NAME
value: default
- name: NP_KUBE_URL
Expand Down

0 comments on commit 1f0b876

Please sign in to comment.