Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/Build-gear-loader-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run playbook
uses: dawidd6/action-ansible-playbook@v7
with:
directory: ./ansible/
directory: ./.github/ansible/
playbook: gear-loader-update.yaml
key: ${{secrets.SSH_PRIVATE_KEY}}
inventory: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-docker-gear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
file: ./docker/Dockerfile-release
file: ./vara/docker/Dockerfile-release
push: true
tags: ${{ env.DOCKER_TAGS }}
build-args: RELEASE_VERSION=${{ env.RELEASE_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Terraform Apply
timeout-minutes: 30
run: |
cd terraform/bench-runner
cd .github/terraform/bench-runner
terraform init
terraform apply -auto-approve -var="aws_region=${{ env.AVAILABLE_REGION }}" -var="instance_type=${{ inputs.instance_type }}" -var="max_cpu_frequency=${{ inputs.instance_max_cpu_frequency }}" -var="instance_disk_size=${{ inputs.instance_disk_size }}" -var="registration_token=${{ env.REGISTER_TOKEN }}" -var="github_run_id=${{ github.run_id }}"

Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Terraform Destroy
timeout-minutes: 60
run: |
cd terraform/bench-runner
cd .github/terraform/bench-runner
terraform init
terraform destroy -auto-approve -var="aws_region=${{ needs.provision-runner.outputs.available_region }}" -var="instance_type=${{ inputs.instance_type }}" -var="max_cpu_frequency=${{ inputs.instance_max_cpu_frequency }}" -var="instance_disk_size=${{ inputs.instance_disk_size }}" -var="registration_token=${{ env.REGISTER_TOKEN }}" -var="github_run_id=${{ github.run_id }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-node-fuzzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: docker/build-push-action@master
with:
context: .
file: ./docker/runtime-fuzzer/Dockerfile
file: ./vara/docker/runtime-fuzzer/Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-node-fuzzer:latest
2 changes: 1 addition & 1 deletion .github/workflows/check-node-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v6
with:
file: ./docker/Dockerfile
file: ./vara/docker/Dockerfile
push: true
tags: ${{ needs.prepare.outputs.image_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-measurements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Collect: pallet-gear benches"
run: |
touch ./target/weights.json
./target/release/gear benchmark pallet --pallet=pallet_gear --steps=50 --repeat=20 --chain=dev --extrinsic=* --heap-pages=16384 --output ./target/weights.json --template ./.maintain/regression-analysis-weight-template.hbs
./target/release/gear benchmark pallet --pallet=pallet_gear --steps=50 --repeat=20 --chain=dev --extrinsic=* --heap-pages=16384 --output ./target/weights.json --template ./vara/tools/regression-analysis/weight-template.hbs

- name: "Generate report: pallet-gear benches"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v6
with:
file: ./docker/Dockerfile
file: ./vara/docker/Dockerfile
push: true
tags: ${{ needs.prepare.outputs.image_name }}

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.binpath
log/
weight-dumps/
gsdk/vara_runtime_prod.scale
vara/sdk/gsdk/vara_runtime_prod.scale
*.meta.txt

# cargo
Expand Down
Loading
Loading