Skip to content

Commit

Permalink
removing matrices.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 27, 2024
1 parent ac1559e commit 7b7f9b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- id: plugins
run: |
content=$(cat packages/datadog-instrumentations/src/helpers/matrices.json | tr '\n' ' ')
content=$(node scripts/outdated.js fix)
echo "matrices=$content" >> $GITHUB_OUTPUT
echo $content
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: ./.github/actions/testagent/logs
- uses: codecov/codecov-action@v3

amqp10: # TODO: move rhea to its own job
amqp10:
needs:
- versions
strategy:
Expand Down
5 changes: 3 additions & 2 deletions scripts/create_matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ function generateMatrix (name) {
matricesJson.matrices[name] = matrix
}
}
fs.writeFileSync(matricesPath, JSON.stringify(matricesJson, null, 2))
return matricesJson.matrices
}
generateMatrix('couchbase')
module.exports = {
generateMatrix
}

// content=$(cat packages/datadog-instrumentations/src/helpers/matrices.json | tr '\n' ' ')

0 comments on commit 7b7f9b2

Please sign in to comment.