Skip to content
#

continuous-testing

Here are 168 public repositories matching this topic...

cfn_nag
geekflyer
geekflyer commented Oct 19, 2018

Hi,

It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:

  • simpl
nevergreen
GentlemanHal
GentlemanHal commented Feb 11, 2020

Bug report

Expected behaviour?
All projects should be included or excluded without any delay.

Actual behaviour?
All projects are included or excluded with a noticeable delay.

Steps to reproduce?

  1. Add a feed with lots of projects (mine has ~140 projects)
  2. Click the "exclude all" button

This is because it loops through all projects and triggers an include/exclude

EnricoMi
EnricoMi commented Oct 25, 2020

Question #32 made me think of linking to the failing test and line form the annotations. Given the commit sha, test file and line, the action could generate a link like this and add to the respective annotation:

https://github.com/EnricoMi/publish-unit-test-result-action/blob/de7f7f0c5f7694846ce69e3384f2e5a03253c141/test/test_publish.py#L35

Such a link gets nicely rendered by GitHub:

ht

emgrasmeder
emgrasmeder commented Feb 25, 2021

If I add a cmd into a step and it fails, the resulting error message is not really indicative of the actual problem.

Here's the relevant logs from the container after a failed request: (Note the cmd: "pip99" "install" "-r" "requirements.txt" - probably failed with something like command not found: pip99). We should see the command not found: pip99 message more prominently than (or ent

Improve this page

Add a description, image, and links to the continuous-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuous-testing topic, visit your repo's landing page and select "manage topics."

Learn more