Skip to content

Commit

Permalink
Update GitHub test workflows
Browse files Browse the repository at this point in the history
* Add Ubuntu 20.04 to AMAUATs test workflow
* Update README
* Schedule GitHub workflows runs
  • Loading branch information
replaceafill committed May 12, 2024
1 parent e0d1976 commit dc87ce3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/archivematica-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ on:
default: "qa/1.x"
required: true
type: "string"
schedule:
- cron: "0 3 * * *"
jobs:
test:
name: "${{ matrix.feature }} / ${{ matrix.vagrant_box.label }}"
runs-on: "ubuntu-latest"
env:
am_version: "${{ inputs.am_version }}"
ss_version: "${{ inputs.ss_version }}"
at_version: "${{ inputs.at_version }}"
am_version: "${{ inputs.am_version || 'qa/1.x' }}"
ss_version: "${{ inputs.ss_version || 'qa/0.x' }}"
at_version: "${{ inputs.at_version || 'qa/1.x' }}"
strategy:
fail-fast: false
matrix:
Expand All @@ -37,6 +39,8 @@ jobs:
label: "alma9"
- id: "ubuntu/jammy64"
label: "jammy"
- id: "ubuntu/focal64"
label: "focal"
feature:
- "aip-encryption-mirror"
- "aip-encryption"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
default: "qa/2.x"
required: true
type: "string"
schedule:
- cron: "0 2 * * *"
jobs:
test:
name: "DIP upload test"
Expand Down
7 changes: 4 additions & 3 deletions tests/archivematica-acceptance-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
This playbook has been tested with Vagrant 2.4.1 and VirtualBox 7.0.14 r161095
using any of the following Vagrant boxes and versions:

- rockylinux/9 (v3.0.0)
- rockylinux/9 (v4.0.0)
- rockylinux/8 (v9.0.0)
- almalinux/9 (v9.3.20231118)
- ubuntu/jammy64 (v20240403.0.0)
- almalinux/9 (v9.4.20240509)
- ubuntu/jammy64 (v20240426.0.0)
- ubuntu/focal64 (v20240502.0.0)

## Provisioning the VM

Expand Down

0 comments on commit dc87ce3

Please sign in to comment.