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

redirect ngnix/supervisor logs to stdout/stderr for docker awslogs driver #10

Merged
merged 1 commit into from Jul 3, 2019

redirect ngnix and supervisor logs to stdout/stderr for docker awslog…

8e22c84
Select commit
Travis CI / Travis CI - Branch failed Jun 26, 2019 in 1m 21s

Build Failed

The build failed.

Details

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

Jobs and Stages

This build has six jobs, running in parallel.

Job Python ENV OS State Notes
8.1 2.7 \["TOX\_ENV=py27", "OMAHA\_SERVER\_PRIVATE=True"\] Linux failed
8.2 2.7 \["TOX\_ENV=py27", "OMAHA\_SERVER\_PRIVATE=False"\] Linux failed
8.3 2.7 \["TOX\_ENV=py27", "DJANGO\_SETTINGS\_MODULE=omaha\_server.settings\_test\_postgres"\] Linux failed
8.4 2.7 \["TOX\_ENV=py27", "PATH\_TO\_TEST=omaha.tests.test\_public", "DJANGO\_SETTINGS\_MODULE=omaha\_server.settings\_test\_postgres", "OMAHA\_SERVER\_PRIVATE=False"\] Linux failed
8.5 2.7 \["TOX\_ENV=coverage"\] Linux failed
8.6 3.4 \["TOX\_ENV=py34"\] Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Trusty)
Build Configuration
{
  "dist": "trusty",
  "sudo": false,
  "cache": "pip",
  "group": "stable",
  "addons": {
    "apt": {
      "packages": [
        "python-lxml",
        "python-psycopg2",
        "python-dev"
      ]
    }
  },
  "matrix": {
    "include": [
      {
        "env": [
          "TOX_ENV=py27",
          "OMAHA_SERVER_PRIVATE=True"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "OMAHA_SERVER_PRIVATE=False"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "DJANGO_SETTINGS_MODULE=omaha_server.settings_test_postgres"
        ],
        "python": "2.7"
      },
      {
        "env": [
          "TOX_ENV=py27",
          "PATH_TO_TEST=omaha.tests.test_public",
          "DJANGO_SETTINGS_MODULE=omaha_server.settings_test_postgres",
          "OMAHA_SERVER_PRIVATE=False"
        ],
        "python": "2.7"
      },
      {
        "env": "TOX_ENV=py34",
        "python": "3.4"
      },
      {
        "env": "TOX_ENV=coverage",
        "python": "2.7"
      }
    ],
    "allow_failures": [
      {
        "env": "TOX_ENV=py34"
      }
    ]
  },
  "script": [
    "tox -e $TOX_ENV"
  ],
  ".result": "configured",
  "install": [
    "pip install tox==2.2.1"
  ],
  "language": "python",
  "services": [
    "redis-server"
  ],
  "global_env": [
    "HOST_NAME=travis-ci",
    "SECRET_KEY=SECRET_KEY",
    "GRPC_PYTHON_BUILD_WITH_CYTHON=1"
  ],
  "virtualenv": {
    "system_site_packages": true
  }
}
You can’t perform that action at this time.