Skip to content

Commit

Permalink
Merge pull request #264 from nathan-weinberg/aws-metadata
Browse files Browse the repository at this point in the history
ci: add AWS tag to show github PR number for all jobs
  • Loading branch information
nathan-weinberg authored Sep 3, 2024
2 parents e0e67a0 + 642f1ab commit 47cabbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nvidia-a10g-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
aws-resource-tags: >
[
{"Key": "Name", "Value": "instructlab-ci-github-large-runner"},
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"}
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
{"Key": "GitHubPR", "Value": "${{ github.event.number }}"}
]
e2e:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
aws-resource-tags: >
[
{"Key": "Name", "Value": "instructlab-ci-github-small-runner"},
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"}
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
{"Key": "GitHubPR", "Value": "${{ github.event.number }}"}
]
e2e:
Expand Down

0 comments on commit 47cabbb

Please sign in to comment.