refactor: enable QA tests and jafar self test (#208)
* refactor: enable QA tests and jafar self test Part of https://github.com/ooni/probe/issues/1335 * chore: make sure all workflows run on release branches
This commit is contained in:
parent
4eeadd06a5
commit
0c48bc0746
23 changed files with 18 additions and 3 deletions
14
internal/engine/.github/workflows/jafar.yml
vendored
14
internal/engine/.github/workflows/jafar.yml
vendored
|
|
@ -1,14 +0,0 @@
|
|||
name: jafar
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 5 * * 3"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: go build -v ./cmd/jafar
|
||||
- run: sudo ./testjafar.bash
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
name: "qafbmessenger"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
schedule:
|
||||
- cron: "0 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "fbmessenger"
|
||||
13
internal/engine/.github/workflows/qahhfm.yml
vendored
13
internal/engine/.github/workflows/qahhfm.yml
vendored
|
|
@ -1,13 +0,0 @@
|
|||
name: "qahhfm"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "5 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "hhfm"
|
||||
13
internal/engine/.github/workflows/qahirl.yml
vendored
13
internal/engine/.github/workflows/qahirl.yml
vendored
|
|
@ -1,13 +0,0 @@
|
|||
name: "qahirl"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "10 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "hirl"
|
||||
13
internal/engine/.github/workflows/qatelegram.yml
vendored
13
internal/engine/.github/workflows/qatelegram.yml
vendored
|
|
@ -1,13 +0,0 @@
|
|||
name: "qatelegram"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "15 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "telegram"
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
name: "qawebconnectivity"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
schedule:
|
||||
- cron: "20 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "webconnectivity"
|
||||
13
internal/engine/.github/workflows/qawhatsapp.yml
vendored
13
internal/engine/.github/workflows/qawhatsapp.yml
vendored
|
|
@ -1,13 +0,0 @@
|
|||
name: "qawhatsapp"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "25 3 * * */1"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.14"
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./QA/rundocker.bash "whatsapp"
|
||||
Loading…
Reference in a new issue