Skip to content
#

continuous-testing

Here are 176 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

build
ehmicky
ehmicky commented Nov 30, 2021

Background

In local builds, the DEPLOY_PRIME_URL, DEPLOY_URL, DEPLOY_ID and BUILD_ID environment variables are undefined because there is no deploy to reference, as opposed to production.

https://github.com/netlify/build/blob/3c415ad07747d9b5669537f6eeb522409b4205a5/packages/config/src/env/main.js#L159-L163

This is in contrast to the URL environment variable which we provide

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