From bbab7cebdb64c91c16fcf564112d64ecb4333c5a Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Thu, 12 Dec 2024 10:06:51 +0000 Subject: [PATCH] Tweak filenames --- .../{execute_run_local_tests.yml => execute_local_tests.yml} | 0 .../{execute_run_merge_tests.yml => execute_merge_tests.yml} | 0 ...{execute_run_remote_tests.yml => execute_remote_tests.yml} | 0 .github/workflows/stress_load_sepolia.yml | 2 +- README.md | 4 ++-- 5 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{execute_run_local_tests.yml => execute_local_tests.yml} (100%) rename .github/workflows/{execute_run_merge_tests.yml => execute_merge_tests.yml} (100%) rename .github/workflows/{execute_run_remote_tests.yml => execute_remote_tests.yml} (100%) diff --git a/.github/workflows/execute_run_local_tests.yml b/.github/workflows/execute_local_tests.yml similarity index 100% rename from .github/workflows/execute_run_local_tests.yml rename to .github/workflows/execute_local_tests.yml diff --git a/.github/workflows/execute_run_merge_tests.yml b/.github/workflows/execute_merge_tests.yml similarity index 100% rename from .github/workflows/execute_run_merge_tests.yml rename to .github/workflows/execute_merge_tests.yml diff --git a/.github/workflows/execute_run_remote_tests.yml b/.github/workflows/execute_remote_tests.yml similarity index 100% rename from .github/workflows/execute_run_remote_tests.yml rename to .github/workflows/execute_remote_tests.yml diff --git a/.github/workflows/stress_load_sepolia.yml b/.github/workflows/stress_load_sepolia.yml index 18ba0825..2dd7ba26 100644 --- a/.github/workflows/stress_load_sepolia.yml +++ b/.github/workflows/stress_load_sepolia.yml @@ -4,7 +4,7 @@ name: '[stress] Run sepolia load tests' run-name: Run sepolia-testnet load tests on: schedule: - - cron: '20 */12 * * *' + - cron: '20 */6 * * *' workflow_dispatch: jobs: diff --git a/README.md b/README.md index 0cff214e..81d43f8e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) ![Python](https://img.shields.io/badge/python-3.9-blue.svg) -[![Execute local tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_run_local_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_local_tests.yml) -[![Execute merge tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_run_merge_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_merge_tests.yml) +[![Execute local tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_local_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_local_tests.yml) +[![Execute merge tests](https://github.com/ten-protocol/ten-test/actions/workflows/execute_merge_tests.yml/badge.svg)](https://github.com/ten-protocol/ten-test/actions/workflows/run_merge_tests.yml) Project repo for running end to end system tests against a variety of networks, with [Ten](https://obscu.ro/) being