Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Dec 12, 2024
1 parent edd48eb commit f3fd6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributor/04-30-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The following CI jobs are part of the development cycle.
| [`PR Integration Gardener / Istio integration test GCP`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L53) | Executes the integration test suites for the Istio module on a GCP Gardener cluster. |
| [`PR Integration Gardener / Istio integration test AWS specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L89) | Executes the integration test suite specific for AWS Hyperscaler. |
| [`PR Integration Gardener / Istio integration test GCP specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L120) | Executes the integration test suite specific for GCP Hyperscaler. |
| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-ui-tests.yaml#L7) | Runs UI tests for Busola extensions of the Istio module. |
| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-verify-commit-pins.yaml#L7) | Verifies that all external actions are pinned to a commit. |
| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-ui-tests.yaml#L8) | Runs UI tests for Busola extensions of the Istio module. |
| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-verify-commit-pins.yaml#L8) | Verifies that all external actions are pinned to a commit. |
| [`Pull Request pipeline / gitleaks`](https://github.com/kyma-project/istio/blob/58c8333423e0c88c4de62ee4b15ba233af50f544/.github/workflows/pull-request.yaml#L10) | Runs the Gitleaks scan to detect any leaks of secrets. |
| [`Sync External Images / sync-external-images`](https://github.com/kyma-project/istio/blob/0a36feb5ef1383b248d9a59e8c22706204491e9d/.github/workflows/sync-external-images.yaml#L20) | Executes image syncer to import external images. |

Expand Down

0 comments on commit f3fd6c3

Please sign in to comment.