Skip to content

Commit

Permalink
Reorder agent files following new directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTurina committed Jul 8, 2024
1 parent 0daa0b6 commit 3e4fd4a
Show file tree
Hide file tree
Showing 1,824 changed files with 11,982 additions and 19,969 deletions.
77 changes: 0 additions & 77 deletions .github/ISSUE_TEMPLATE/python-unit-tests.md

This file was deleted.

File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions .github/actions/test-install-components/install_component.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/.python-version-it

This file was deleted.

File renamed without changes.
90 changes: 0 additions & 90 deletions .github/workflows/integration-tests-syscollector-tier-0-1-lin.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/integration-tests-syscollector-tier-0-1-win.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
description: 'Base qa-integration-framework branch'
required: true
default: 'main'
pull_request:
paths:
- ".github/workflows/integration-tests-aws-tier-0-1.yml"
- "wodles/aws/**"

jobs:
build:
Expand All @@ -32,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: ".github/workflows/.python-version-it"
python-version-file: ".github/workflows/.python_version"
architecture: x64
# Download and install integration tests framework.
- name: Download and install integration tests framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
description: 'Base branch'
required: true
default: 'main'
pull_request:
paths:
- ".github/workflows/integration-tests-execd-tier-0-1-lin.yml"
- "src/config/active-response.c"
- "src/config/active-response.h"
- "src/execd/**"
- "src/Makefile"
- "tests/integration/conftest.py"
- "tests/integration/test_execd/**"

jobs:
build:
Expand All @@ -29,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: ".github/workflows/.python-version-it"
python-version-file: ".github/workflows/.python_version"
architecture: x64
# Build wazuh agent for linux.
- name: Build wazuh agent for linux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ on:
description: 'Base branch'
required: true
default: 'main'
pull_request:
paths:
- ".github/workflows/integration-tests-execd-tier-0-1-win.yml"
- "src/config/active-response.c"
- "src/config/active-response.h"
- "src/execd/**"
- "src/win32/**"
- "src/Makefile"
- "tests/integration/conftest.py"
- "tests/integration/test_execd/**"

jobs:
# Build the winagent on linux.
Expand Down Expand Up @@ -59,7 +49,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: ".github/workflows/.python-version-it"
python-version-file: ".github/workflows/.python_version"
architecture: x64
- name: Add WiX toolkit to PATH
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
description: 'Base branch'
required: true
default: 'main'
pull_request:
paths:
- ".github/workflows/integration-tests-fim-tier-0-1-lin.yml"
- "src/config/syscheck-config.c"
- "src/config/syscheck-config.h"
- "src/syscheckd/**"
- "src/Makefile"
- "tests/integration/conftest.py"
- "tests/integration/test_fim/**"

jobs:
build:
Expand All @@ -29,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: ".github/workflows/.python-version-it"
python-version-file: ".github/workflows/.python_version"
architecture: x64
# Build wazuh agent for linux.
- name: Build wazuh agent for linux
Expand Down
Loading

0 comments on commit 3e4fd4a

Please sign in to comment.