worker
worker copied to clipboard
Worker for Vela (Target's official Pipeline Automation Framework)
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/go-vela/worker). ## Open The following updates have all...
using `pull: on_start` and dynamic image tags you could get the worker to crash when verifying pipelines that look like this: ``` version: "1" environment: PRIV_IMAGE: "${VELA_BUILD_MESSAGE}" DYNAMIC_TAG: "${VELA_BUILD_NUMBER}" steps:...
Closes https://github.com/go-vela/community/issues/546 Allow stages to continue executing their steps despite failures in other stages (so long as user specifies `continue: true` in their pipeline. Dependent on https://github.com/go-vela/types/pull/247
see https://github.com/go-vela/.github/pull/8
Part of https://github.com/go-vela/community/issues/585 This adds some integration tests for the exec() function. It only adds them for the docker runtime, as it is currently hanging for kubernetes. I will fix...
This is an alternate implementation of #279 using the `SharedInformer` infra to watch events introduced in #519. Closes #279 ## Overview The Docker Runtime surfaces image pull errors naturally because...
This aims to hopefully help workaround intermittent errors returned by the Vela server by adding a retryable http client created by [go-retryablehttp](https://github.com/hashicorp/go-retryablehttp). Do folks think we should override the [default...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | `v26.0.0+incompatible` -> `v26.0.2+incompatible` | [](https://docs.renovatebot.com/merge-confidence/)...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...