Skip to content

Commit

Permalink
remove rosetta ci (MystenLabs#10449)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkuo authored Apr 5, 2023
1 parent de632da commit 5c5ee87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
16 changes: 0 additions & 16 deletions .github/scripts/rosetta/setup.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .github/scripts/rosetta/start_rosetta.sh

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,42 +153,6 @@ jobs:
run: |
scripts/simtest/stress-new-tests.sh
rosetta-validation:
needs: diff
if: needs.diff.outputs.isRust == 'true'
timeout-minutes: 45
runs-on: [ubuntu-ghcloud]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1

- name: Setup environment
run: .github/scripts/rosetta/setup.sh
shell: bash

- name: Start local Sui network
run: |
sui start --no-full-node &
shell: bash

- name: Start Rosetta servers
run: .github/scripts/rosetta/start_rosetta.sh
shell: bash

- name: Sleep for 20 seconds
run: sleep 20s
shell: bash

- name: Run check:construction test
run: |
./bin/rosetta-cli --configuration-file rosetta_cli.json check:construction
shell: bash

- name: Run check:data test
run: |
./bin/rosetta-cli --configuration-file rosetta_cli.json check:data
shell: bash

# This is a no-op job that allows the resulting action names to line up when
# there are no rust changes in a given PR/commit. This ensures that we can
# continue to block on the rust tests passing in the case of rust changes and
Expand Down

0 comments on commit 5c5ee87

Please sign in to comment.