Skip to content

Commit 920595c

Browse files
authored
feat: disable testbed CI in cardano-chain-follower crate (#7)
* Update Earthfile * feat: add CI job for docs * Update index.md * Update project.dic * Update Earthfile * chore: clean up
1 parent 546e77d commit 920595c

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ rlib
176176
rulelist
177177
rulename
178178
RULENAME
179+
runable
179180
rustc
180181
rustdoc
181182
rustdocflags

rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525
--args2="--libs=cardano-chain-follower" \
2626
--args3="--libs=cbork" \
2727
--args4="--libs=hermes-ipfs" \
28-
--docs="true"
28+
--docs="false"
2929

3030
# local-ci-run: This step simulates the full CI run for local purposes only.
3131
local-ci-run:
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
VERSION 0.8
1+
# VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.1.24 AS mithril-snapshot-ci
4-
IMPORT ../../../.. AS hermes
3+
# IMPORT github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v3.1.24 AS mithril-snapshot-ci
4+
# IMPORT ../../../.. AS hermes
55

6-
build:
7-
FROM hermes+builder
6+
# build:
7+
# FROM hermes+builder
88

9-
WORKDIR crates/cardano-chain-follower/testbed
10-
RUN cargo build -p overhead_benchmark --release
9+
# WORKDIR crates/cardano-chain-follower/testbed
10+
# RUN cargo build -p overhead_benchmark --release
1111

12-
SAVE ARTIFACT target/release/overhead_benchmark overhead_benchmark
12+
# SAVE ARTIFACT target/release/overhead_benchmark overhead_benchmark
1313

14-
local-run-preprod:
15-
ARG --required BENCH_NAME
14+
# local-run-preprod:
15+
# ARG --required BENCH_NAME
1616

17-
FROM +build
17+
# FROM +build
1818

19-
COPY --dir mithril-snapshot-ci+package-preprod-snapshot/snapshot/immutable mithril_snapshot
20-
COPY +build/overhead_benchmark overhead_benchmark_bin
21-
RUN ./overhead_benchmark_bin --bench-name $BENCH_NAME --mithril-snapshot-path ./mithril_snapshot
19+
# COPY --dir mithril-snapshot-ci+package-preprod-snapshot/snapshot/immutable mithril_snapshot
20+
# COPY +build/overhead_benchmark overhead_benchmark_bin
21+
# RUN ./overhead_benchmark_bin --bench-name $BENCH_NAME --mithril-snapshot-path ./mithril_snapshot
2222

23-
local-save-preprod-snapshot:
24-
FROM mithril-snapshot-ci+package-preprod-snapshot
25-
SAVE ARTIFACT immutable AS LOCAL local_preprod_mithril_snapshot
23+
# local-save-preprod-snapshot:
24+
# FROM mithril-snapshot-ci+package-preprod-snapshot
25+
# SAVE ARTIFACT immutable AS LOCAL local_preprod_mithril_snapshot

0 commit comments

Comments
 (0)