Skip to content

Tidying up update scripts. #140

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

Merged
merged 1 commit into from
Feb 3, 2025

Tidying up update scripts.

9e70afe
Select commit
Loading
Failed to load commit list.
Merged

Tidying up update scripts. #140

Tidying up update scripts.
9e70afe
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 17, 2024 in 30m 36s

Build Passed

The build passed.

Details

This is a normal build for the PGPRO-11744 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 14 jobs, running in parallel.

Job ENV OS State Notes
260.1 PG_VERSION=17 Linux passed
260.2 PG_VERSION=17 LEVEL=hardcore Linux passed
260.3 PG_VERSION=16 Linux passed
260.4 PG_VERSION=16 LEVEL=hardcore Linux passed
260.5 PG_VERSION=15 Linux passed
260.6 PG_VERSION=15 LEVEL=hardcore Linux passed
260.7 PG_VERSION=14 Linux passed
260.8 PG_VERSION=14 LEVEL=hardcore Linux passed
260.9 PG_VERSION=13 Linux passed
260.10 PG_VERSION=13 LEVEL=hardcore Linux passed
260.11 PG_VERSION=12 Linux passed
260.12 PG_VERSION=12 LEVEL=hardcore Linux passed
260.13 PG_VERSION=11 Linux passed This job is allowed to fail.
260.14 PG_VERSION=11 LEVEL=hardcore Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "services": [
    "docker"
  ],
  "before_install": [
    "cp travis/* ."
  ],
  "install": [
    "./mk_dockerfile.sh",
    "docker-compose build"
  ],
  "script": [
    "docker-compose run $(bash <(curl -s https://codecov.io/env)) tests"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "env": [
    "jobs={:PG_VERSION=>\"17\"}={:PG_VERSION=>\"17\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"16\"}={:PG_VERSION=>\"16\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"15\"}={:PG_VERSION=>\"15\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"14\"}={:PG_VERSION=>\"14\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"13\"}={:PG_VERSION=>\"13\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"12\"}={:PG_VERSION=>\"12\", :LEVEL=>\"hardcore\"}={:PG_VERSION=>\"11\"}={:PG_VERSION=>\"11\", :LEVEL=>\"hardcore\"}"
  ],
  "jobs": {
    "allow_failures": [
      {
        "env": [
          {
            "PG_VERSION": "11"
          }
        ]
      },
      {
        "env": [
          {
            "PG_VERSION": "11",
            "LEVEL": "hardcore"
          }
        ]
      }
    ]
  }
}