Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use k8s runner for action, and use labels to separate jobs #3060

Closed
HarrisChu opened this issue Oct 14, 2021 · 0 comments
Closed

use k8s runner for action, and use labels to separate jobs #3060

HarrisChu opened this issue Oct 14, 2021 · 0 comments
Assignees
Labels
type/feature req Type: feature request

Comments

@HarrisChu
Copy link
Contributor

coverage in nightly job is always failed, cause we have some runner with 40GB memory, and jobs would OOM for ubuntu2004, gcc-9.2

  1. use k8s pod with resource limit as action runner
  2. separate jobs via labels.

e.g.

  build-ubuntu:
    name: build
    needs: lint
    runs-on: [self-hosted, ubuntu]
    strategy:

  build-centos:
    name: build
    needs: lint
    runs-on: [self-hosted, centos]
    strategy:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants