Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: even more screenshots

...

Individual failed jobs can be restarted as long as the pipeline artifact didn't expire (currently set to 2 days). Once it expired or the workflow was manually canceled the whole workflow has to be restarted from scratch, since only the primary build jobs which run at the start of the pipeline create the artifact.


Image Added

Image Added

see https://github.com/apache/netbeans/actions or "Checks" section below the PR to access the workflow run.

Unreliable tests

Unreliable tests can be wrapped in a retry script, a retry will add an annotation to the workflow summary page, for example:

Tips/Tricks

Github GitHub can generate diff or patch files for you directly from PRs. All you have to do is to add append .diff or .patch to the PR url.

Patch files are also useful to quickly check commit headers (emails, names etc) from new contributors but also a time saver for big PRs (grep or diff with NetBeans).

...