aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2022-07-26 19:38:31 +0200
committerGitHub <noreply@github.com>2022-07-26 19:38:31 +0200
commitf2379ae129d88a34e5b94145abf4576638c38477 (patch)
treeff48badea388909392c1a1d3de7438bc5281fa92 /.github
parent279b89c29bd55ecac1ffa2787a4f8757b1f66fd7 (diff)
.github/workflows/ci.yml: run dashboard step on the self-hosted instance (#3268)
+use v3 codecov instead
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b0669df6..714e7713b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,6 +96,25 @@ jobs:
with:
file: gopath/src/github.com/google/syzkaller/.coverage.txt
flags: dashboard
+ dashboard-self-hosted:
+ runs-on: self-hosted
+ steps:
+ - name: checkout
+ uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
+ with:
+ path: gopath/src/github.com/google/syzkaller
+ - name: cache
+ uses: actions/cache@99d99cd262b87f5f8671407a1e5c1ddfa36ad5ba # v1
+ with:
+ path: .cache
+ key: cache
+ - name: run
+ run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-big-env make presubmit_big
+ - name: codecov
+ uses: codecov/codecov-action@2a829b95deaeea2d11d127cc0358005714ff35ea # v3
+ with:
+ files: gopath/src/github.com/google/syzkaller/.coverage.txt
+ flags: dashboard
arch:
runs-on: ubuntu-latest
strategy: