Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBSDOCS-675: Clean up logging installation CLI docs #67450

Merged
merged 1 commit into from
Dec 18, 2023

OBSDOCS-93: Clean up logging installation CLI docs

72d20da
Select commit
Failed to load commit list.
Merged

OBSDOCS-675: Clean up logging installation CLI docs #67450

OBSDOCS-93: Clean up logging installation CLI docs
72d20da
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 18, 2023 in 3m 23s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #67450 [WIP] OBSDOCS-93: Clean up logging installation CLI docs.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "pip": true
  },
  "git": {
    "depth": 10
  },
  "jobs": {
    "include": [
      {
        "name": "Preview, validate, and build",
        "before_install": [
          "if [ \"$TRAVIS_BRANCH\" != \"main\" ]; then chmod +x autopreview.sh && ./autopreview.sh; fi"
        ],
        "install": [
          "gem install --local _gemfiles/asciidoctor-2.0.20.gem _gemfiles/asciidoctor-diagram-plantuml-1.2023.10.gem _gemfiles/asciidoctor-diagram-ditaamini-1.0.3.gem _gemfiles/rexml-3.2.6.gem _gemfiles/asciidoctor-diagram-2.2.14.gem _gemfiles/rouge-4.1.3.gem",
          "pip3 install pyyaml aura.tar.gz"
        ],
        "script": [
          "chmod +x ./scripts/check-rn-link-perms.sh",
          "./scripts/check-rn-link-perms.sh || travis_terminate 1",
          "chmod +x ./scripts/check-asciidoctor-build.sh",
          "chmod +x ./scripts/get-updated-distros.sh",
          "./scripts/check-asciidoctor-build.sh || travis_terminate 1",
          "./scripts/get-updated-distros.sh |\n  while read -r filename; do\n    if [ \"$filename\" == \"_topic_maps/_topic_map.yml\" ]; then python3 build.py --distro openshift-enterprise --product \"OpenShift Container Platform\" --version 4.15 --no-upstream-fetch || travis_terminate 1\n\n    elif [ \"$filename\" == \"_topic_maps/_topic_map_osd.yml\" ]; then python3 build.py --distro openshift-dedicated --product \"OpenShift Dedicated\" --version 4 --no-upstream-fetch || travis_terminate 1\n\n    elif [ \"$filename\" == \"_topic_maps/_topic_map_ms.yml\" ]; then python3 build.py --distro microshift --product \"Microshift\" --version 4 --no-upstream-fetch || travis_terminate 1\n\n    elif [ \"$filename\" == \"_topic_maps/_topic_map_rosa.yml\" ]; then python3 build.py --distro openshift-rosa --product \"Red Hat OpenShift Service on AWS\" --version 4 --no-upstream-fetch || travis_terminate 1\n\n    elif [ \"$filename\" == \"_distro_map.yml\" ]; then python3 build.py --distro openshift-enterprise --product \"OpenShift Container Platform\" --version 4.15 --no-upstream-fetch || travis_terminate 1\n    fi\n  done\n",
          "if [ -d \"drupal-build\" ]; then python3 makeBuild.py || travis_terminate 1; fi"
        ]
      }
    ]
  }
}