From a5fbcfd85b81a445882dbac7a26dcb527f39a817 Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 10:32:57 -0500 Subject: [PATCH 1/6] test: add continue-on-error for multios tests --- .github/workflows/multios-unit-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/multios-unit-tests.yml b/.github/workflows/multios-unit-tests.yml index 3bbdac4729..5b84c1f5d3 100644 --- a/.github/workflows/multios-unit-tests.yml +++ b/.github/workflows/multios-unit-tests.yml @@ -60,6 +60,7 @@ jobs: gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout 15m - name: Upload the results to Datadog CI App if: always() + continue-on-error: true uses: ./.github/actions/dd-ci-upload with: dd-api-key: ${{ secrets.DD_CI_API_KEY }} From 743b3cae3a1f57038ac46a5109b356886ac6b380 Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 15:18:06 -0500 Subject: [PATCH 2/6] test main branch --- .github/workflows/main-branch-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-branch-tests.yml b/.github/workflows/main-branch-tests.yml index 136805cebd..53da1d7dc9 100644 --- a/.github/workflows/main-branch-tests.yml +++ b/.github/workflows/main-branch-tests.yml @@ -11,6 +11,7 @@ on: branches: - main - release-v* + - hannahkm/continue-on-error-multios tags-ignore: - 'contrib/**' - 'instrumentation/**' From 37f7e0c49bc9afdbdf3a490dae480d363b563c70 Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 15:41:16 -0500 Subject: [PATCH 3/6] dont cd to other dir --- .github/actions/dd-ci-upload/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dd-ci-upload/action.yml b/.github/actions/dd-ci-upload/action.yml index c9da152c47..755f174131 100644 --- a/.github/actions/dd-ci-upload/action.yml +++ b/.github/actions/dd-ci-upload/action.yml @@ -44,7 +44,7 @@ runs: - name: Add CodeOwners to JUnit files shell: bash - run: cd ./.github/actions/add-codeowners && ./codeowners.sh ${{ inputs.files }} + run: ./.github/actions/add-codeowners/codeowners.sh ${{ inputs.files }} - name: Upload the JUnit files shell: bash From d629e4d775d85680bd8dc1431276611a567ab275 Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 15:48:00 -0500 Subject: [PATCH 4/6] remove main branch testing --- .github/workflows/main-branch-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main-branch-tests.yml b/.github/workflows/main-branch-tests.yml index 53da1d7dc9..136805cebd 100644 --- a/.github/workflows/main-branch-tests.yml +++ b/.github/workflows/main-branch-tests.yml @@ -11,7 +11,6 @@ on: branches: - main - release-v* - - hannahkm/continue-on-error-multios tags-ignore: - 'contrib/**' - 'instrumentation/**' From 5c53fe661d1cfdef17cafc2110fb2cfd8e85803f Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 16:00:11 -0500 Subject: [PATCH 5/6] try running main branch tests again --- .github/workflows/main-branch-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-branch-tests.yml b/.github/workflows/main-branch-tests.yml index 136805cebd..53da1d7dc9 100644 --- a/.github/workflows/main-branch-tests.yml +++ b/.github/workflows/main-branch-tests.yml @@ -11,6 +11,7 @@ on: branches: - main - release-v* + - hannahkm/continue-on-error-multios tags-ignore: - 'contrib/**' - 'instrumentation/**' From 3c30cea95e6a6461e05355d0be867a8a1cb49be3 Mon Sep 17 00:00:00 2001 From: Hannah Kim Date: Wed, 5 Feb 2025 16:08:21 -0500 Subject: [PATCH 6/6] remove testing branch from main branch tests --- .github/workflows/main-branch-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main-branch-tests.yml b/.github/workflows/main-branch-tests.yml index 53da1d7dc9..136805cebd 100644 --- a/.github/workflows/main-branch-tests.yml +++ b/.github/workflows/main-branch-tests.yml @@ -11,7 +11,6 @@ on: branches: - main - release-v* - - hannahkm/continue-on-error-multios tags-ignore: - 'contrib/**' - 'instrumentation/**'