-
Notifications
You must be signed in to change notification settings - Fork 0
feat: new CI #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: new CI #4
Conversation
…ields - Box large fields in ValidateContextError::AddValuePool variant - Box ValidateContextError in wrapper error types - Update error construction sites to use Box::new()
dockerhub-description: | ||
if: github.repository_owner == 'ZcashFoundation' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 | ||
with: | ||
persist-credentials: false | ||
|
||
- name: Docker Hub Description | ||
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 #v4.0.2 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_PASSWORD }} | ||
repository: zfnd/zebra | ||
short-description: ${{ github.event.repository.description }} |
Check warning
Code scanning / zizmor
overly broad permissions Warning
@@ -18,7 +18,7 @@ | |||
# The image will be named `zebra:<semver>` | |||
build: | |||
name: Build Release Docker | |||
uses: ./.github/workflows/sub-build-docker-image.yml | |||
uses: ./.github/workflows/zfnd-build-docker-image.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -70,7 +70,7 @@ | |||
sync-to-mandatory-checkpoint: | |||
name: Zebra checkpoint | |||
needs: [get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -97,7 +97,7 @@ | |||
sync-past-mandatory-checkpoint: | |||
name: Zebra checkpoint update | |||
needs: [sync-to-mandatory-checkpoint, get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -363,7 +363,7 @@ | |||
lwd-rpc-send-tx: | |||
name: Lightwalletd send transactions | |||
needs: [lwd-sync-full, get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -386,7 +386,7 @@ | |||
lwd-grpc-wallet: | |||
name: lightwalletd GRPC tests | |||
needs: [lwd-sync-full, get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -413,7 +413,7 @@ | |||
rpc-get-block-template: | |||
name: get block template | |||
needs: [sync-full-mainnet, get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -436,7 +436,7 @@ | |||
rpc-submit-block: | |||
name: submit block | |||
needs: [sync-full-mainnet, get-available-disks] | |||
uses: ./.github/workflows/sub-deploy-integration-tests-gcp.yml | |||
uses: ./.github/workflows/zfnd-deploy-integration-tests-gcp.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
@@ -159,7 +159,7 @@ | |||
# The image will be commonly named `zebrad:<short-hash | github-ref | semver>` | |||
build: | |||
name: Build CD Docker | |||
uses: ./.github/workflows/sub-build-docker-image.yml | |||
uses: ./.github/workflows/zfnd-build-docker-image.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
Motivation
Solution
Tests
Specifications & References
Follow-up Work
PR Checklist