The Wayback Machine - https://web.archive.org/web/20201211164344/https://github.com/topics/pipeline
Skip to content
#

pipeline

Here are 2,285 public repositories matching this topic...

vdemeester
vdemeester commented Nov 23, 2020

A full unit-test run is currently around the mine (63.786s). This is not that bad but unit tests should be really quick, a go test shouldn't spend more than a second or two to run all the unit tests of a package. This is not the case now, some packages are quite the offender 😅.

  • cmd/entrypoint (4.12s)
  • pkg/reconciler/events/cloudevent (3.147s)
  • pkg/reconciler/events (6
jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

Aylr
Aylr commented Dec 9, 2020

Describe the bug
bare decimals in arithmetic in evaluation parameters cause a parsing error

To Reproduce
Steps to reproduce the behavior:

  1. Write an expectation with an evaluation parameter that...
  2. has a urn and some simple arithmetic with...
  3. a bare decimal value
  4. execute the expectation and note the parsing failure
downstream_batch.expect_column_mean_to_b
kedro
timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

Improve this page

Add a description, image, and links to the pipeline 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 pipeline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.