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 webpack, babel-loader, strict-loader and webpack-dev-middleware in /前端 #69

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

Bump webpack, babel-loader, strict-loader and webpack-dev-middleware

e6c29fc
Select commit
Loading
Failed to load commit list.
Open

Bump webpack, babel-loader, strict-loader and webpack-dev-middleware in /前端 #69

Bump webpack, babel-loader, strict-loader and webpack-dev-middleware
e6c29fc
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 27, 2024 in 3m 36s

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 #69 Bump webpack, babel-loader, strict-loader and webpack-dev-middleware in /前端.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: test

This stage passed.

Job Python OS State
71.1 Au-tuan test 3.10 Linux passed
71.2 checkmigrations 3.10 Linux passed
71.3 Au-tuan flake8 3.10 Linux passed

Stage 2: docker

This stage failed.

Job Python OS State
71.4 docker build 3.10 Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.10
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.10"
  ],
  "before_install": [
    "pip install --upgrade pip setuptools"
  ],
  "branches": {
    "only": [
      "master",
      "CD"
    ]
  },
  "jobs": {
    "include": [
      {
        "name": "Au-tuan test",
        "install": [
          "pip install tox"
        ],
        "script": [
          "tox -e test"
        ]
      },
      {
        "name": "checkmigrations",
        "install": [
          "pip install tox"
        ],
        "script": [
          "tox -e checkmigrations"
        ]
      },
      {
        "name": "Au-tuan flake8",
        "install": [
          "pip install tox"
        ],
        "script": [
          "tox -e flake8"
        ]
      },
      {
        "stage": "docker",
        "name": "docker build",
        "services": [
          "docker"
        ],
        "script": [
          "docker-compose build"
        ]
      },
      {
        "stage": "deploy",
        "name": "deploy",
        "if": "(type = push or type = cron) and (branch = master or branch = CD)",
        "install": [
          "pip install ansible"
        ],
        "before_script": [
          "mkdir -p \"${HOME}/.ssh/\"",
          "TRAVIS_TSUKI_SSH_KEY_PATH=\"${HOME}/.ssh/id_ed25519_travis\"",
          "echo \"${DEPLOY_HOST} ssh-ed25519 ${DEPLOY_HOST_SSH_PUBLICKEY}\" >> ${HOME}/.ssh/known_hosts",
          "echo \"${DEPLOY_HOST_USER_SSH_KEY}\" | base64 --decode > \"${TRAVIS_TSUKI_SSH_KEY_PATH}\"",
          "chmod 400 \"${TRAVIS_TSUKI_SSH_KEY_PATH}\""
        ],
        "script": [
          " ansible-playbook -i deploy/inventory_travis deploy/deploy.yaml --extra-vars \"tsuanan_repo=`basename ${TRAVIS_REPO_SLUG}`\" --extra-vars \"branch=${TRAVIS_BRANCH}\" --extra-vars \"DEPLOY_HOST=${DEPLOY_HOST}\" --extra-vars \"DEPLOY_HOST_USER=${DEPLOY_HOST_USER}\" --extra-vars \"TRAVIS_TSUKI_SSH_KEY_PATH=${TRAVIS_TSUKI_SSH_KEY_PATH}\" --extra-vars \"VIRTUAL_HOST_TSIANTUAN=${VIRTUAL_HOST_TSIANTUAN}\" --extra-vars \"VIRTUAL_HOST_AUTUAN=${VIRTUAL_HOST_AUTUAN}\" --extra-vars \"SECRET_KEY=${SECRET_KEY}\" --extra-vars \"SENTRY_DSN=${SENTRY_DSN}\" --extra-vars \"AWS_S3_ENDPOINT_URL=${AWS_S3_ENDPOINT_URL}\" --extra-vars \"AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}\" --extra-vars \"AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}\" # --extra-vars  .env.template "
        ]
      }
    ]
  }
}