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 google.golang.org/protobuf from 1.31.0 to 1.33.0 in /interoperator/kubeconfig_rotation #2057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump google.golang.org/protobuf in /interoperator/kubeconfig_rotation

ca89357
Select commit
Failed to load commit list.
Open

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /interoperator/kubeconfig_rotation #2057

Bump google.golang.org/protobuf in /interoperator/kubeconfig_rotation
ca89357
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 21, 2024 in 10m 47s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the dependabot/go_modules/interoperator/kubeconfig_rotation/google.golang.org/protobuf-1.33.0 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
7342.1 1.21.x Linux passed
7342.2 1.21.x Linux passed
7342.3 1.21.x Linux passed
7342.4 1.21.x Linux passed
7342.5 18.9 SETTINGS_PATH="$(pwd)/broker/config/settings.yml" Linux passed
7342.6 18.9 SETTINGS_PATH="$(pwd)/broker/config/settings.yml" Linux passed
7342.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"
        ]
      }
    ]
  }
}