Skip to content

Commit

Permalink
Update Fluent Bit hostname to fb.local (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobelli authored Dec 6, 2024
1 parent 1a71cd8 commit f4a5f6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion linux/context/fluent-bit/common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[OUTPUT]
Name http
Match logs
Host logs.local.gha-runners.nvidia.com
Host fb.local.gha-runners.nvidia.com
Port 443
Uri /logs
Format json
Expand Down
5 changes: 0 additions & 5 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ DRIVER_VERSION:
# keep this blank entry. an empty driver version corresponds to CPU machines
- ""
- "535"
- "550"
- "565"

DRIVER_FLAVOR:
Expand All @@ -40,8 +39,6 @@ exclude:
# only make CPU images for windows
- OS: windows
DRIVER_VERSION: "535"
- OS: windows
DRIVER_VERSION: "550"
- OS: windows
DRIVER_VERSION: "565"
# only make AMI images for windows
Expand All @@ -55,7 +52,5 @@ exclude:
# ensure DRIVER_FLAVOR is set if DRIVER_VERSION is set
- DRIVER_VERSION: "535"
DRIVER_FLAVOR: ""
- DRIVER_VERSION: "550"
DRIVER_FLAVOR: ""
- DRIVER_VERSION: "565"
DRIVER_FLAVOR: ""

0 comments on commit f4a5f6b

Please sign in to comment.