Skip to content

Commit

Permalink
test: trigger frontend e2e tests (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Jul 12, 2023
1 parent eb532c4 commit 45450c2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test:e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run e2e tests

on:
pull_request:
branches:
- main

jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: topos-protocol
repo: e2e-tests
github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }}
workflow_file_name: frontend:erc20-messaging.yml
ref: main
wait_interval: 60
client_payload: '{ "local-erc20-messaging-infra-ref": "${{ github.head_ref }}" }'
8 changes: 4 additions & 4 deletions tce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ services:
- TCE_METRICS_API_ADDR=0.0.0.0:4001
- TCE_LOCAL_KS=1 # 12D3KooWRhFCXBhmsMnur3up3vJsDoqWh4c39PKXgSWwzAzDHNLn
- TOPOS_OTLP_SERVICE_NAME=local-tce-boot-node
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.toposware.com
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.topos.technology
- TCE_ECHO_SAMPLE_SIZE=4
- TCE_READY_SAMPLE_SIZE=4
- TCE_DELIVERY_SAMPLE_SIZE=4
- TCE_ECHO_THRESHOLD=3
- TCE_READY_THRESHOLD=1
- TCE_DELIVERY_THRESHOLD=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=3
networks:
- local-erc20-messaging-infra-docker

Expand Down Expand Up @@ -65,14 +65,14 @@ services:
- TCE_GRAPHQL_API_ADDR=0.0.0.0:4000
- TCE_METRICS_API_ADDR=0.0.0.0:4001
- TOPOS_OTLP_SERVICE_NAME=local-tce-peer-node
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.toposware.com
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.topos.technology
- TCE_ECHO_SAMPLE_SIZE=4
- TCE_READY_SAMPLE_SIZE=4
- TCE_DELIVERY_SAMPLE_SIZE=4
- TCE_ECHO_THRESHOLD=3
- TCE_READY_THRESHOLD=1
- TCE_DELIVERY_THRESHOLD=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=3
networks:
- local-erc20-messaging-infra-docker

Expand Down

0 comments on commit 45450c2

Please sign in to comment.