Skip to content

Commit 9375c0c

Browse files
authored
chore: migrate windows ci to nightly ec2 (#582)
1 parent b0408f5 commit 9375c0c

16 files changed

Lines changed: 603 additions & 337 deletions

File tree

.github/workflows/ci-windows.yaml

Lines changed: 0 additions & 218 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,4 @@ jobs:
6161
gpg_passphrase: ${{ secrets.OTELCOMM_GPG_PASSPHRASE }}
6262
nr_ingest_key: ${{ secrets.OTELCOMM_NR_INGEST_KEY }}
6363
nr_account_id: ${{ vars.OTELCOMM_NR_TEST_ACCOUNT_ID }}
64-
nr_api_key: ${{ secrets.OTELCOMM_NR_API_KEY }}
65-
66-
windows:
67-
name: Windows Validation (${{matrix.distribution}})
68-
if: ${{ !github.event.act }}
69-
permissions:
70-
contents: read
71-
strategy:
72-
matrix:
73-
distribution: ["nrdot-collector"]
74-
uses: ./.github/workflows/ci-windows.yaml
75-
with:
76-
distribution: ${{ matrix.distribution }}
77-
secrets:
78-
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
79-
nr_account_id: ${{ vars.OTELCOMM_NR_TEST_ACCOUNT_ID }}
80-
nr_api_key: ${{ secrets.OTELCOMM_NR_API_KEY }}
81-
nr_ingest_key: ${{ secrets.OTELCOMM_NR_INGEST_KEY }}
64+
nr_api_key: ${{ secrets.OTELCOMM_NR_API_KEY }}

0 commit comments

Comments
 (0)