Skip to content

Conversation

@AhmedBM
Copy link
Contributor

@AhmedBM AhmedBM commented Nov 14, 2025

Description

  • Removes old telemetry staging branch from ci
  • Minor telemetry macro change to function
  • Updated all container references to use containers from built from Added Telemetry using 1DS C++ SDK #1191
  • Updated README.md with telemetry pre-requisites

Checklist

  • I have read the contribution guidelines.
  • I added unit-tests to validate my changes. All unit tests are passing.
  • I have merged the latest dev branch prior to this PR submission.
  • I ran pre-commit on my changes prior to this PR submission.
  • I submitted this PR against the dev branch.

@AhmedBM AhmedBM requested review from a team as code owners November 14, 2025 19:50
@github-actions
Copy link

github-actions bot commented Nov 14, 2025

Test Results

    1 files   -  62     61 suites   - 2   1m 27s ⏱️ - 57m 11s
1 000 tests +992  1 000 ✅ +992  0 💤 ± 0  0 ❌ ±0 
1 000 runs  +748  1 000 ✅ +770  0 💤  - 22  0 ❌ ±0 

Results for commit a7f5281. ± Comparison against base commit 206c1a3.

This pull request removes 8 and adds 1000 tests. Note that renamed tests count towards both.
/home/user1/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure all resource instances have status
/home/user1/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure resons are properly populated
/home/user1/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure the total resource instances count
/home/user1/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Set.Perform remediation
/mnt/vss/_work/azure-osconfig/azure-osconfig/src/tests/universal-nrp-e2e/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure all resource instances have status
/mnt/vss/_work/azure-osconfig/azure-osconfig/src/tests/universal-nrp-e2e/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure resons are properly populated
/mnt/vss/_work/azure-osconfig/azure-osconfig/src/tests/universal-nrp-e2e/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Get.Ensure the total resource instances count
/mnt/vss/_work/azure-osconfig/azure-osconfig/src/tests/universal-nrp-e2e/UniversalNRP.Tests.ps1 ‑ Validate Universal NRP.Set.Perform remediation
AuditdRulesCheckTest ‑ AuditctlCommandFails
AuditdRulesCheckTest ‑ ExcludeOptionsSkipsMatchingRules
AuditdRulesCheckTest ‑ ImmutableRuleCompliant
AuditdRulesCheckTest ‑ ImmutableRuleMissingIsNonCompliant
AuditdRulesCheckTest ‑ InvalidExcludeOptionsRegexReturnsError
AuditdRulesCheckTest ‑ InvalidOverridePathReturnsNonCompliant
AuditdRulesCheckTest ‑ InvalidRequiredOptionsRegexReturnsError
AuditdRulesCheckTest ‑ MultiSyscallOneMissingInFilesIsNonCompliant
AuditdRulesCheckTest ‑ OverridePathMissingFileRuleIsNonCompliant
AuditdRulesCheckTest ‑ OverridePathWithMatchingFileRuleIsCompliant
…

♻️ This comment has been updated with latest results.

MariusNi
MariusNi previously approved these changes Nov 14, 2025
Copy link
Contributor

@MariusNi MariusNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

wget \
zip

mkdir -p ~/git && cd ~/git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? This is not a dependency - it is an additional build step, why do we need it?

@MariusNi MariusNi dismissed their stale review November 15, 2025 01:50

revoking review

README.md Outdated

# Clone/Build/Install CMake 3.21.7
git clone https://github.com/Kitware/CMake --recursive -b v3.21.7
cd CMake && ./bootstrap && make -j$(nproc) && make install && hash -r && rm -rf /git/CMake
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step fails for me with this error:

[100%] Built target foo
Install the project...
-- Install configuration: "Release"
CMake Error at Source/kwsys/cmake_install.cmake:46 (file):
  file cannot create directory: /usr/local/doc/cmake-3.21/cmsys.  Maybe need
  administrative privileges.
Call Stack (most recent call first):
  cmake_install.cmake:47 (include)


make: *** [Makefile:144: install] Error 1

mkdir -p ~/git && cd ~/git

# Clone/Build/Install CMake 3.21.7
git clone https://github.com/Kitware/CMake --recursive -b v3.21.7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why cannot we install a regular CMake, why have to locally build it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants