Skip to content

Commit

Permalink
Merge pull request #2968 from oasisprotocol/kostko/feature/transfer-repo
Browse files Browse the repository at this point in the history
Transfer repository to oasisprotocol
  • Loading branch information
kostko authored Jun 2, 2020
2 parents 9865f5a + ffa5454 commit 83e9a9b
Show file tree
Hide file tree
Showing 536 changed files with 3,219 additions and 3,233 deletions.
5 changes: 0 additions & 5 deletions .buildkite/benchmarks.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ steps:
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
- buildkite-agent artifact upload simple-keyvalue-ops-client
agents:
buildkite_agent_size: large
plugins:
<<: *docker_plugin

Expand All @@ -108,8 +106,6 @@ steps:
- buildkite-agent artifact upload simple-keymanager
- buildkite-agent artifact upload simple-keyvalue
- buildkite-agent artifact upload simple-keymanager-upgrade
agents:
buildkite_agent_size: large
plugins:
<<: *docker_plugin

Expand All @@ -130,7 +126,6 @@ steps:
env:
TEST_BASE_DIR: /var/tmp/benchmarks
agents:
buildkite_agent_size: large
buildkite_agent_class: stable
plugins:
<<: *docker_plugin
Expand Down
14 changes: 0 additions & 14 deletions .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ steps:
- label: Lint Go node
command:
- .buildkite/go/lint.sh
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand Down Expand Up @@ -145,8 +143,6 @@ steps:
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
- buildkite-agent artifact upload simple-keyvalue-ops-client
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand All @@ -170,8 +166,6 @@ steps:
- buildkite-agent artifact upload simple-keymanager
- buildkite-agent artifact upload simple-keyvalue
- buildkite-agent artifact upload simple-keymanager-upgrade
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand All @@ -186,8 +180,6 @@ steps:
- make build-helpers
- export OASIS_STORAGE_PROTOCOL_SERVER_BINARY=$(realpath go/storage/mkvs/interop/mkvs-test-helpers)
- .buildkite/rust/test_generic.sh .
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand Down Expand Up @@ -242,8 +234,6 @@ steps:
env:
OASIS_E2E_COVERAGE: enable
TEST_BASE_DIR: /tmp
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand Down Expand Up @@ -308,8 +298,6 @@ steps:
- /tmp/consim-datadir/consim.log
env:
TEST_BASE_DIR: /tmp
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand All @@ -328,8 +316,6 @@ steps:
- .buildkite/rust/coverage.sh
# Don't cause the build to fail, as tarpaulin is pretty unstable at the moment.
soft_fail: true
agents:
buildkite_agent_size: large
retry:
<<: *retry_agent_failure
plugins:
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/go/test_and_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pushd go
# We need to do multiple test passes for different parts to get correct coverage.
env -u GOPATH go test -race -coverprofile=../coverage-misc.txt -covermode=atomic -v \
$(go list ./... | \
grep -v github.com/oasislabs/oasis-core/go/oasis-node | \
grep -v github.com/oasislabs/oasis-core/go/storage/mkvs )
grep -v github.com/oasisprotocol/oasis-core/go/oasis-node | \
grep -v github.com/oasisprotocol/oasis-core/go/storage/mkvs )
# Oasis node tests.
pushd oasis-node
env -u GOPATH go test -race -coverpkg ../... -coverprofile=../../coverage-oasis-node.txt -covermode=atomic -v ./...
Expand Down
5 changes: 0 additions & 5 deletions .buildkite/longtests.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ steps:
- buildkite-agent artifact upload simple-keyvalue-client
- buildkite-agent artifact upload simple-keyvalue-enc-client
- buildkite-agent artifact upload simple-keyvalue-ops-client
agents:
buildkite_agent_size: large
plugins:
<<: *docker_plugin

Expand All @@ -92,8 +90,6 @@ steps:
- buildkite-agent artifact upload simple-keymanager
- buildkite-agent artifact upload simple-keyvalue
- buildkite-agent artifact upload simple-keymanager-upgrade
agents:
buildkite_agent_size: large
plugins:
<<: *docker_plugin

Expand All @@ -109,7 +105,6 @@ steps:
env:
TEST_BASE_DIR: /var/tmp/longtests
agents:
buildkite_agent_size: large
buildkite_agent_class: stable
# NOTE: we actually don't want to retry, but this is the only way that we
# can execute the notify step only if tests failed.
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/daily_benchmark_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Script should be invoked from .buildkite/benchmarks.pipeline.yml. Required
# env variables:
# BUILDKITE_BUILD_URL - URL for seeing detailed testing and comparison log (e.g. https://buildkite.com/oasislabs/oasis-core-daily-benchmarks/builds/xx)
# BUILDKITE_BUILD_URL - URL for seeing detailed testing and comparison log (e.g. https://buildkite.com/oasisprotocol/oasis-core-daily-benchmarks/builds/xx)
# METRICS_QUERY_ADDR - address of Prometheus server (e.g. http://localhost:9090)
# METRICS_SOURCE_GIT_BRANCH - name of feature branch on git (e.g. jsmith/feature/abc)
# METRICS_TARGET_GIT_BRANCH - name of master branch on git (e.g. master)
Expand Down
1 change: 1 addition & 0 deletions .changelog/2968.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Transfer oasis-core repository to oasisprotocol
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ✨ Feature request
about: Suggest an idea for this project
---
<!--- First, verify that your feature was not already discussed on GitHub -->
<!--- This template is only for *small* changes. For more complex features, please follow instructions in https://github.com/oasislabs/oasis-core/blob/master/CONTRIBUTING.md#feature-requests -->
<!--- This template is only for *small* changes. For more complex features, please follow instructions in https://github.com/oasisprotocol/oasis-core/blob/master/CONTRIBUTING.md#feature-requests -->
<!--- Complete *all* sections as described, this form is processed automatically -->

##### SUMMARY
Expand Down
Loading

0 comments on commit 83e9a9b

Please sign in to comment.