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

[gitops-docs-1.12] RHDEVDOCS-5970 Fixing doc bug #73507

Fixing doc bug

c59dc13
Select commit
Failed to load commit list.
Merged

[gitops-docs-1.12] RHDEVDOCS-5970 Fixing doc bug #73507

Fixing doc bug
c59dc13
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 20, 2024 in 4m 17s

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 #73507 [gitops-docs-1.12] RHDEVDOCS-5970 Fixing doc bug.
Any changes that have been made to the gitops-docs-1.12 branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in two sequential stages.

Stage 1: cache-and-validate

This stage passed.

Job OS State
232097.1 Create install cache and validate updated assemblies Linux passed

Stage 2: build

This stage passed.

Job OS State
232097.2 Build openshift-gitops distro Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "pip": true,
    "directories": [
      "/home/travis/.rvm/gems"
    ]
  },
  "git": {
    "depth": 2
  },
  "jobs": {
    "allow_failures": [
      {
        "env": [
          {
            "CAN_FAIL": "true"
          }
        ]
      }
    ],
    "include": [
      {
        "stage": "cache-and-validate",
        "name": "Create install cache and validate updated assemblies",
        "install": [
          "gem install asciidoctor asciidoctor-diagram rouge",
          "pip3 install pyyaml aura.tar.gz"
        ],
        "script": [
          "if ! [[ -z $(git diff --name-only HEAD~1 HEAD --diff-filter=d '*.adoc' ':(exclude)_unused_topics/*') ]]; then chmod +x ./scripts/check-asciidoctor-build.sh && ./scripts/check-asciidoctor-build.sh; fi"
        ]
      },
      {
        "stage": "build",
        "name": "Build openshift-gitops distro",
        "script": [
          "python3 build.py --distro openshift-gitops --product \"OpenShift GitOps\" --version 1.11 --no-upstream-fetch && python3 makeBuild.py"
        ]
      },
      {
        "stage": "netlify",
        "name": "Build and deploy with Netlify",
        "env": [
          {
            "CAN_FAIL": "true"
          }
        ],
        "language": "shell",
        "if": "type IN (pull_request) AND branch IN (gitops-docs, gitops-docs-1.8, gitops-docs-1.9, gitops-docs-1.10, gitops-docs-1.11) AND sender != \"openshift-cherrypick-robot\"",
        "script": [
          "chmod +x autopreview.sh",
          "./autopreview.sh"
        ]
      }
    ]
  },
  "stages": [
    {
      "name": "cache-and-validate"
    },
    {
      "name": "build"
    },
    {
      "name": "netlify"
    }
  ]
}