Adjust cron schedule for Fluffy nightly Docker build (#1917)

With this schedule the new fluffy Docker build should be available
before public portal-hive tests are run. Else, we get an extra day
of delay to see the results of the current latest.
This commit is contained in:
Kim De Mey 2023-12-01 15:17:45 +01:00 committed by GitHub
parent d4fc234e53
commit 5e9e6ee9f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 8 deletions

View File

@ -11,10 +11,16 @@
name: Nimbus CI name: Nimbus CI
on: on:
push: push:
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**', paths-ignore:
'fluffy/**', '.github/workflows/fluffy.yml', - 'doc/**'
'nimbus_verified_proxy/**', '.github/workflows/nimbus_verified_proxy.yml', - 'docs/**'
] - '**/*.md'
'hive_integration/**'
'fluffy/**'
'.github/workflows/fluffy*.yml'
'nimbus_verified_proxy/**'
'.github/workflows/nimbus_verified_proxy.yml'
# Disable `pull_request`. Experimenting with using only `push` for PRs. # Disable `pull_request`. Experimenting with using only `push` for PRs.
#pull_request: #pull_request:
# paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**'] # paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']

View File

@ -1,11 +1,11 @@
# Nimbus # Fluffy
# Copyright (c) 2021-2023 Status Research & Development GmbH # Copyright (c) 2021-2023 Status Research & Development GmbH
# Licensed and distributed under either of # Licensed and distributed under either of
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT). # * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0). # * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
# at your option. This file may not be copied, modified, or distributed except according to those terms. # at your option. This file may not be copied, modified, or distributed except according to those terms.
name: fluffy CI name: Fluffy CI
on: on:
push: push:
paths: paths:

View File

@ -1,4 +1,11 @@
name: fluffy docs CI # Fluffy
# Copyright (c) 2023 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
# at your option. This file may not be copied, modified, or distributed except according to those terms.
name: Fluffy docs CI
on: on:
push: push:

View File

@ -1,7 +1,14 @@
# Fluffy
# Copyright (c) 2023 Status Research & Development GmbH
# Licensed and distributed under either of
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
# at your option. This file may not be copied, modified, or distributed except according to those terms.
name: Fluffy nightly Docker build name: Fluffy nightly Docker build
on: on:
schedule: schedule:
- cron: "30 3 * * *" - cron: "30 0 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs: