diff --git a/website/docs/node-runners/testing/bootstrap.md b/website/docs/node-runners/testing/bootstrap.md deleted file mode 100644 index 03031dac11..0000000000 --- a/website/docs/node-runners/testing/bootstrap.md +++ /dev/null @@ -1,25 +0,0 @@ -# Bootstrapping Openmina - -## Bootstrapping on the Berkeleynet - -This test is focused on ensuring that the latest Openmina build is able to -bootstrap against Berkeleynet. It is executed on a daily basis. - -The node's HTTP port is accessible at http://1.k8.openmina.com:31001. - -These are the main steps and checks: - -First, it performs some checks on the instance deployed previously: - -- Node is in sync state -- Node's best tip is the one that of berkeleynet - -Then it deploys the new instance of Openmina and waits until it is bootstrapped -(with a timeout of 10 minutes). After that. it performs the following checks: - -- The node's best tip is the same as in berkeleynet -- There were no restarts for the openmina container - -See the -[Openmina Daily](https://github.com/o1-labs/openmina/blob/develop/.github/workflows/daily.yaml) -workflow file for further details. diff --git a/website/docs/node-runners/testing/cluster.md b/website/docs/node-runners/testing/cluster.md deleted file mode 100644 index c3ef1f5589..0000000000 --- a/website/docs/node-runners/testing/cluster.md +++ /dev/null @@ -1,8 +0,0 @@ -# K8s Cluster Usage for Testing - -## Daily Runs Namespace - -The namespace `test-openmina-daily` is used. It has a service account -`github-tester` with `edit` role that allows it to have full control over the -namespace's resources. This account is used by GitHub actions that run daily -tests. diff --git a/website/sidebars.ts b/website/sidebars.ts index cd4f81df8d..b6caa8c0b0 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -53,8 +53,6 @@ const sidebars: SidebarsConfig = { label: 'Testing', items: [ 'node-runners/testing/overview', - 'node-runners/testing/bootstrap', - 'node-runners/testing/cluster', ], }, ],