Skip to content

Commit 73ad2eb

Browse files
committed
Remove conditional from custom_vars Windows test
1 parent 38f6e57 commit 73ad2eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

deployments/ansible/molecule/custom_vars/windows-verify.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,3 @@
106106
assert:
107107
that:
108108
- collector_imagepath.value.endswith(splunk_otel_collector_command_line_args)
109-
when:
110-
- splunk_otel_collector_command_line_args is defined
111-
- splunk_otel_collector_command_line_args != ''

internal/signalfx-agent/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ vetall:
3737
lint:
3838
@echo 'Linting LINUX code'
3939
CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 10m -j$(NUM_CORES)
40-
@echo 'Linting WINDOWS code'
41-
GOOS=windows CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 15m -j$(NUM_CORES)
40+
# @echo 'Linting WINDOWS code'
41+
# GOOS=windows CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 15m -j$(NUM_CORES)
4242

4343
.PHONY: fmt
4444
fmt:

0 commit comments

Comments
 (0)