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

ojs ojs main main github actions support #4259

Merged
merged 1 commit into from
Apr 29, 2024

ojs ojs main main github actions support

84984f1
Select commit
Loading
Failed to load commit list.
Merged

ojs ojs main main github actions support #4259

ojs ojs main main github actions support
84984f1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Apr 29, 2024 in 1m 15s

Build Errored

The build errored. 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 #4259 ojs ojs main main github actions support.
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 errored.

Job PHP ENV OS State
16750.1 Validate and lint 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux errored

Stage 2: test

This stage canceled.

Job PHP ENV OS State
16750.2 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.3 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.4 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.5 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.6 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux canceled

Stage 3: upgrade

This stage canceled.

Job PHP ENV OS State
16750.7 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.8 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.9 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled
16750.10 8.1.0 GITHUB_ACCESS_KEY=[secure] Linux canceled

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",
          "source ./lib/pkp/tools/travis/migration/v3_4_0/prepare-logs.sh",
          "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",
          "source ./lib/pkp/tools/travis/migration/v3_4_0/prepare-logs.sh",
          "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",
          "source ./lib/pkp/tools/travis/migration/v3_4_0/prepare-logs.sh",
          "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",
          "source ./lib/pkp/tools/travis/migration/v3_4_0/prepare-logs.sh",
          "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"
  ]
}