Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/pulsar-test-infra
Apache Pulsar CI Tooling
https://github.com/apache/pulsar-test-infra
ci pulsar
Last synced: 30 days ago
JSON representation
Apache Pulsar CI Tooling
- Host: GitHub
- URL: https://github.com/apache/pulsar-test-infra
- Owner: apache
- License: apache-2.0
- Created: 2020-02-04T19:43:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T16:52:52.000Z (4 months ago)
- Last Synced: 2024-12-27T03:09:37.061Z (about 1 month ago)
- Topics: ci, pulsar
- Language: TypeScript
- Homepage: https://pulsar.apache.org/
- Size: 16.8 MB
- Stars: 18
- Watchers: 36
- Forks: 28
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Pulsar CI Tooling
This repository contains some custom GitHub Actions used in Apache Pulsar GitHub Actions workflows.
## GitHub Workflows in apache/pulsar using these actions
- [pulsar-ci.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/pulsar-ci.yaml)
- [pulsar-ci-flaky.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/pulsar-ci-flaky.yaml)
- [ci-pulsarbot.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-pulsarbot.yaml)
- [ci-documentbot.yml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-documentbot.yml)
- [ci-go-functions.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-go-functions.yaml)
- [ci-maven-cache-update.yaml](https://github.com/apache/pulsar/tree/master/.github/workflows/ci-maven-cache-update.yaml)## Github Actions
These are actions that are used in the workflows above. All other actions in this repository are not actively used.
### Custom Actions
- [docbot](docbot/README.md)
- [pulsarbot](pulsarbot/README.md)### Forked GitHub Actions
- [gh-actions-artifact-client](gh-actions-artifact-client/README.md) forked from [lhotari/gh-actions-artifact-client](https://github.com/lhotari/gh-actions-artifact-client)
- [paths-filter](paths-filter/README.md) forked from [dorny/paths-filter](https://github.com/dorny/paths-filter)
- [action-junit-report](action-junit-report/README.md) forked from [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)