pipelines
Here are 616 public repositories matching this topic...
We should do something like https://blog.questionable.services/article/kubernetes-deployments-configmap-change/ to ensure that if the pod sweeper has a different config map the underlying pod gets rolled.
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.
Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.
Ideas
We could combine this with some other ideas in a context menu (right click).
Credit to Serhii Ostapchuk for contributing this on Slack.
Contact Details [Optional]
Describe the feature you'd like
Currently our CLI offers a way to install the python packages that are required for a given integration. However, some of our integrations also have system requirements that are necessary to make them work (graphviz, kubectl, etc. ).
All system requirements should be listed on an integration level, just
When running on the first pipeline example and running: !ploomber nb -f .ipynb
The files will change from .py to ipynb but the pipeline would keep pointing to the .py files.
This causes:
- The pipeline isn't functional.
- Users can revert back to the .ipynb files without changing the file manually.
Dependabot attempted to update it in argoproj/argo-events#1653 and hit a test failure
Message from the maintainers:
If you wish to see this enhancement implemented please add a
-
Updated
Feb 24, 2022 - Julia
Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.
This is an umbrella issue - subtasks can be delivered in separate PRs.
Pipeline Editor
- Test Pipeline Service (runtime types, runtimes, runtime images
-
Updated
Feb 11, 2022 - Go
-
Updated
Feb 26, 2022 - Rust
-
Updated
Nov 15, 2021 - Go
-
Updated
Feb 7, 2022 - C++
-
Updated
Feb 17, 2022 - Python
Hi!
When using the unprivileged image, it's not possible to load custom configurations.
# podman run -p 8080:8080 -e GITLAB_MONITOR_CONFIG=/tmp/config.json timoschwarzer/gitlab-monitor:unprivileged
/wrapper.sh: line 4: can't create /usr/share/nginx/html/config.json: Permission denied
Indeed, root is needed to create a new file in /usr/share/nginx/html, and it looks like wrapper.s
-
Updated
Feb 17, 2022 - C#
-
Updated
Feb 27, 2022 - Go
-
Updated
Feb 23, 2022 - Java
-
Updated
Feb 25, 2022 - Elixir
-
Updated
Feb 28, 2022 - Java
-
Updated
Feb 19, 2022 - Python
-
Updated
Jan 3, 2022 - JavaScript
-
Updated
Jan 24, 2022 - Mustache
Improve this page
Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."
Summary
If there is a global
default-get-timeoutset on the web node, it is not possible to override that timeout for the implicitgetstep that is used to pull theimage_resourceconfigured on a task.Steps to reproduce
Start up Concourse with
default-get-timeoutset very low