diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c030365384..7fb7a3053b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,8 +1,10 @@ name: Code Coverage Report on: workflow_dispatch: - schedule: - - cron: '0 17 * * *' + pull_request: + push: + branches: + - master jobs: code_coverage_report: name: Generate code coverage report diff --git a/kube/manifest/runner.yaml b/kube/manifest/runner.yaml index db8a68265a..2168067e8a 100644 --- a/kube/manifest/runner.yaml +++ b/kube/manifest/runner.yaml @@ -12,8 +12,8 @@ spec: resources: requests: - cpu: "1" - memory: "1Gi" + cpu: "24.0" + memory: "48Gi" # If set to false, there are no privileged container and you cannot use docker. dockerEnabled: true # If set to true, runner pod container only 1 container that's expected to be able to run docker, too. @@ -34,7 +34,7 @@ spec: scaleTargetRef: name: starcoin-runner-deployment minReplicas: 1 - maxReplicas: 5 + maxReplicas: 6 scaleDownDelaySecondsAfterScaleOut: 300 metrics: - type: TotalNumberOfQueuedAndInProgressWorkflowRuns diff --git a/kube/manifest/starcoin.yaml b/kube/manifest/starcoin.yaml index 1cbc6c3f10..4d614bad96 100644 --- a/kube/manifest/starcoin.yaml +++ b/kube/manifest/starcoin.yaml @@ -36,7 +36,7 @@ spec: spec: containers: - name: starcoin - image: starcoin/starcoin:v0.9.2 + image: starcoin/starcoin:v0.9.3 imagePullPolicy: Always command: - bash