From 9eb8177964d9fdc82f7b79c0f93db0e597c01a60 Mon Sep 17 00:00:00 2001 From: Simone Basso <bassosimone@gmail.com> Date: Thu, 14 May 2020 14:36:39 +0200 Subject: [PATCH] Use most recent MK build and update sprint releases todo list We want to make sure we perform this check at every release so that when we build miniooni we use the latest MK. --- .github/ISSUE_TEMPLATE/routine-sprint-releases.md | 2 ++ .github/workflows/mk.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/routine-sprint-releases.md b/.github/ISSUE_TEMPLATE/routine-sprint-releases.md index 5af483d9..b174b961 100644 --- a/.github/ISSUE_TEMPLATE/routine-sprint-releases.md +++ b/.github/ISSUE_TEMPLATE/routine-sprint-releases.md @@ -11,6 +11,8 @@ assignees: bassosimone - [ ] Update Host header used for measuring - [ ] Update version/version.go - [ ] Update assets +- [ ] Update measurementkit/mkcgo/mkcgo.go +- [ ] Update .github/workflows/mk.sh - [ ] Tag a new version of ooni/probe-engine - [ ] Update ooni/probe-engine mobile-staging branch - [ ] Pin ooni/probe-cli to ooni/probe-engine diff --git a/.github/workflows/mk.yml b/.github/workflows/mk.yml index bb64b095..db1a5ec6 100644 --- a/.github/workflows/mk.yml +++ b/.github/workflows/mk.yml @@ -5,4 +5,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200226 /mk/.github/workflows/mk.sh + - run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200513 /mk/.github/workflows/mk.sh -- GitLab