-
Notifications
You must be signed in to change notification settings - Fork 23
39 lines (37 loc) · 963 Bytes
/
bridges.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Bridges2 Integration Test
on:
repository_dispatch:
types: [ test_bridges2 ]
schedule:
- cron: '0 0 1 */1 *'
jobs:
inter_jobs:
runs-on: ubuntu-latest
steps:
- name: Check event
if: github.event.client_payload.text
run: |
echo "Event text: ${{ github.event.client_payload.text }}"
if [ ${{ github.event.client_payload.text }} == "success" ]
then
echo "Success"
else
echo "Failure"
false
fi
periodic_jobs:
if: github.event.client_payload.text == null
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Cron
run: |
tests/bin/radical-pilot-test-verify -y 'bridges' -d 7