From 8b5906d2091ad5cde05008f750e47df1be362f48 Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Fri, 1 Oct 2021 15:31:24 -0700 Subject: [PATCH] OSS CircleCI: pinned Linux machines to ubuntu-2004:202010-01 (#32315) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32315 Some tests were running old Ubuntu with old Node.js etc, causing failures like this: https://app.circleci.com/pipelines/github/facebook/react-native/10557/workflows/ddd94f8a-7200-40ab-9439-19683d691c67/jobs/220000 In this case, `node` in the machine was really old: ``` node -v v6.1.0 ``` So let's use the latest recommended one per: https://circleci.com/docs/2.0/executor-intro/#machine Changelog: [Internal] Reviewed By: hramos Differential Revision: D31351763 fbshipit-source-id: e97aae638cc5b999e98129de64dad9092113cb5f --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bcebf7b821..f17cc1a4e2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -585,7 +585,8 @@ jobs: # JOBS: Test Docker # ------------------------- test_docker_android: - machine: true + machine: + image: ubuntu-2004:202010-01 steps: - checkout - run: @@ -762,7 +763,8 @@ jobs: # JOBS: Nightly # ------------------------- nightly_job: - machine: true + machine: + image: ubuntu-2004:202010-01 steps: - run: name: Nightly