test-infra icon indicating copy to clipboard operation
test-infra copied to clipboard

Test infrastructure for the Kyma project.

Results 105 test-infra issues
Sort by recently updated
recently updated
newest added

**Description** Align secret names and labels in the GCP secret-manager according to convention introduced in https://github.com/kyma-project/test-infra/pull/10124. **Reasons** We should follow naming and labeling convention for all of our secrets. **Acceptance...

area/ci
lifecycle/stale

**Description** Dependabot and autobumper are two tools we are using to automatically maintain up to date dependencies and lower reported CVEs in test-infra repository. Both tools are configured using config...

area/ci
lifecycle/stale

Currently documentation is scattered around multiple sources in the repository. We use index.md file and small tool that updates the file accordingly. However it is not ideal (generates quite a...

area/documentation
kind/feature

image-builder code responsible for parsing image tags should be extracted to dedicated function to make a feature of parsing tags only testable. https://github.com/kyma-project/test-infra/blob/078766d1354a76f4c838768be9075ef980e79d9a/cmd/image-builder/main.go#L783 **Acceptance Criteria** - [ ] Extract code...

After triggering oci-image-builder pipeline, an image-builder client query ADO for pipeline execution status in a loop. Once status indicate a pipeline finished it's work, a client will download logs. At...

# Description: As part of #8594 we have to set `roles/container.developer` to prevent from creating custom role. With end of using Prow the GKE clusters will be removed as well,...

**Description** With current setup for our team we have multiple tools to build oci images and multiple locations to store information which images to build and how to do it?...

area/ci
kind/chore

**Description** To grant access permissions to dev and prod Kyma artifact registries we should use a predefined roles for artifact registry. At present we granted a basic roles on registry...

area/security
kind/bug
area/tools

**Description** Service Account cleaner checks of the latest version of a key is older than *age* parameter (e.g. 24h). If it isn't then rotation is skipped. If a secret rotates...

area/ci
kind/bug
kind/cleanup
area/automation

**Description** Currently, each service or product of our CI/CD solution is logging decoupled form each other in different formats and even different locations. For harmonising our log setup, we want...

Epic
area/ci
kind/feature