Skip to content

Commit

Permalink
Merge pull request #29 from openshift/paulfantom-patch-1
Browse files Browse the repository at this point in the history
fix doc links
  • Loading branch information
paulfantom authored Aug 26, 2018
2 parents 258ce50 + 2d8d1b1 commit 2f4a03b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Tests are located in [machine-api-operator repository][1] and executed with `mak
CI configuration is stored in [openshift/release][2] repository and is split into 3 files:
- [cluster/ci/config/prow/plugins.yaml][3] - says which prow plugins are available and where job config is stored
- [ci-operator/config/openshift/machine-api-operator/master.json][4] - configuration for machine-api-operator component repository
- [ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yml][5] - prow jobs configuration for presubmits
- [ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-postsubmits.yml][6] - prow jobs configuration for postsubmits
- [ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml][5] - prow jobs configuration for presubmits
- [ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-postsubmits.yaml][6] - prow jobs configuration for postsubmits

More information about those files can be found in [ci-operator onboarding file][7]

Expand All @@ -58,7 +58,7 @@ Initial configuration for machine-api-operator CI pipeline can be found in [PR #
[2]: https://github.com/openshift/release
[3]: https://github.com/openshift/release/blob/master/cluster/ci/config/prow/plugins.yaml
[4]: https://github.com/openshift/release/blob/master/ci-operator/config/openshift/machine-api-operator/master.json
[5]: https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yml
[6]: https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-postsubmits.yml
[5]: https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-presubmits.yaml
[6]: https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-postsubmits.yaml
[7]: https://github.com/openshift/ci-operator/blob/master/ONBOARD.md
[8]: https://github.com/openshift/release/pull/1095

0 comments on commit 2f4a03b

Please sign in to comment.