Skip to content

Commit

Permalink
Merge branch 'development' into eclesio/grid-topology-design
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior authored Jan 14, 2025
2 parents ecbb818 + c37f8d9 commit a28620e
Show file tree
Hide file tree
Showing 19 changed files with 212 additions and 1,920 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Generate coverage report
run: |
go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=20m
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
files: ./coverage.out
flags: unit-tests
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/dispatch-baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ on:
options:
- paseo
- westend
instance:
description: 'Instance'
required: true
default: ''
type: choice
options:
- hetzner-gossamer-westend
- hetzner-gossamer-westend-2
- hetzner-gossamer-paseo
- hetzner-gossamer-paseo-2
- hetzner-gossamer-polkadot
gossamerStartArgs:
description: 'Arguments'
required: false
Expand Down Expand Up @@ -50,6 +61,7 @@ jobs:
"commit": "${{ github.event.inputs.commit }}",
"nodeType": "${{ github.event.inputs.nodeType }}",
"chain": "${{ github.event.inputs.chain }}",
"instance": "${{ github.event.inputs.instance }}",
"gossamerStartArgs": "${{ github.event.inputs.gossamerStartArgs }}"
}
}
54 changes: 0 additions & 54 deletions .github/workflows/staging.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/staging/kusama-taskdef.json

This file was deleted.

Loading

0 comments on commit a28620e

Please sign in to comment.