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

ci: Only run runtime tests when testing SGX #3051

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

kostko
Copy link
Member

@kostko kostko commented Jun 25, 2020

Fixes #3034

@kostko kostko force-pushed the kostko/feature/tests-sgx-limited branch from c63cf76 to 8c772f0 Compare June 25, 2020 09:57
@kostko kostko force-pushed the kostko/feature/tests-sgx-limited branch from 8c772f0 to a2329e9 Compare June 25, 2020 11:14
@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #3051 into master will increase coverage by 0.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3051      +/-   ##
==========================================
+ Coverage   68.32%   68.57%   +0.24%     
==========================================
  Files         371      371              
  Lines       36424    36424              
==========================================
+ Hits        24888    24979      +91     
+ Misses       8323     8243      -80     
+ Partials     3213     3202      -11     
Impacted Files Coverage Δ
go/keymanager/api/policy_sgx.go 33.33% <0.00%> (-13.34%) ⬇️
...consensus/tendermint/apps/keymanager/keymanager.go 66.29% <0.00%> (-3.38%) ⬇️
...nsensus/tendermint/apps/keymanager/transactions.go 50.00% <0.00%> (-2.95%) ⬇️
go/storage/api/root_cache.go 70.11% <0.00%> (-2.30%) ⬇️
go/consensus/tendermint/roothash/roothash.go 66.47% <0.00%> (-2.03%) ⬇️
go/oasis-node/cmd/keymanager/keymanager.go 48.88% <0.00%> (-1.95%) ⬇️
...consensus/tendermint/apps/scheduler/state/state.go 71.15% <0.00%> (-1.93%) ⬇️
...consensus/tendermint/apps/roothash/transactions.go 61.32% <0.00%> (-1.89%) ⬇️
go/storage/database/database.go 70.58% <0.00%> (-1.69%) ⬇️
go/roothash/api/commitment/pool.go 70.54% <0.00%> (-1.63%) ⬇️
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 695b240...a2329e9. Read the comment docs.

@kostko kostko merged commit c2ecca2 into master Jun 25, 2020
@kostko kostko deleted the kostko/feature/tests-sgx-limited branch June 25, 2020 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip some E2E tests when testing SGX runtimes
2 participants