Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ jobs:
- name: Start Minikube
uses: medyagh/setup-minikube@v0.0.20
with:
kubernetes-version: "1.34.0"
kubernetes-version: "1.35.0"
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for better resource statistic
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, this statement is outdated, now GitHub Actions provides runner with 4-vCPUs, 16 GiB of memory

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know. Feel free to open an independent JIRA issue for that, @pan3793 .

cpus: 2
memory: 6144m
Expand Down