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

Gh pages custom #637

Closed
wants to merge 43 commits into from

Update user guide with new API endpoint.

8374559
Select commit
Loading
Failed to load commit list.
Closed

Gh pages custom #637

Update user guide with new API endpoint.
8374559
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Mar 23, 2024 in 6h 32m 6s

Build Failed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #637 Gh pages custom.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 22 jobs, running in parallel.

Job Python ENV OS State
2008.1 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.2 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.3 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.4 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.5 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.6 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.7 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.8 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.9 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.10 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.11 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.12 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.13 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.14 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.15 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.16 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.17 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.18 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.19 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.20 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed
2008.21 3.9 DOCKER_COMPOSE_VERSION=1.26.0 Linux failed
2008.22 2.7 DOCKER_COMPOSE_VERSION=1.26.0 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "branches": {
    "only": [
      "master"
    ]
  },
  "git": {
    "depth": 10
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "services": [
    "docker"
  ],
  "env": [
    "jobs={:DOCKER_COMPOSE_VERSION=>\"1.26.0\"}"
  ],
  "before_install": [
    "sudo rm /usr/local/bin/docker-compose",
    "curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose",
    "chmod +x docker-compose",
    "sudo mv docker-compose /usr/local/bin"
  ],
  "before_script": [
    "export PYTHONPATH=$PYTHONPATH:$(pwd)"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_parser"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_data"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_forecast"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_kpis"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1 rdflib==6.3.2 bacpypes==0.18.7"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_bacnet"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_testcase"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_readme_commands"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_testcase1"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_testcase2"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_testcase3"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_bestest_air"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_bestest_hydronic"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_bestest_hydronic_heat_pump"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_singlezone_commercial_hydronic"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && make test_twozone_apartment_hydronic"
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s test_peak_heat_day,test_typical_heat_day\""
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s test_peak_cool_day,test_typical_cool_day,test_mix_day\""
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s API\""
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s test_peak_heat_day,test_shoulder\""
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s test_typical_heat_day,test_summer\""
        ]
      },
      {
        "python": "3.9",
        "install": [
          "pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 matplotlib==3.3.4 requests==2.25.1"
        ],
        "script": [
          "cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s API\""
        ]
      },
      {
        "python": "2.7",
        "install": [
          "pip install --upgrade pip && pip install pandas==0.24.2 numpy==1.16.6 matplotlib==2.1.1 requests==2.18.4"
        ],
        "script": [
          "cd testing && make test_python2"
        ]
      }
    ]
  }
}