-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/dev' into remove_unnecessary_d…
…eploy_check
- Loading branch information
Showing
334 changed files
with
3,223 additions
and
1,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...ss/Build_casper_network_casper_node_1701192539136-pr-trigger-input-set-1701192540559.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
inputSet: | ||
name: Build_casper_network_casper_node_1701192539136-pr-trigger-input-set | ||
identifier: Build_casper_network_casper_node_1701192539136prtriggerinputset | ||
orgIdentifier: default | ||
projectIdentifier: caspernode | ||
pipeline: | ||
identifier: Build_casper_network_casper_node_1701192539136 | ||
properties: | ||
ci: | ||
codebase: | ||
build: | ||
type: PR | ||
spec: | ||
number: <+trigger.prNumber> |
14 changes: 14 additions & 0 deletions
14
.../Build_casper_network_casper_node_1701192539136-push-trigger-input-set-1701192542073.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
inputSet: | ||
name: Build_casper_network_casper_node_1701192539136-push-trigger-input-set | ||
identifier: Build_casper_network_casper_node_1701192539136pushtriggerinputset | ||
orgIdentifier: default | ||
projectIdentifier: caspernode | ||
pipeline: | ||
identifier: Build_casper_network_casper_node_1701192539136 | ||
properties: | ||
ci: | ||
codebase: | ||
build: | ||
type: branch | ||
spec: | ||
branch: <+trigger.branch> |
14 changes: 14 additions & 0 deletions
14
...ss/Build_casper_network_casper_node_1701271611457-pr-trigger-input-set-1701271613224.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
inputSet: | ||
name: Build_casper_network_casper_node_1701271611457-pr-trigger-input-set | ||
identifier: Build_casper_network_casper_node_1701271611457prtriggerinputset | ||
orgIdentifier: default | ||
projectIdentifier: default_project | ||
pipeline: | ||
identifier: Build_casper_network_casper_node_1701271611457 | ||
properties: | ||
ci: | ||
codebase: | ||
build: | ||
type: PR | ||
spec: | ||
number: <+trigger.prNumber> |
14 changes: 14 additions & 0 deletions
14
.../Build_casper_network_casper_node_1701271611457-push-trigger-input-set-1701271614894.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
inputSet: | ||
name: Build_casper_network_casper_node_1701271611457-push-trigger-input-set | ||
identifier: Build_casper_network_casper_node_1701271611457pushtriggerinputset | ||
orgIdentifier: default | ||
projectIdentifier: default_project | ||
pipeline: | ||
identifier: Build_casper_network_casper_node_1701271611457 | ||
properties: | ||
ci: | ||
codebase: | ||
build: | ||
type: branch | ||
spec: | ||
branch: <+trigger.branch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
pipeline: | ||
name: Build casper-node | ||
identifier: Build_casper_network_casper_node_1701192539136 | ||
projectIdentifier: caspernode | ||
orgIdentifier: default | ||
stages: | ||
- stage: | ||
name: Build | ||
identifier: Build | ||
type: CI | ||
spec: | ||
cloneCodebase: true | ||
execution: | ||
steps: | ||
- step: | ||
type: Run | ||
name: Echo Welcome Message | ||
identifier: Echo_Welcome_Message | ||
spec: | ||
shell: Sh | ||
command: echo "Welcome to Harness CI" | ||
platform: | ||
os: Linux | ||
arch: Amd64 | ||
runtime: | ||
type: Cloud | ||
spec: {} | ||
properties: | ||
ci: | ||
codebase: | ||
connectorRef: org.casperdrone_github_connector | ||
repoName: casper-network/casper-node | ||
build: <+input> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
pipeline: | ||
identifier: Build_casper_network_casper_node_1701271611457 | ||
name: Build casper-node | ||
orgIdentifier: default | ||
projectIdentifier: default_project | ||
properties: | ||
ci: | ||
codebase: | ||
connectorRef: org.casperdrone_github_connector | ||
repoName: casper-node | ||
build: <+input> | ||
stages: | ||
- stage: | ||
identifier: build | ||
name: build | ||
spec: | ||
cloneCodebase: true | ||
execution: | ||
steps: | ||
- step: | ||
type: Run | ||
name: build casper-node | ||
identifier: cargotestpush | ||
spec: | ||
connectorRef: dockerhub | ||
image: casperlabs/node-build-u1804 | ||
shell: Bash | ||
command: |- | ||
cargo install elfx86exts --version 0.5.0 | ||
make setup | ||
make test CARGO_FLAGS=--release | ||
make test-contracts CARGO_FLAGS=--release | ||
resources: | ||
limits: | ||
memory: 16Gi | ||
cpu: "12" | ||
infrastructure: | ||
type: KubernetesDirect | ||
spec: | ||
connectorRef: org.casperkube | ||
namespace: default | ||
automountServiceAccountToken: true | ||
nodeSelector: {} | ||
os: Linux | ||
type: CI | ||
description: "" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
#!/bin/sh | ||
#!/usr/bin/env bash | ||
|
||
# Ensure that there has not been a change in CPU features used. | ||
|
||
set -e | ||
|
||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null 2>&1 && pwd)" | ||
cd $(dirname $0)/.. | ||
|
||
cd ${ROOT_DIR} | ||
cargo build --release | ||
cargo build --release --bin casper-node | ||
utils/dump-cpu-features.sh target/release/casper-node > current-build-cpu-features.txt | ||
diff -u current-build-cpu-features.txt ci/cpu-features-1.4.13-release.txt | ||
echo "Check passed, instruction set extensions in node binary have not been changed since 1.4.13" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.