Revert "[FR] Independently package kql / kibana and bump to py3.12 (#3492)"

This reverts commit fc139fc3c2.
This commit is contained in:
Mika Ayenson
2024-03-14 19:48:50 -05:00
parent fc139fc3c2
commit 3d2a36be32
31 changed files with 48 additions and 144 deletions
-1
View File
@@ -94,7 +94,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install lib/kql lib/kibana
- name: Prune non-${{matrix.target_branch}} rules
env:
+2 -3
View File
@@ -16,17 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- id: get-branch-list
run: |
+2 -2
View File
@@ -26,10 +26,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.8
- name: Install dependencies
run: |
-1
View File
@@ -50,7 +50,6 @@ jobs:
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- name: Prune non-"${{github.event.inputs.target_branch}}" rules
env:
+2 -3
View File
@@ -14,17 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- name: Python Lint
run: |
+2 -3
View File
@@ -37,10 +37,10 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.inputs.target_branch }}
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.8
- name: Install Python dependencies
run: |
@@ -48,7 +48,6 @@ jobs:
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- name: Build Integration Docs
env:
+2 -3
View File
@@ -73,10 +73,10 @@ jobs:
path: integrations
fetch-depth: 0
- name: Set up Python 3.12
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.8
- name: Install Python dependencies
run: |
@@ -84,7 +84,6 @@ jobs:
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
pip install lib/kql lib/kibana
- name: Bump prebuilt rules package version
env: