Closed gaurav-nelson closed 4 years ago
Checking this again locally, I can see that it builds for all distros. However it will be helpful if logs show entries for all distros as it builds. something like:
WARN: Branch master includes 116 files that are not referenced in the _topic_map.yml file. Set logging to 'debug' for details.
Building OpenShift Origin for branch 'master'
INFO: - welcome/index.adoc
...
...
WARN: Branch master includes 116 files that are not referenced in the _topic_map.yml file. Set logging to 'debug' for details.
Building OpenShift Enterprise for branch 'master'
INFO: - welcome/index.adoc
...
...
Found another issue while checking the build files and logs. Asciibinder starts building for all branches.
What this does is, that it replaces all the contents on the previous build, and we get a build of master branch which we do not want, we want the build files for (head detached at fetch_head) branch.
For OpenShift Docs we have the command
bundle exec rake build
specified in.travis.yaml
file. But Travis logs shows that it is building only for a single distro (Openshift Origin) and not others.Log snippets
Lines 543 - 559 https://travis-ci.org/openshift/openshift-docs/jobs/362423635#L543
Lines 1046 -1048 (Starts building again no distro information visible) https://travis-ci.org/openshift/openshift-docs/jobs/362423635#L1046
Lines 1343 -1346 (Starts building again no distro information visible) https://travis-ci.org/openshift/openshift-docs/jobs/362423635#L1847
Lines 2389 - 2396 (Starts building for master branch) https://travis-ci.org/openshift/openshift-docs/jobs/362423635#L2389