Skip to content

Commit 21c0f3b

Browse files
committed
add deprecation notes
1 parent 2726341 commit 21c0f3b

File tree

6 files changed

+32
-2
lines changed

6 files changed

+32
-2
lines changed

book/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- [Releasing modules](releasing_modules.md)
4949

5050
---
51-
- [Lib (Legacy, *Deprecated*)](lib.md)
51+
- [Lib (*Deprecated*)](lib.md)
5252
- [Blockchain](lib/blockchain.md)
5353
- [Kubernetes](lib/k8s/KUBERNETES.md)
5454
- [K8s Remote Run](lib/k8s/REMOTE_RUN.md)

book/src/lib/blockchain.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Blockchain Clients
22

3+
<div class="warning">
4+
5+
This documentation is deprecated, we are using it in [Chainlink Integration Tests](https://github.com/smartcontractkit/chainlink/tree/develop/integration-tests)
6+
7+
If you want to test our new products use [v2](../framework/overview.md)
8+
</div>
9+
310
This folder contains the bulk of code that handles integrating with different EVM chains. If you're looking to run tests on a new EVM chain, and are having issues with the default implementation, you've come to the right place.
411

512
### Some Terminology

book/src/lib/config/config.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# TOML Config
22

3+
<div class="warning">
4+
5+
This documentation is deprecated, we are using it in [Chainlink Integration Tests](https://github.com/smartcontractkit/chainlink/tree/develop/integration-tests)
6+
7+
If you want to test our new products use [v2](../framework/overview.md)
8+
</div>
9+
310
These basic building blocks can be used to create a TOML config file. For example:
411

512
```golang

book/src/lib/k8s/KUBERNETES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Kubernetes
22

3+
34
<div class="warning">
45

56
Managing k8s is challenging, so we've decided to separate `k8s` deployments here - [CRIB](https://github.com/smartcontractkit/crib)
67

78
This documentation is outdated, and we are using it only internally to run our soak tests. For `v2` tests please check [this example](../crib.md) and read [CRIB docs](https://github.com/smartcontractkit/crib)
8-
99
</div>
1010

1111
We run our software in Kubernetes.

book/src/lib/k8s/REMOTE_RUN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## How to run the same environment deployment inside k8s
22

3+
<div class="warning">
4+
5+
Managing k8s is challenging, so we've decided to separate `k8s` deployments here - [CRIB](https://github.com/smartcontractkit/crib)
6+
7+
This documentation is outdated, and we are using it only internally to run our soak tests. For `v2` tests please check [this example](../crib.md) and read [CRIB docs](https://github.com/smartcontractkit/crib)
8+
</div>
9+
10+
311
You can build a `Dockerfile` to run exactly the same environment interactions inside k8s in case you need to run long-running tests
412
Base image is [here](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/lib/k8s/Dockerfile.base)
513

book/src/lib/k8s/TUTORIAL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# How to create environments
22

3+
<div class="warning">
4+
5+
Managing k8s is challenging, so we've decided to separate `k8s` deployments here - [CRIB](https://github.com/smartcontractkit/crib)
6+
7+
This documentation is outdated, and we are using it only internally to run our soak tests. For `v2` tests please check [this example](../crib.md) and read [CRIB docs](https://github.com/smartcontractkit/crib)
8+
</div>
9+
10+
311
- [Getting started](#getting-started)
412
- [Connect to environment](#connect-to-environment)
513
- [Creating environments](#creating-environments)

0 commit comments

Comments
 (0)