From 93f0755b970585e83fb99730c1f7cffcd7a5ac44 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 1 Nov 2022 16:07:34 -0700 Subject: [PATCH 1/2] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71d31be729e..c4529615261 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ env: # Otherwise, set variable to the commit of your branch on # opentelemetry-python-contrib which is compatible with these Core repo # changes. - CONTRIB_REPO_SHA: a47c45e61b4a7906f826b203f15f0dcf646ee185 + CONTRIB_REPO_SHA: main # This is needed because we do not clone the core repo in contrib builds anymore. # When running contrib builds as part of core builds, we use actions/checkout@v2 which # does not set an environment variable (simply just runs tox), which is different when From 28c1369e8644e542fcd20dc966f985d37d3800de Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 1 Nov 2022 16:10:47 -0700 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4529615261..c5ddb2e21b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ env: # Otherwise, set variable to the commit of your branch on # opentelemetry-python-contrib which is compatible with these Core repo # changes. - CONTRIB_REPO_SHA: main + CONTRIB_REPO_SHA: 10918b8e0df18dc944dc93116b18ba81b097e52f # This is needed because we do not clone the core repo in contrib builds anymore. # When running contrib builds as part of core builds, we use actions/checkout@v2 which # does not set an environment variable (simply just runs tox), which is different when