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

Submission and metadata languages separated from UI and form languages #4040

Merged
merged 2 commits into from
Mar 21, 2024

Submodule update ##jyhein/f5000_7431##

d8b4ce6
Select commit
Loading
Failed to load commit list.
Merged

Submission and metadata languages separated from UI and form languages #4040

Submodule update ##jyhein/f5000_7431##
d8b4ce6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 21, 2024 in 4m 13s

Build Passed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4040 Submission and metadata languages separated from UI and form languages.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has ten jobs, running in three sequential stages.

Stage 1: validate

This stage passed.

Job PHP ENV OS State
16572.1 Validate and lint 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed

Stage 2: test

This stage passed.

Job PHP ENV OS State
16572.2 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.3 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.4 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.5 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.6 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux passed

Stage 3: upgrade

This stage passed.

Job PHP ENV OS State
16572.7 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.8 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.9 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16572.10 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Python Version 3.3
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global=GITHUB_ACCESS_KEY=[secure]={:APPLICATION=>\"ojs\"}"
  ],
  "python": [
    "3.3"
  ],
  "git": {
    "submodules": false
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache",
      "$HOME/.cache"
    ]
  },
  "addons": {
    "chrome": "beta",
    "postgresql": "9.5",
    "apt": {
      "update": true,
      "packages": [
        "libvulkan1",
        "libu2f-udev"
      ]
    }
  },
  "before_install": [
    "if [[ \"$TEST\" == \"mariadb\" ]]; then\n  sudo apt-get remove --purge mysql-server mysql-client mysql-common mysql-server-core-* mysql-client-core-*\n  sudo apt-get autoremove -y\n  sudo apt-get autoclean\n  sudo rm -rf /var/lib/mysql/\n  sudo rm -rf /etc/mysql/\n  sudo apt-get install mariadb-server mariadb-client\nfi\n",
    "if [ -n \"$LIBONIG_INSTALL\" ]; then sudo apt-get install libonig5; fi",
    "./tools/startSubmodulesTRAVIS.sh",
    "npm i g -npm",
    "./lib/pkp/tools/travis/prepare-webserver.sh",
    "./lib/pkp/tools/travis/install-composer-dependencies.sh",
    "npm install && npm run build"
  ],
  "stages": [
    {
      "name": "validate"
    },
    {
      "name": "test"
    },
    {
      "name": "upgrade"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "test",
        "env": [
          {
            "TEST": "pgsql",
            "SAVE_BUILD": "true"
          }
        ],
        "php": "8.1.0"
      },
      {
        "env": [
          {
            "TEST": "mariadb",
            "SAVE_BUILD": "true"
          }
        ],
        "php": "8.1.0"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "SAVE_BUILD": "true"
          }
        ],
        "php": "8.1.0"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LIBONIG_INSTALL": "1"
          }
        ],
        "php": "8.2.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LIBONIG_INSTALL": "1"
          }
        ],
        "php": "8.2.0"
      },
      {
        "stage": "validate",
        "php": "8.1.0",
        "name": "Validate and lint",
        "script": [
          "npm install\n./lib/pkp/tools/travis/install-linter.sh\n./lib/pkp/tools/travis/validate-xml.sh\n./lib/pkp/tools/buildjs.sh -n\n./lib/pkp/tools/checkHelp.sh\n./lib/pkp/tools/travis/validate-json.sh\nnpm run lint\n"
        ]
      },
      {
        "stage": "upgrade",
        "env": [
          {
            "DATASET_BRANCH": "stable-3_4_0",
            "TEST": "mysql"
          }
        ],
        "php": "8.1.0",
        "script": [
          "source ./lib/pkp/tools/travis/prepare-tests.sh",
          "git clone https://github.com/pkp/datasets",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/files/* files/",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/public/* public/",
          "cp datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/config.inc.php .",
          "./datasets/tools/dbclient.sh < datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/database.sql",
          "php tools/upgrade.php check",
          "php tools/upgrade.php upgrade"
        ]
      },
      {
        "stage": "upgrade",
        "env": [
          {
            "DATASET_BRANCH": "stable-3_3_0",
            "TEST": "mysql"
          }
        ],
        "php": "8.1.0",
        "script": [
          "source ./lib/pkp/tools/travis/prepare-tests.sh",
          "git clone https://github.com/pkp/datasets",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/files/* files/",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/public/* public/",
          "cp datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/config.inc.php .",
          "patch -p1 < datasets/upgrade/3_4_0-add-email-config.diff",
          "patch -p1 < datasets/upgrade/3_4_0-update-locale.diff",
          "./datasets/tools/dbclient.sh < datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/database.sql",
          "php tools/upgrade.php check",
          "php tools/upgrade.php upgrade"
        ]
      },
      {
        "stage": "upgrade",
        "env": [
          {
            "DATASET_BRANCH": "stable-3_4_0",
            "TEST": "pgsql"
          }
        ],
        "php": "8.1.0",
        "script": [
          "source ./lib/pkp/tools/travis/prepare-tests.sh",
          "git clone https://github.com/pkp/datasets",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/files/* files/",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/public/* public/",
          "cp datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/config.inc.php .",
          "./datasets/tools/dbclient.sh < datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/database.sql",
          "php tools/upgrade.php check",
          "php tools/upgrade.php upgrade"
        ]
      },
      {
        "env": [
          {
            "DATASET_BRANCH": "stable-3_3_0",
            "TEST": "pgsql"
          }
        ],
        "php": "8.1.0",
        "script": [
          "source ./lib/pkp/tools/travis/prepare-tests.sh",
          "git clone https://github.com/pkp/datasets",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/files/* files/",
          "cp -r datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/public/* public/",
          "cp datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/config.inc.php .",
          "patch -p1 < datasets/upgrade/3_4_0-add-email-config.diff",
          "patch -p1 < datasets/upgrade/3_4_0-update-locale.diff",
          "./datasets/tools/dbclient.sh --quiet < datasets/${APPLICATION}/${DATASET_BRANCH}/${TEST}/database.sql",
          "php tools/upgrade.php check",
          "php tools/upgrade.php upgrade"
        ]
      }
    ]
  },
  "script": [
    "source ./lib/pkp/tools/travis/prepare-tests.sh",
    "./lib/pkp/tools/travis/run-tests.sh"
  ],
  "after_failure": [
    "tail -n 500 error.log",
    "sudo apt-get install sharutils",
    "find cypress/screenshots -type f -printf '%T+\\t%p\\n' | sort | head -n 1 | cut -f 2 | tar -cz -T - | uuencode /dev/stdout"
  ],
  "after_success": [
    "head -n 500 error.log"
  ]
}