File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11This file contains a description of the major changes to the EESSI
22build-and-deploy bot. For more detailed information, please see the git log.
33
4+ v0.6.0 (18 September 2024)
5+ --------------------------
6+
7+ This is a minor release of the EESSI build-and-deploy bot.
8+
9+ Improvements:
10+ * move merged PR job directories to 'trash_bin_dir' (#271)
11+ * the target directory can be defined with the 'app.cfg' setting 'trash_bin_dir'
12+ * it uses 'shutil.move' which tries to use 'mv' if source and target are on the
13+ same filesystem
14+ * add setting to give all jobs a unique name (#273)
15+ * move closed PR job directories to 'trash_bin_dir' (#275)
16+ * add filter for accelerators (#276)
17+ * add support for updating Slurm options through user-defined python module in
18+ target PR (#277)
19+ * use GitHub API for downloading the diff of a PR (#278)
20+ * add documentation about private repos (#279)
21+ * pass accelerator value to job scripts (via job.cfg) and extend PR comment if
22+ the 'accelerator' argument is used (#280, #282)
23+
24+ New 'app.cfg' settings (see README.md and app.cfg.example for details):
25+ * (optional) 'allow_update_submit_opts' in section '[buildenv]'
26+ * (required) 'job_name' in section '[buildenv]'
27+ * (required) 'moved_job_dirs_comment' in section '[clean_up]'
28+ * (required) 'trash_bin_dir' in section '[clean_up]'
29+ * (required) 'with_accelerator' in section '[submitted_job_comments]'
30+
31+
432v0.5.0 (16 May 2024)
533--------------------------
634
You can’t perform that action at this time.
0 commit comments