Skip to content

Commit

Permalink
omp stable-3_3_0 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Jul 25, 2024
1 parent 4f1311f commit c3bc8e0
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 1 deletion.
97 changes: 97 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
on:
schedule:
- cron: '5 5 * * *'
name: schedule
jobs:
omp-main:
if: github.repository == 'pkp/omp'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.1
validate: 'validate'
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mariadb
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
upgrade: 'upgrade'
upgrade_test: 'stable-3_3_0,stable-3_4_0'

name: omp
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 20
dataset_branch: 'main'
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: false
omp-stable-3_4_0:
if: github.repository == 'pkp/omp'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.1
validate: 'validate'
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
database: mariadb
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
upgrade: 'upgrade'
upgrade_test: '3.1.0,3.1.1-2,3.1.2,stable-3_2_0,stable-3_2_1,stable-3_3_0'


name: omp-stable-3_4_0
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 16
dataset_branch: 'stable-3_4_0'
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: false

omp-stable-3_3_0:
if: github.repository == 'pkp/omp'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 7.4
validate: 'validate'
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 7.4
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'

name: omp-stable-3_0
steps:
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 12
dataset_branch: 'stable-3_3_0'
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: false
6 changes: 5 additions & 1 deletion .github/workflows/stable-3_3_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- php-version: 8.0
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.0
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
database: mysql
test: 'test'
Expand All @@ -45,9 +47,11 @@ jobs:
- php-version: 8.2
database: pgsql
test: 'test'


name: omp
steps:
- uses: pkp/pkp-github-actions@v1
- uses: xmlFlow/pkp-github-actions@v1
with:
node_version: 12
dataset_branch: 'stable-3_3_0'
Expand Down

0 comments on commit c3bc8e0

Please sign in to comment.