test-infra
test-infra copied to clipboard
Test infrastructure for the Kyma project.
**Description** Our release workflow is dispatched manually. It is composed of a sequence of jobs. One of the job is building images (using a release version as a tag). The...
**Description** Image builder binary sets GitHub output with list of built images. The list is constructed by applying a regex on log lines, fetched for ADO pipeline execution. The regex...
https://github.tools.sap/kyma/oci-image-builder/issues/71 The oci-image-builder pipeline was build through Hyperspace portal and was using piper pipeline steps and Hyperspace connected services. Piper steps and connected services were using pipeline parameters and variables...
The image-builder application is composed by few components. These components are running in different tools and technology stacks. Application components exposes it's APIs and interact each other. The component and...
After adding support for workflow_dispatch event in image builder our documentation were not updated. https://github.com/kyma-project/test-infra/tree/main/cmd/image-builder **AC** - Docs are up to date
**Description** Image builder (kyma-project/test-infra/.github/workflows/image-builder.yml) produce warning "No data was written into the file /agent/_work/_temp/task_outputs/run_*.txt". It concerns any job where we use image builder. For example: https://github.com/kyma-project/docker-registry/actions/runs/10055681464/job/27792863977 **Expected result** Execution without...
**Description** Confirm name convention proposed in https://github.com/kyma-project/test-infra/issues/9916#issuecomment-2233172488 and https://github.com/kyma-project/test-infra/issues/9916#issuecomment-2242218065 comments. After removal of Prow adjust regexp in the pull-validate-service-accounts workflow introduced in https://github.com/kyma-project/test-infra/pull/11304. **Reasons** We should have naming convention for...
**Description** A [unit tests](https://github.com/kyma-project/test-infra/blob/9aa7af854403f58ad9a124a4e91b1bdc20aacd2a/cmd/image-builder/main_test.go#L668) covers a function extracting built images from ado logs. The tests doesn't check if the images are correctly extracted in the context of whole application execution....
The image syncer tool should support multiple files with definition which images to sync. At present the tool is reading this data from one file external-images.yaml. Because the file is...
**Description** Image Builder support few options like triggering oci-image-buider, parsing tags or signing images. Each command should require only environment variables that are used. Example of `image-builder --sign-only` usage. This...