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

Bump k8s.io/apimachinery from 0.28.4 to 0.29.3 in /interoperator #2064

Bump k8s.io/apimachinery from 0.28.4 to 0.29.3 in /interoperator

9a79283
Select commit
Loading
Failed to load commit list.
Closed

Bump k8s.io/apimachinery from 0.28.4 to 0.29.3 in /interoperator #2064

Bump k8s.io/apimachinery from 0.28.4 to 0.29.3 in /interoperator
9a79283
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Mar 21, 2024 in 10m 52s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the dependabot/go_modules/interoperator/k8s.io/apimachinery-0.29.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has seven jobs, running in parallel.

Job Go Node.js ENV OS State
7344.1 1.21.x Linux passed
7344.2 1.21.x Linux failed
7344.3 1.21.x Linux passed
7344.4 1.21.x Linux failed
7344.5 18.9 SETTINGS_PATH="$(pwd)/broker/config/settings.yml" Linux passed
7344.6 18.9 SETTINGS_PATH="$(pwd)/broker/config/settings.yml" Linux passed
7344.7 18.9 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "language": "go",
        "os": "linux",
        "go": "1.21.x",
        "git": {
          "depth": 3
        },
        "install": [
          "cd interoperator",
          "env GO111MODULE=on go mod download",
          "cd .."
        ],
        "script": [
          "pushd interoperator",
          "./scripts/install_test.sh",
          "env GO111MODULE=on go test -v -coverprofile=coverage.txt ./...",
          "popd",
          "cat interoperator/coverage.txt webhooks/coverage.txt | grep -v \"/pkg/client/\" > coverage.txt"
        ],
        "after_success": [
          "bash <(curl -s https://codecov.io/bash)"
        ]
      },
      {
        "language": "go",
        "os": "linux",
        "go": "1.21.x",
        "git": {
          "depth": 3
        },
        "install": [
          "pushd interoperator",
          "./scripts/install_test.sh",
          "popd",
          "cd operator-apis",
          "env GO111MODULE=on go mod download",
          "cd .."
        ],
        "script": [
          "pushd operator-apis",
          "env GO111MODULE=on go test -v -coverprofile=coverage.txt ./...",
          "popd"
        ]
      },
      {
        "language": "go",
        "os": "linux",
        "go": "1.21.x",
        "git": {
          "depth": 3
        },
        "install": [
          "pushd interoperator",
          "./scripts/install_test.sh",
          "popd",
          "cd webhooks",
          "env GO111MODULE=on go mod download",
          "cd .."
        ],
        "script": [
          "pushd webhooks",
          "go test -v -coverpkg=./pkg/webhooks/... -coverprofile=coverage.txt ./pkg/webhooks/manager/...",
          "popd"
        ]
      },
      {
        "language": "go",
        "os": "linux",
        "go": "1.21.x",
        "git": {
          "depth": 3
        },
        "before_install": [
          "go get golang.org/x/lint/golint",
          "go install honnef.co/go/tools/cmd/staticcheck@latest"
        ],
        "install": [
          "cd interoperator",
          "env GO111MODULE=on go mod download",
          "cd ../webhooks",
          "env GO111MODULE=on go mod download",
          "cd ../operator-apis",
          "env GO111MODULE=on go mod download",
          "cd .."
        ],
        "script": [
          "pushd interoperator",
          "env GO111MODULE=on go fmt ./api/... ./controllers/... ./internal/... ./pkg/... ./",
          "env GO111MODULE=on go vet ./api/... ./controllers/... ./internal/... ./pkg/... ./",
          "env GO111MODULE=on golint ./api/... ./controllers/... ./internal/... ./pkg/... ./",
          "PKGS=$(go list ./... | grep -v /vendor/)",
          "staticcheck $PKGS",
          "popd",
          "pushd webhooks",
          "go fmt ./pkg/webhooks/manager/... ./pkg/apis/...",
          "go vet ./pkg/webhooks/manager/... ./pkg/apis/...",
          "golint ./pkg/webhooks/manager/... ./pkg/apis/...",
          "PKGS=$(go list ./... | grep -v /vendor/)",
          "staticcheck $PKGS",
          "popd",
          "pushd operator-apis",
          "go fmt ./internal/...",
          "go vet ./internal/...",
          "golint ./internal/...",
          "PKGS=$(go list ./... | grep -v /vendor/)",
          "staticcheck $PKGS",
          "popd"
        ]
      },
      {
        "language": "node_js",
        "dist": "focal",
        "node_js": "18.9",
        "env": [
          {
            "SETTINGS_PATH": "\"$(pwd)/broker/config/settings.yml\""
          }
        ],
        "script": [
          "npm config set sprin=true",
          "pushd broker",
          "npm install -g yarn",
          "yarn set version 2.4.1",
          "yarn install",
          "npm run test-coverall",
          "popd"
        ]
      },
      {
        "language": "node_js",
        "dist": "focal",
        "node_js": "18.9",
        "env": [
          {
            "SETTINGS_PATH": "\"$(pwd)/broker/config/settings.yml\""
          }
        ],
        "script": [
          "pushd broker",
          "npm install -g yarn",
          "yarn set version 2.4.3",
          "yarn install",
          "yarn run eslint",
          "yarn run jsdoc",
          "yarn constraints",
          "popd"
        ]
      },
      {
        "language": "node_js",
        "dist": "focal",
        "node_js": "18.9",
        "before_install": [
          "pushd /tmp\ngit clone --depth 1 https://github.com/awslabs/git-secrets\ncd git-secrets\nsudo make install\npopd\n"
        ],
        "script": [
          "git secrets --install\ngit secrets --register-aws --global\ngit secrets --list\n",
          "git secrets --scan-history || exit 1\n",
          "# echo \"Full repo scan of truffleHog\"\n# truffleHog only scans git endpoints which have a ref.\n# truffleHog check fails to detect changed because travis merge creates a detached HEAD\n# Creating a branch to fix this issue\n# git checkout -b travis-merge\n# INITIAL_COMMIT=\"a1206f7a64978e70441460f9f907c2904909a531\"\n# high_entropy=$(trufflehog --json --entropy true --max_depth 1 --regex \"$TRAVIS_BUILD_DIR\")\n# echo \"Truffle hog output : $high_entropy\"\n# if [[ \"$high_entropy\" != \"\" ]] ; then exit 1; fi"
        ]
      }
    ]
  }
}