Skip to content

Commit

Permalink
checks on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz authored and magik6k committed Apr 29, 2021
1 parent 492b026 commit 05dbe5c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/testground-on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Testground PR Checker

on: [push]

jobs:
testground:
runs-on: ubuntu-latest
name: ${{ matrix.composition_file }}
strategy:
matrix:
include:
- backend_addr: ci.testground.ipfs.team
backend_proto: https
plan_directory: testplans/graphsync
composition_file: testplans/graphsync/_compositions/stress-k8s.toml
- backend_addr: ci.testground.ipfs.team
backend_proto: https
plan_directory: testplans/lotus-soup
composition_file: testplans/lotus-soup/_compositions/baseline-k8s-3-1.toml
- backend_addr: ci.testground.ipfs.team
backend_proto: https
plan_directory: testplans/lotus-soup
composition_file: testplans/lotus-soup/_compositions/paych-stress-k8s.toml
steps:
- uses: actions/checkout@v2
- name: testground run
uses: coryschwartz/[email protected]
with:
backend_addr: ${{ matrix.backend_addr }}
backend_proto: ${{ matrix.backend_proto }}
plan_directory: ${{ matrix.plan_directory }}
composition_file: ${{ matrix.composition_file }}

0 comments on commit 05dbe5c

Please sign in to comment.