Upgrade GH retry action so that stdout/ stderr is captures (#3211)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/3211 The GH retry action did ate all the stdout / stderr, so if the retry fails, it was completely unclear why. This was fixed in a newer version of the action Reviewed By: antonk52 Differential Revision: D33308437 fbshipit-source-id: a599161e0c72b95b35e6ecab8cd84c6fa7027cd3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3dffce32b9
commit
efdf9d2d64
34
.github/workflows/iOS-pod-lint.yml
vendored
34
.github/workflows/iOS-pod-lint.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FBDefines
|
- name: Lint FlipperKit/FBDefines
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/Core
|
- name: Lint FlipperKit/Core
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/CppBridge
|
- name: Lint FlipperKit/CppBridge
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FBCxxFollyDynamicConvert
|
- name: Lint FlipperKit/FBCxxFollyDynamicConvert
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FKPortForwarding
|
- name: Lint FlipperKit/FKPortForwarding
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitHighlightOverlay
|
- name: Lint FlipperKit/FlipperKitHighlightOverlay
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitHighlightOverlay
|
- name: Lint FlipperKit/FlipperKitHighlightOverlay
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitLayoutHelpers
|
- name: Lint FlipperKit/FlipperKitLayoutHelpers
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitLayoutIOSDescriptors
|
- name: Lint FlipperKit/FlipperKitLayoutIOSDescriptors
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitLayoutPlugin
|
- name: Lint FlipperKit/FlipperKitLayoutPlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitLayoutComponentKitSupport
|
- name: Lint FlipperKit/FlipperKitLayoutComponentKitSupport
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -166,7 +166,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitNetworkPlugin
|
- name: Lint FlipperKit/FlipperKitNetworkPlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -179,7 +179,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/SKIOSNetworkPlugin
|
- name: Lint FlipperKit/SKIOSNetworkPlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -192,7 +192,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitUserDefaultsPlugin
|
- name: Lint FlipperKit/FlipperKitUserDefaultsPlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -205,7 +205,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitExamplePlugin
|
- name: Lint FlipperKit/FlipperKitExamplePlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -218,7 +218,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint FlipperKit/FlipperKitReactPlugin
|
- name: Lint FlipperKit/FlipperKitReactPlugin
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -231,7 +231,7 @@ jobs:
|
|||||||
- name: Install Dependences
|
- name: Install Dependences
|
||||||
run: pod repo update
|
run: pod repo update
|
||||||
- name: Lint Flipper
|
- name: Lint Flipper
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 60
|
timeout_minutes: 60
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
|||||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -58,13 +58,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install
|
- name: Install
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: cd ${{env.desktop-directory}} && yarn
|
command: cd ${{env.desktop-directory}} && yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 30
|
timeout_minutes: 30
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -90,13 +90,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install
|
- name: Install
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: cd ${{env.desktop-directory}} && yarn
|
command: cd ${{env.desktop-directory}} && yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 30
|
timeout_minutes: 30
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
@@ -122,13 +122,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install
|
- name: Install
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: cd ${{env.desktop-directory}} && yarn
|
command: cd ${{env.desktop-directory}} && yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: nick-invision/retry@v2.0.0
|
uses: nick-invision/retry@v2.6.0
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 30
|
timeout_minutes: 30
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user