Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Dec 15, 2023
1 parent d49e69b commit a8c6d95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release Chainflip Development
on:
pull_request:
branches:
# Ignore for now
# - main
- main
- "release/*"
concurrency:
group: ${{ github.ref }}-release-development
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ permissions:
jobs:
upgrade_test:
runs-on: [digitalocean]
# conservatively 2 hours. 2 bouncer runs need to occur.
timeout-minutes: 120
# conservativel 1.5 hours. 2 bouncer runs need to occur.
timeout-minutes: 90
steps:

- name: Checkout chainflip-backend
Expand Down Expand Up @@ -111,7 +111,6 @@ jobs:
mkdir -p /tmp/chainflip/bashful
mkdir -p /tmp/chainflip/doc
mkdir -p /tmp/chainflip/dopey
# chmod +x ${{ env.BINARY_ROOT_PATH }}/chainflip-*
touch ./localnet/.setup_complete
./localnet/manage.sh
Expand All @@ -122,6 +121,7 @@ jobs:
./run.sh
# we need to be sure that when this fails, we catch the error, any panics etc. that occur
# TODO: Run swaps simultaneously to the upgrade - we could do that inside the `upgrade_network` command itself.
- name: Upgrade network
shell: bash
id: upgrade-network
Expand Down Expand Up @@ -187,4 +187,3 @@ jobs:
❗️❗️❗️❗️ Sorry **${{ github.actor }}**, the Bouncer has rejected you ❗️❗️❗️❗️
👾 Link to job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
#️⃣ Tagging: <@&939151218708709416>
https://media.giphy.com/media/wHfwCBZzCMhmE/giphy.gif
2 changes: 1 addition & 1 deletion bouncer/shared/upgrade_network.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { exec, execSync } from 'child_process';
import { execSync } from 'child_process';
import fs from 'fs/promises';
import * as toml from 'toml';
import path from 'path';
Expand Down

0 comments on commit a8c6d95

Please sign in to comment.