Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
chore: update e2etests after checking probe versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Apr 7, 2021
1 parent c3745aa commit 39be164
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 41 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/debian9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# See also analysis at: https://github.com/ooni/backend/issues/446#issuecomment-697172389
#
# Status as of 2020-11-13: https://github.com/ooni/backend/issues/461#issuecomment-726587481.
#
# See comments below for more info.
name: debian9
on:
pull_request:
Expand All @@ -21,10 +23,9 @@ jobs:
fail-fast: false
matrix:
version:
- "ooniprobe_2.0.2" # (< 1%) re-added on 2020-12-07 for investigation purposes
- "ooniprobe_2.1.0" # ~36% of measurements as of 2021-03-04
- "ooniprobe_2.2.0" # ~4.5% of measurements as of 2021-03-04
- "ooniprobe_2.3.0" # ~11% of measurements as of 2021-03-04
- "ooniprobe_2.1.0" # ~34% of measurements as of 2021-04-07
- "ooniprobe_2.2.0" # ~4.3% of measurements as of 2021-04-07
- "ooniprobe_2.3.0" # ~7.5% of measurements as of 2021-03-04
steps:
- uses: actions/setup-go@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linuxmk0.10.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# See also analysis at https://github.com/ooni/backend/issues/446#issuecomment-697172389.
#
# We still see 1% of measurements as of 2021-03-04 coming from
# We still see 1% of measurements as of 2021-04-07 coming from
# cli v3.0.0. which includes MK v0.10.11.
name: libmk0.10.11
on:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/probecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
fail-fast: false
matrix:
version:
- "v3.5.2" # cli v3.5.2 [2021-03-04; 15.99%]
- "v3.5.1" # android v2.9.3 [2021-03-04; 5.95%]
- "v3.9.0" # cli v3.9.0 [2021-04-07; 1.3%]
- "v3.8.0" # cli v3.8.0 and v2.10.1 [2021-04-07; 8% and 5.2%]
- "v3.5.2" # cli v3.5.2 [2021-04-07; 2.8%]
options:
- "-o output/miniooni.jsonl"
- "--probe-services=https://dvp6h0xblpcqp.cloudfront.net -o output/miniooni.jsonl"
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/probeengine1.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/probeengine2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- "v0.16.0" # 1.13% of measurements (cli v3.0.7-beta.1) [2021-03-04]
- "v0.16.0" # 0.56% of measurements (cli v3.0.7-beta.1) [2021-04-07]
options:
- "-o output/miniooni.jsonl"
- "--probe-services-url=https://ams-pg-test.ooni.org/ -o output/miniooni.jsonl"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/probeengine3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- "v0.10.0" # 1% of measurements as of 2021-03-21 (cli v3.0.0)
- "v0.10.0" # ~1% of measurements as of 2021-04-07 (cli v3.0.0)
options:
- "-o output/miniooni.jsonl"
- "--bouncer=https://ams-pg-test.ooni.org/ -o output/miniooni.jsonl"
Expand Down

0 comments on commit 39be164

Please sign in to comment.