Skip to content

Commit

Permalink
fix(github): temp remove omega full sync flow (#2868)
Browse files Browse the repository at this point in the history
temp disable omega full sync join tests due to insufficient github
runner resources

issue: none
  • Loading branch information
powerslider authored Jan 22, 2025
1 parent c50f1e5 commit e0d86fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-join-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo go test . -v \
--integration \
--timeout=0 \
--logs_file=docker_logs_${{github.event.inputs.network}}_full_sync.txt \
--logs_file=docker_logs_${{github.event.inputs.network}}_node_snapshot.txt \
--node_snapshot \
--halo_tag="main" \
--network="${{github.event.inputs.network}}"
Expand All @@ -60,5 +60,5 @@ jobs:
if: always()
with:
name: docker-logs
path: "docker_logs_${{github.event.inputs.network}}_full_sync.txt"
path: "docker_logs_${{github.event.inputs.network}}_node_snapshot.txt"
retention-days: 3
18 changes: 0 additions & 18 deletions .github/workflows/ci-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,3 @@ jobs:
name: docker-logs
path: scripts/join/docker_logs_mainnet_full_sync.txt
retention-days: 3

- name: Run Join Network Test Omega - Full Sync Node
run: |
cd scripts/join
sudo go test . -v \
--integration \
--timeout=0 \
--logs_file=docker_logs_omega_full_sync.txt \
--halo_tag="main" \
--network="omega"
- name: Upload Docker Logs Omega - Full Sync Node
uses: actions/upload-artifact@v4
if: always()
with:
name: docker-logs
path: scripts/join/docker_logs_omega_full_sync.txt
retention-days: 3

0 comments on commit e0d86fc

Please sign in to comment.