Skip to content

Commit 242a1d4

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 8e6d399 + 7de694e commit 242a1d4

File tree

9 files changed

+0
-187
lines changed

9 files changed

+0
-187
lines changed

.buildkite/docker-build-push.nix

Lines changed: 0 additions & 86 deletions
This file was deleted.

.buildkite/pipeline.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.buildkite/release-docker-push.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<p align="center">
44
<a href="https://github.com/input-output-hk/cardano-node/releases"><img src="https://img.shields.io/github/release-pre/input-output-hk/cardano-node.svg?style=for-the-badge" /></a>
5-
<a href="https://buildkite.com/input-output-hk/cardano-node"><img src="https://img.shields.io/buildkite/a978cbb4def7018be3d0a004127da356f4db32f1c318c1a48a/master?label=BUILD&style=for-the-badge"/></a>
65
</p>
76

87
<table align="center">

ci/check-stack2nix.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

flake.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,6 @@
176176

177177
exes = (collectExes project) // {
178178
inherit (pkgs) cabalProjectRegenerate checkCabalProject;
179-
"dockerImages/push" = import ./.buildkite/docker-build-push.nix {
180-
hostPkgs = import hostNixpkgs { inherit system; };
181-
inherit (pkgs) dockerImage submitApiDockerImage;
182-
};
183-
"dockerImage/node/load" = pkgs.writeShellScript "load-docker-image" ''
184-
docker load -i ${pkgs.dockerImage} $@
185-
'';
186-
"dockerImage/submit-api/load" = pkgs.writeShellScript "load-submit-docker-image" ''
187-
docker load -i ${pkgs.submitApiDockerImage} $@
188-
'';
189179
} // flattenTree (pkgs.scripts // {
190180
# `tests` are the test suites which have been built.
191181
inherit (project) tests;

scripts/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
The `scripts` directory consists of the following directories:
44
- [benchmarking](#benchmarking)
5-
- [buildkite](#buildkite)
65
- [lite](#lite)
76
- [shelley-from-scratch](#shelley-from-scratch)
87
- [byron-to-alonzo](#byron-to-alonzo)
98
- [plutus](#plutus)
109

11-
#### buildkite
12-
Contains scripts relevant to IOHK's CI.
13-
1410
#### lite
1511
Contains scripts that can start various clusters and intended to be as simple as possible. Note that using the shelley only era testnet clusters breaks compatibility with some cli commands.
1612

scripts/buildkite/stack-cabal-sync.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)