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

[enterprise-4.10] OBSDOCS-204: Bug fix for configurable parameter and doc editing #64240

Merged
merged 1 commit into from
Sep 1, 2023

OBSDOCS-204: Bug fix for configurable parameter and doc editing

0cb80f1
Select commit
Failed to load commit list.
Merged

[enterprise-4.10] OBSDOCS-204: Bug fix for configurable parameter and doc editing #64240

OBSDOCS-204: Bug fix for configurable parameter and doc editing
0cb80f1
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 1, 2023 in 4m 48s

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 #64240 [enterprise-4.10] OBSDOCS-204: Bug fix for configurable parameter and doc editing.
Any changes that have been made to the enterprise-4.10 branch before the build ran are also included.

Jobs and Stages

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

Stage 1: cache-and-validate

This stage passed.

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

Stage 2: build

This stage passed.

Job OS State
207255.2 Build openshift-enterprise distro Linux passed
207255.3 Build openshift-dedicated distro Linux passed
207255.4 Build openshift-rosa 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": [
          "chmod +x ./scripts/check-asciidoctor-build.sh",
          "./scripts/check-asciidoctor-build.sh || travis_terminate 1"
        ]
      },
      {
        "stage": "build",
        "if": "branch IN (main, enterprise-4.10, enterprise-4.11)",
        "name": "Build openshift-enterprise distro",
        "script": [
          "python3 build.py --distro openshift-enterprise --product \"OpenShift Container Platform\" --version 4.10 --no-upstream-fetch && python3 makeBuild.py"
        ]
      },
      {
        "if": "branch IN (main, enterprise-4.10, enterprise-4.11)",
        "name": "Build openshift-dedicated distro",
        "script": [
          "python3 build.py --distro openshift-dedicated --product \"OpenShift Dedicated\" --version 4 --no-upstream-fetch && python3 makeBuild.py"
        ]
      },
      {
        "if": "branch IN (main, enterprise-4.10, enterprise-4.11)",
        "name": "Build openshift-rosa distro",
        "script": [
          "python3 build.py --distro openshift-rosa --product \"Red Hat OpenShift Service on AWS\" --version 4 --no-upstream-fetch && python3 makeBuild.py"
        ]
      }
    ]
  },
  "stages": [
    {
      "name": "cache-and-validate"
    },
    {
      "name": "build"
    }
  ]
}