Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws/eks-anywhere-prow-jobs
This repository contains Prowjob configurations for Amazon EKS Anywhere. You can view the jobs at https://prow.eks.amazonaws.com.
https://github.com/aws/eks-anywhere-prow-jobs
cicd eks kubernetes prow
Last synced: 3 days ago
JSON representation
This repository contains Prowjob configurations for Amazon EKS Anywhere. You can view the jobs at https://prow.eks.amazonaws.com.
- Host: GitHub
- URL: https://github.com/aws/eks-anywhere-prow-jobs
- Owner: aws
- License: apache-2.0
- Created: 2021-07-21T22:30:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:48:52.000Z (9 days ago)
- Last Synced: 2024-12-16T13:17:11.200Z (7 days ago)
- Topics: cicd, eks, kubernetes, prow
- Language: Go
- Homepage: https://anywhere.eks.amazonaws.com
- Size: 2.04 MB
- Stars: 21
- Watchers: 16
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Amazon EKS Anywhere Prow Jobs
This repository contains Prowjob configuration for the Amazon EKS Anywhere project, which includes the [eks-anywhere](https://github.com/aws/eks-anywhere) and [eks-anywhere-build-tooling](https://github.com/aws/eks-anywhere-build-tooling) repositories. Jobs can be viewed on the EKS installation of
Prow, which is available at https://prow.eks.amazonaws.com/.For more info on how to write a Prowjob, read the [test-infra
introduction](https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md)
to prow jobs.## Contributing
Please read our [CONTRIBUTING](CONTRIBUTING.md) guide before making a pull
request.## Security
If you discover a potential security issue in this project, or think you may
have discovered a security issue, we ask that you notify AWS Security via our
[vulnerability reporting
page](http://aws.amazon.com/security/vulnerability-reporting/). Please do
**not** create a public GitHub issue.## License
This project is licensed under the Apache-2.0 License.
## Adding/Removing Kubernetes Versions
Kubernetes/Release branch versions are managed [here](https://github.com/aws/eks-distro-prow-jobs/blob/c23ec5a128f01b11672886da3c9a6da3c2bb846b/templater/jobs/utils/utils.go#L16).
To update the templates, update the eks-distro-prow-jobs module:
```
go get github.com/aws/eks-distro-prow-jobs
make prowjobs -C templater
```