Skip to content

Commit 855a38c

Browse files
committed
fixed osg ref issue, remove skip file for touch, packer used, adjusted tests
1 parent 170ab34 commit 855a38c

File tree

81 files changed

+203
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+203
-257
lines changed

e2e/validation.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ func ValidateCommonLinux(ctx context.Context, s *Scenario) {
4444
ValidateLeakedSecrets(ctx, s)
4545
ValidateIPTablesCompatibleWithCiliumEBPF(ctx, s)
4646
ValidateRxBufferDefault(ctx, s)
47-
ValidateKernelLogs(ctx, s)
48-
ValidateScriptlessCSECmd(ctx, s)
49-
ValidateNodeExporter(ctx, s)
47+
ValidateKernelLogs(ctx, s)
48+
ValidateScriptlessCSECmd(ctx, s)
49+
ValidateNodeExporter(ctx, s)
5050

5151
ValidateSysctlConfig(ctx, s, map[string]string{
5252
"net.ipv4.tcp_retries2": "8",

parts/linux/cloud-init/artifacts/node-exporter/baseline/etc/systemd/system/node-exporter-restart.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Description=Restart node-exporter when certificates change
33

44
[Service]
5-
Type=OneShot
5+
Type=oneshot
66
ExecStart=/bin/systemctl restart node-exporter.service

parts/linux/cloud-init/artifacts/node-exporter/skip_vhd_node_exporter

Whitespace-only changes.

pkg/agent/testdata/AKSUbuntu2204+China/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+CDI/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+DevicePlugin/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+MIG+ArtifactStreaming/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+MIG/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+CustomCloud+USNat/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+CustomCloud+USSec/CustomData

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)