Skip to content

Commit

Permalink
Migrate CI to GitHub runners. (#21)
Browse files Browse the repository at this point in the history
Migrate some CI steps to GitHub runners. While two steps that requires k8s cluster still remains on self-hosted, because resource requested is exceed the standard configuration of GitHub runner (2 core CPU, 8G memory).

This PR also

* Parallels the building process of three engines,
* Reduce the size of artifacts,
* Add code coverage report for graphscope.

However, this PR also introduced several overhead, which is two additional Dockerfile for assemble artifact content into graphscope-runtime image, however, this is basically copied from the stage 2 of the normal Dockerfile. And the manipulation of upload and download artifact is more complicated than before (to preserve file permissions of artifact, one need to assemble all files into a tar ball)
  • Loading branch information
siyuan0322 authored Dec 22, 2020
1 parent d28c663 commit 8fd52b4
Show file tree
Hide file tree
Showing 12 changed files with 436 additions and 318 deletions.
20 changes: 20 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "60...80"

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no
Loading

0 comments on commit 8fd52b4

Please sign in to comment.