From 04301993480a931fc99e11117dc0e0f20628124b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 15 May 2024 09:09:38 -0600 Subject: [PATCH 1/4] Try making schedule definition exactly the same as in SO --- .gitea/workflows/fixturenet-eth-stack.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index 7b5db92..91685ae 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -1,14 +1,13 @@ name: Ethereum Fixturenet Stack Test on: - pull_request: - branches: '*' push: - branches: - - main - - ci-test + branches: '*' + paths: + - '!**' + - '.gitea/workflows/triggers/fixturenet-eth-plugeth-test' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '17 25 * * *' + - cron: '2 14 * * *' jobs: test: From 270cdd6eb3d93fd591f847b5d3eb839c20ed65dd Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 May 2024 02:36:17 +0000 Subject: [PATCH 2/4] Update .gitea/workflows/fixturenet-eth-stack.yml --- .gitea/workflows/fixturenet-eth-stack.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index 91685ae..f1cf23b 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -3,9 +3,6 @@ name: Ethereum Fixturenet Stack Test on: push: branches: '*' - paths: - - '!**' - - '.gitea/workflows/triggers/fixturenet-eth-plugeth-test' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - cron: '2 14 * * *' From 759aeb245f45d68aa1bdc972ddfe975a165d5d15 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 May 2024 02:36:45 +0000 Subject: [PATCH 3/4] Update .gitea/workflows/fixturenet-eth-stack.yml --- .gitea/workflows/fixturenet-eth-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index f1cf23b..2373a29 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -4,7 +4,7 @@ on: push: branches: '*' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '2 14 * * *' + - cron: '2 40 * * *' jobs: test: From 5f7798f392778b1b35586adf580de272a4251578 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 20 May 2024 11:50:52 +0000 Subject: [PATCH 4/4] Change schedule to try to get gitea to re-index --- .gitea/workflows/fixturenet-eth-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index 2373a29..9b44dec 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -4,7 +4,7 @@ on: push: branches: '*' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '2 40 * * *' + - cron: '12 01 * * *' jobs: test: