Skip to content

chore: make solana election migration idempotent again #440

chore: make solana election migration idempotent again

chore: make solana election migration idempotent again #440

name: Release Chainflip Sisyphos
on:
push:
branches:
- 'release/[0-9]+.[0-9]+'
concurrency:
group: ${{ github.ref }}-release-sisyphos
cancel-in-progress: true
jobs:
pre-check:
uses: ./.github/workflows/_01_pre_check.yml
secrets: inherit
force-version-bump:
uses: ./.github/workflows/_05_force_version_bump.yml
secrets: inherit
with:
network-to-check-against: "perseverance"
release-checks:
uses: ./.github/workflows/_03_release_checks.yml
with:
network: "sisyphos"
secrets: inherit
test:
uses: ./.github/workflows/_10_test.yml
secrets: inherit
coverage:
uses: ./.github/workflows/_11_coverage.yml
with:
test_features: runtime-benchmarks
secrets: inherit
build:
needs: [test]
uses: ./.github/workflows/_20_build.yml
secrets: inherit
with:
profile: "production"
binary-subdir: "production"
build-m2:
uses: ./.github/workflows/_21_build_m2.yml
secrets: inherit
with:
profile: "production"
binary-subdir: "production"
# Used to test upgrades to this version from the latest release
build-try-runtime:
needs: [test]
uses: ./.github/workflows/_20_build.yml
secrets: inherit
with:
profile: "try-runtime"
upload-name: "chainflip-backend-bin-try-runtime"
binary-subdir: release
build-benchmarks:
needs: [test]
uses: ./.github/workflows/_20_build.yml
secrets: inherit
with:
profile: "benchmarks"
upload-name: "chainflip-backend-bin-benchmarks"
binary-subdir: release
docker:
needs: [build]
uses: ./.github/workflows/_24_docker.yml
secrets: inherit
with:
network: "sisyphos"
environment: "development"
package:
needs: [build]
uses: ./.github/workflows/_25_package.yml
with:
network: "sisyphos"
secrets: inherit
post-check:
needs: [build]
uses: ./.github/workflows/_40_post_check.yml
secrets: inherit
with:
full-bouncer: true
test-benchmarks:
needs: [build-benchmarks]
uses: ./.github/workflows/_41_test_benchmarks.yml
upgrade-check:
needs: [build-try-runtime]
uses: ./.github/workflows/upgrade-test.yml
secrets: inherit
with:
run-job: true
publish:
needs: [package]
uses: ./.github/workflows/_30_publish.yml
with:
version: "sisyphos/"
environment: "development"
secrets: inherit
invalidate-apt-cache:
needs: [publish]
uses: ./.github/workflows/_70_post_release.yml
with:
network: "sisyphos"
upload-versioned-build-artifacts:
needs: [upgrade-check, build, build-m2]
uses: ./.github/workflows/_61_upload_versioned_build_artifacts.yml
secrets: inherit