Skip to content

Instantly share code, notes, and snippets.

@christopherfujino
Created May 12, 2020 22:45
Show Gist options
  • Save christopherfujino/f3145456bb227d627f84f17d5c293bb4 to your computer and use it in GitHub Desktop.
Save christopherfujino/f3145456bb227d627f84f17d5c293bb4 to your computer and use it in GitHub Desktop.
pin customer_testing for stable hotfix
From bad9a44031fc9b1721d6ab1fc746d21d2fa76def Mon Sep 17 00:00:00 2001
From: Christopher Fujino <christopherfujino@gmail.com>
Date: Tue, 12 May 2020 15:42:28 -0700
Subject: pin customer_testing
---
.cirrus.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.cirrus.yml b/.cirrus.yml
index c24ff616a..710b6224a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -265,6 +265,8 @@ task:
script:
- rm -rf bin/cache/pkg/tests
- git clone https://github.com/flutter/tests.git bin/cache/pkg/tests
+ # For hotfix only, pin this
+ - (cd bin/cache/pkg/tests; git checkout e52a08b377a2a954b0778f0eb94a44040efdd9f4)
- dart --enable-asserts dev/customer_testing/run_tests.dart --skip-on-fetch-failure --skip-template bin/cache/pkg/tests/registry/*.test
- name: firebase_test_lab_tests-linux # linux-only
@@ -481,6 +483,10 @@ task:
script:
- CMD /S /C "IF EXIST "bin\cache\pkg\tests\" RMDIR /S /Q bin\cache\pkg\tests"
- git clone https://github.com/flutter/tests.git bin\cache\pkg\tests
+ # For hotfix only, pin this
+ - CD bin\cache\pkg\tests
+ - git checkout e52a08b377a2a954b0778f0eb94a44040efdd9f4
+ - CD ..\..\..\..
- dart --enable-asserts dev\customer_testing\run_tests.dart --skip-on-fetch-failure --skip-template bin/cache/pkg/tests/registry/*.test
# MACOS SHARDS
@@ -593,6 +599,8 @@ task:
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
- rm -rf bin/cache/pkg/tests
- git clone https://github.com/flutter/tests.git bin/cache/pkg/tests
+ # For hotfix only, pin this
+ - (cd bin/cache/pkg/tests; git checkout e52a08b377a2a954b0778f0eb94a44040efdd9f4)
- dart --enable-asserts dev/customer_testing/run_tests.dart --skip-on-fetch-failure --skip-template bin/cache/pkg/tests/registry/*.test
- name: deploy_gallery-macos # linux- and macos- only
--
2.26.2.526.g744177e7f7-goog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment