Skip to content

Commit

Permalink
harmonize workflow trigger.
Browse files Browse the repository at this point in the history
activated test2 for buster
  • Loading branch information
AlvinSchiller committed Oct 9, 2023
1 parent d8cd76d commit e55aa14
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Test Install Scripts for Bullseye on Docker

on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
Expand Down Expand Up @@ -61,17 +64,3 @@ jobs:
options: --platform linux/arm/v7
args: |
/code/scripts/installscripts/tests/run_installation_tests3.sh













6 changes: 6 additions & 0 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]

jobs:

Expand Down
32 changes: 17 additions & 15 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Test Install Scripts for Buster on Docker

on:
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
schedule:
# run at 5 every sunday
- cron: '* 5 * * 0'
push:
branches-ignore:
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]

jobs:

Expand Down Expand Up @@ -41,14 +47,14 @@ jobs:
args: |
/code/scripts/installscripts/tests/run_installation_tests.sh
# - name: Run run_installation_tests2.sh Buster ARMv7
# uses: tj-actions/docker-run@v2
# with:
# image: rpi-jukebox-rfid-buster:latest
# options: --platform linux/arm/v7
# name: run_installation_tests2.sh
# args: |
# /code/scripts/installscripts/tests/run_installation_tests2.sh
- name: Run run_installation_tests2.sh Buster ARMv7
uses: tj-actions/docker-run@v2
with:
image: rpi-jukebox-rfid-buster:latest
options: --platform linux/arm/v7
name: run_installation_tests2.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests2.sh
- name: Run run_installation_tests3.sh Buster ARMv7
uses: tj-actions/docker-run@v2
Expand All @@ -58,7 +64,3 @@ jobs:
name: run_installation_tests3.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests3.sh

0 comments on commit e55aa14

Please sign in to comment.