Skip to content

Commit

Permalink
Merge pull request #2592 from IntersectMBO/nightly_conway_default
Browse files Browse the repository at this point in the history
feat: run only Conway nightly
  • Loading branch information
mkoura committed Sep 2, 2024
2 parents 54804ac + 8b7af0d commit 97e67b2
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/env_nightly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLUSTER_ERA=babbage
CLUSTER_ERA=conway
COMMAND_ERA=conway
MIXED_P2P=true
NUM_POOLS=4
CI_BYRON_CLUSTER=true
4 changes: 0 additions & 4 deletions .github/env_nightly_alonzo_tx

This file was deleted.

3 changes: 0 additions & 3 deletions .github/env_nightly_conway_bootstrap

This file was deleted.

4 changes: 0 additions & 4 deletions .github/env_nightly_conway_cc

This file was deleted.

9 changes: 0 additions & 9 deletions .github/env_nightly_conway_dbsync

This file was deleted.

5 changes: 0 additions & 5 deletions .github/env_nightly_conway_nocc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/env_nightly_dbsync
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CLUSTER_ERA=babbage
TX_ERA=babbage
CLUSTER_ERA=conway
COMMAND_ERA=conway
MARKEXPR=dbsync
CLUSTERS_COUNT=4
DBSYNC_REV=13.5.0.0
Expand Down
4 changes: 0 additions & 4 deletions .github/env_nightly_mixed

This file was deleted.

3 changes: 0 additions & 3 deletions .github/env_nightly_p2p

This file was deleted.

4 changes: 0 additions & 4 deletions .github/env_nightly_shelley_tx

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/nightly_conway_bootstrap.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/nightly_conway_cc.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/nightly_conway_dbsync.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/nightly_conway_nocc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nightly_dbsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly tests dbsync

on:
schedule:
- cron: '15 02 * * *'
- cron: '15 01 * * *'
workflow_dispatch:

jobs:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/nightly_p2p.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nightly_upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly tests upgrade

on:
schedule:
- cron: '15 05 * * *'
- cron: '15 03 * * *'
workflow_dispatch:

jobs:
Expand Down
51 changes: 14 additions & 37 deletions src_docs/source/test_results/nightly_system_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,25 @@ Nightly results
`Results on Github Actions <https://github.com/IntersectMBO/cardano-node-tests/actions?query=workflow%3A%22Nightly+tests%22+event%3Aschedule+branch%3Amaster++>`__

* `nightly <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly/>`__: |nightly-badge|
* network in Babbage era
* default transaction era
* mixed network topology (two stake pools P2P, two stake pools default topology)
* `nightly-dbsync <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync/>`__: |nightly-dbsync-badge|
* network in Babbage era
* Babbage transaction era
* default (legacy) network topology
* cluster starts directly in Babbage era
* DB Sync testing enabled
* `nightly-p2p <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-p2p/>`__: |nightly-p2p-badge|
* network in Babbage era
* Babbage transaction era
* P2P network topology
* cluster starts directly in Babbage era
* `nightly-conway-cc <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-cc/>`__: |nightly-conway-cc-badge|
* network in Conway era
* protocol version 10
* P2P network topology
* Constitutional Commitee has 3 members
* protocol version 9 (bootstrap phase)
* mixed network topology (two stake pools P2P, two stake pools default topology)
* Constitutional Commitee has 5 members
* cluster starts directly in Conway era
* `nightly-conway-bootstrap <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-bootstrap/>`__: |nightly-conway-bootstrap-badge|
* `nightly-dbsync <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync/>`__: |nightly-dbsync-badge|
* network in Conway era
* protocol version 9 (bootstrap phase)
* P2P network topology
* default (legacy) network topology
* Constitutional Commitee has 5 members
* cluster starts directly in Conway era
* `nightly-conway-no-cc <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-no-cc/>`__: |nightly-conway-nocc-badge|
* DB Sync testing enabled
* `nightly-pv10 <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-pv10/>`__: |nightly-pv10-badge|
* network in Conway era
* protocol version 10
* P2P network topology
* Constitutional Commitee has 0 members
* Constitutional Commitee has 5 members
* cluster starts directly in Conway era
* `nightly-conway-dbsync <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-dbsync/>`__: |nightly-conway-dbsync-badge|
* `nightly-dbsync-pv10 <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync-pv10/>`__: |nightly-dbsync-pv10-badge|
* network in Conway era
* protocol version 10
* P2P network topology
Expand Down Expand Up @@ -89,8 +75,11 @@ Nightly upgrade testing
.. |nightly-dbsync-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%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync/

.. |nightly-p2p-badge| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-p2p%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-p2p/
.. |nightly-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-pv10%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-pv10/

.. |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
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-dbsync-pv10/

.. |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
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-upgrade/step1/
Expand All @@ -100,15 +89,3 @@ Nightly upgrade testing

.. |nightly-upgrade-step3-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%2Fstep3%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-upgrade/step3/

.. |nightly-conway-cc-badge| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-conway-cc%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-cc/

.. |nightly-conway-bootstrap-badge| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-conway-bootstrap%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-bootstrap/

.. |nightly-conway-nocc-badge| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-conway-no-cc%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-no-cc/

.. |nightly-conway-dbsync-badge| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fcardano-tests-reports-3-74-115-22.nip.io%2Fcardano-node-tests-nightly-conway-dbsync%2Fbadge.json
:target: https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-conway-dbsync/

0 comments on commit 97e67b2

Please sign in to comment.