File tree Expand file tree Collapse file tree 4 files changed +34
-1
lines changed
src_docs/source/test_results Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ CLUSTER_ERA=conway
2+ COMMAND_ERA=conway
3+ CARDANO_CLI_REV=master
4+ PV10=true
Original file line number Diff line number Diff line change 1+ name : Nightly tests CLI
2+
3+ on :
4+ schedule :
5+ - cron : ' 15 03 * * *'
6+ workflow_dispatch :
7+
8+ jobs :
9+ nightly_job :
10+ if : github.repository_owner == 'IntersectMBO' || github.event_name != 'schedule'
11+ # reusable workflow from local repo and same branch as this config
12+ uses : ./.github/workflows/regression_reusable.yaml
13+ with :
14+ env-path : .github/env_nightly_cli
15+ secrets :
16+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ CI_FAIL_MAILS : ${{ secrets.NIGHTLY_FAIL_MAILS }}
18+ GMAIL_USERNAME : ${{ secrets.GMAIL_USERNAME }}
19+ GMAIL_PASSWORD : ${{ secrets.GMAIL_PASSWORD }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Nightly tests upgrade
22
33on :
44 schedule :
5- - cron : ' 15 03 * * *'
5+ - cron : ' 15 04 * * *'
66 workflow_dispatch :
77
88jobs :
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ Nightly results
4646 * Constitutional Commitee has 5 members
4747 * cluster starts directly in Conway era
4848 * DB Sync testing enabled
49+ * `nightly-cli <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-cli/ >`__: |nightly-cli-badge |
50+ * latest `cardano-cli ` master
51+ * network in Conway era
52+ * protocol version 10
53+ * P2P network topology
54+ * Constitutional Commitee has 5 members
55+ * cluster starts directly in Conway era
4956
5057Nightly upgrade testing
5158^^^^^^^^^^^^^^^^^^^^^^^
@@ -82,6 +89,9 @@ Nightly upgrade testing
8289.. |nightly-dbsync-pv10-badge | image :: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-dbsync-pv10%2Fbadge.json
8390 :target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync-pv10/
8491
92+ .. |nightly-cli-badge | image :: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-cli%2Fbadge.json
93+ :target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-cli/
94+
8595.. |nightly-upgrade-step1-badge | image :: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-upgrade%2Fstep1%2Fbadge.json
8696 :target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-upgrade/step1/
8797
You can’t perform that action at this time.
0 commit comments