Skip to content

EESSI bot v0.9.0

Latest

Choose a tag to compare

@trz42 trz42 released this 22 Aug 07:30
a552da9

This is a minor release of the EESSI build-and-deploy bot.

Note! Though it is a minor release it includes breaking changes of the bot
configuration and the user interface for triggering build jobs. For details
see below and documentation at https://www.eessi.io/docs/bot/#building

Bug fixes:

  • revised and updated app.cfg.example and README.md (#325)

Improvements:

Changes to 'app.cfg' settings (see README.md and app.cfg.example for details):

  • REMOVED (required) 'arch_target_map' in section '[architecturetargets]', replaced by
    'node_type_map'
  • REMOVED (required) 'repo_target_map' in section '[repo_targets]', replaced by
    'node_type_map'
  • NEW (required) 'node_type_map' in section '[architecturetargets]'
  • NEW (optional) 'clone_git_repo_via' in section '[buildenv]'
  • NEW (required) 'pr_diff_failure' in section '[download_pr_comments]'
  • NEW (required) 'pr_diff_tip' in section '[download_pr_comments]'