Tempest K8S

  • By OpenStack Charmers
Channel Revision Published Runs on
2024.1/edge 33 13 May 2024
Ubuntu 22.04
2023.2/candidate 23 09 Apr 2024
Ubuntu 22.04
2023.2/beta 23 09 Apr 2024
Ubuntu 22.04
2023.2/edge 30 06 May 2024
Ubuntu 22.04
juju deploy tempest-k8s --channel 2023.2/candidate
Show information

Platform:

Learn about configurations >

  • schedule | string

    Default: 0 */1 * * *

    The cron schedule expression to define when to run tempest periodic checks. The value will only take effect when 'logging' relation is joined. Otherwise, regardless of the value set, periodic checks are disabled. By default, tests will run every hour. When the value is set to empty, periodic checks will be disabled. The cron implementation used is Vixie Cron, installed from Ubuntu main. For help with expressions, see `man 5 crontab` for Vixie Cron, or visit https://crontab.guru/ . The schedule should not result in tempest running more than once every 15 minutes. Example expressions: "*/30 * * * *" every 30 minutes "5 2 * * *" at 2:05am every day "5 2 * * mon" at 2:05am every Monday