Skip to content

Commit

Permalink
[Consensus] remove Narwhal mode from PR CI (#18010)
Browse files Browse the repository at this point in the history
## Description 

Sui tests no longer need to run in Narwhal mode per PR. But Narwhal mode
still runs nightly.

Also, remove a few other nightly workflows that are no longer needed.

## Test plan 

CI

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
  • Loading branch information
mwtian authored Jun 1, 2024
1 parent 7a56ae0 commit 05800e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 217 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/narwhal.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: Narwhal

on:
push:
branches:
- 'main'
- 'devnet'
- 'testnet'
- 'mainnet'
- 'releases/sui-*-release'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
inputs:
sui_repo_ref:
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/narwhal_pull.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ on:
- 'releases/sui-*-release'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
inputs:
sui_repo_ref:
description: "Branch / commit to test"
type: string
required: false
default: ''

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/simulator-nightly-mysticeti.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/simulator-nightly-narwhal.yml

This file was deleted.

0 comments on commit 05800e7

Please sign in to comment.