This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.0.0-master-pr-resolve-conflicts' into master-…
…release-merge * release/2.0.0-master-pr-resolve-conflicts: (1333 commits) [DEVOPS-1112] Bump staging applicationVersion 17 → 18 Add entry for CBR-495 & CBR-496 to 2.0.0 CHANGELOG [CBR-495] Make UndisputableLookupFailed lenient, since we may end up with no Txs-Accounts relations in SQlite Add missing entries for RCD-44 to RCD-47 [CBR-496] Fix --rebuild-db not rebuilding sqlite [DEVOPS-1112] Add more ChangeLog entries Clean up transaction metadata after deleting an account or wallet bump last known block version for staging [DEVOPS-1112] configuration.yaml: staging applicationVersion 16 -> 17 Revert "applicationVersion | staging: 17 <- 16" Revert "configuration | staging: factor a little" [DEVOPS-1172] Regenerate pkgs/default.nix and stylish haskell [DEVOPS-1172] faucet: Use OptimizeForHighThroughput grouping policy RCD-43: Clear failure on win update applicationVersion | testnet: 4 <- 3 applicationVersion | staging: 17 <- 16 configuration | staging: factor a little cleanup tmp on every buildkite windows build [RCD-52] launcher: -Wno-type-defaults locally [RCD-52] launcher | windows: fix CPP ...
- Loading branch information
Showing
2,001 changed files
with
144,471 additions
and
69,089 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set -x | ||
|
||
NIX_PATH="nixpkgs=$(nix-build ./nix/fetch-nixpkgs.nix -o nixpkgs)" | ||
export NIX_PATH |
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 @@ | ||
steps: | ||
- label: 'Acceptance Tests - mainnet - full' | ||
command: | ||
- nix-build -A acceptanceTests.mainnet.full -o acceptance-tests-mainnet-full.sh | ||
- echo "+++ Syncing mainnet blockchain" | ||
- ./acceptance-tests-mainnet-full.sh | ||
timeout_in_minutes: 120 | ||
|
||
- label: 'Acceptance Tests - testnet - full' | ||
command: | ||
- nix-build -A acceptanceTests.testnet.full -o acceptance-tests-testnet-full.sh | ||
- echo "+++ Syncing testnet blockchain" | ||
- ./acceptance-tests-testnet-full.sh | ||
timeout_in_minutes: 60 |
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,35 +1,25 @@ | ||
steps: | ||
- label: 'hlint' | ||
command: 'scripts/ci/nix-shell.sh -p hlint moreutils --run scripts/haskell/lint.sh' | ||
agents: | ||
system: x86_64-linux | ||
|
||
- label: 'Windows' | ||
command: 'PowerShell.exe -executionpolicy remotesigned -File .\.buildkite\windows.ps1' | ||
agents: | ||
system: x86_64-win2016 | ||
|
||
- label: 'stack2nix' | ||
command: 'scripts/ci/nix-shell.sh -p cabal2nix stack cabal-install ghc moreutils expect -Q -j 4 --run scripts/check-stack2nix.sh' | ||
command: 'nix-shell -Q -j 4 --run scripts/check-stack2nix.sh' | ||
agents: | ||
system: x86_64-linux | ||
|
||
- label: 'cardano-x86_64-linux' | ||
command: 'scripts/ci/nix-shell.sh --run scripts/ci/ci.sh' | ||
- label: 'release.nix' | ||
command: 'nix-shell --run scripts/ci/check-hydra.sh' | ||
agents: | ||
system: x86_64-linux | ||
|
||
- label: 'cardano-x86_64-darwin' | ||
command: 'scripts/ci/nix-shell.sh --run scripts/ci/ci.sh' | ||
agents: | ||
system: x86_64-darwin | ||
|
||
- label: 'release.nix' | ||
command: 'scripts/ci/nix-shell.sh --run scripts/ci/check-hydra.sh' | ||
- label: 'explorer frontend: checking generated dependencies' | ||
command: "cd explorer/frontend && ./nix/generate-frontend-deps.hs --test" | ||
agents: | ||
system: x86_64-linux | ||
|
||
- label: 'explorer frontend: checking generated dependencies' | ||
command: 'scripts/ci/nix-shell.sh --run "cd explorer/frontend && ./nix/generate-frontend-deps.hs --test"' | ||
- label: 'triggerShutdown test' | ||
command: "rm -rf test-state ; nix-shell node-ipc/shell.nix --run 'node node-ipc/server.js'" | ||
agents: | ||
system: x86_64-linux |
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
Oops, something went wrong.