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

OCPBUGS-15443: [enterprise-4.13] Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc #63610

Merged
merged 2 commits into from
Aug 17, 2023

Incorporated feedback and removed reference to systemd.

570704b
Select commit
Failed to load commit list.
Merged

OCPBUGS-15443: [enterprise-4.13] Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc #63610

Incorporated feedback and removed reference to systemd.
570704b
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 16, 2023 in 7m 4s

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 #63610 OCPBUGS-15443: [enterprise-4.13] Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in three sequential stages.

Stage 1: cache-and-validate

This stage passed.

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

Stage 2: build

This stage passed.

Job OS State
204614.2 Build openshift-enterprise distro Linux passed
204614.3 Build openshift-dedicated distro Linux passed
204614.4 Build openshift-rosa distro Linux passed
204614.5 Build microshift distro Linux passed

Stage 3: netlify

This stage passed.

Job ENV OS State Notes
204614.6 Build and deploy with Netlify CAN_FAIL=true Linux passed This job is allowed to fail.

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",
        "if": "branch IN (main, enterprise-4.13, enterprise-4.14)",
        "name": "Build openshift-enterprise distro",
        "script": [
          "python3 build.py --distro openshift-enterprise --product \"OpenShift Container Platform\" --version 4.14 --no-upstream-fetch && python3 makeBuild.py"
        ]
      },
      {
        "if": "branch IN (main, enterprise-4.13, enterprise-4.14)",
        "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.13, enterprise-4.14)",
        "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"
        ]
      },
      {
        "if": "branch IN (main, enterprise-4.13, enterprise-4.14)",
        "name": "Build microshift distro",
        "script": [
          "python3 build.py --distro microshift --product \"Microshift\" --version 4 --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 (main, enterprise-4.13, enterprise-4.14) AND sender != \"openshift-cherrypick-robot\"",
        "script": [
          "chmod +x autopreview.sh",
          "./autopreview.sh"
        ]
      }
    ]
  },
  "stages": [
    {
      "name": "cache-and-validate"
    },
    {
      "name": "build"
    },
    {
      "name": "netlify"
    }
  ]
}