Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NH-28860 liboboe 12 and manylinux_2_28 #107

Merged
merged 34 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
720f47d
Change to manylinux2; drop centos7 support/testing
tammy-baylis-swi Dec 7, 2022
8497709
Re-add Alpine 3.12 install tests
tammy-baylis-swi Jan 31, 2023
35f5704
liboboe 12.0.0
tammy-baylis-swi Feb 1, 2023
be96d21
Testrelease 0.6.0.4
tammy-baylis-swi Feb 1, 2023
cb81abf
Update make clean
tammy-baylis-swi Feb 1, 2023
9df58c7
Fix install test
tammy-baylis-swi Feb 1, 2023
71a9434
Fix Alpine 3.12 py10 image
tammy-baylis-swi Feb 1, 2023
805f381
Testrelease 0.6.0.5
tammy-baylis-swi Feb 1, 2023
8890cdf
Rm debian9, amzn2018.03 install tests
tammy-baylis-swi Feb 1, 2023
5a93ebd
Fix other alpine3.12 py310 image
tammy-baylis-swi Feb 1, 2023
1be881f
Rm alpine3.12 rc py310 tests (unstable)
tammy-baylis-swi Feb 1, 2023
c858edd
Add wheel install exception for amznlinux2
tammy-baylis-swi Feb 1, 2023
03bc076
WIP test install test changes
tammy-baylis-swi Feb 2, 2023
12bfafd
testrelease 0.6.0.6
tammy-baylis-swi Feb 2, 2023
64f79a2
Fix ubuntu python3 deps
tammy-baylis-swi Feb 2, 2023
d679f65
Testrelease 0.6.0.7
tammy-baylis-swi Feb 2, 2023
6691658
Ubuntu py37/8/9 vs py310/311
tammy-baylis-swi Feb 2, 2023
901b49f
Testrelease 0.6.0.8
tammy-baylis-swi Feb 2, 2023
e96c5c5
Fix update-alternatives
tammy-baylis-swi Feb 2, 2023
ea76d87
Testrelease 0.6.0.9
tammy-baylis-swi Feb 2, 2023
c6adc70
Tidy up
tammy-baylis-swi Feb 2, 2023
d7745c3
Testrelease 0.6.0.10
tammy-baylis-swi Feb 2, 2023
897345c
Test: liboboe 12.0.99 staging
tammy-baylis-swi Feb 2, 2023
4ae8f7b
Testrelease 0.6.0.11
tammy-baylis-swi Feb 2, 2023
5fd3a4b
Revert "Test: liboboe 12.0.99 staging"
tammy-baylis-swi Feb 2, 2023
16caad3
Add Alpine 3.17 install tests
tammy-baylis-swi Feb 2, 2023
fdc9fc3
Revert "Revert "Test: liboboe 12.0.99 staging""
tammy-baylis-swi Feb 2, 2023
7746b27
Testrelease 0.6.0.12
tammy-baylis-swi Feb 2, 2023
1793c86
Revert "Revert "Revert "Test: liboboe 12.0.99 staging"""
tammy-baylis-swi Feb 2, 2023
8073c5b
Add RHEL8/UBI8 install tests
tammy-baylis-swi Feb 3, 2023
a5b55ca
Testrelease 0.6.0.13
tammy-baylis-swi Feb 3, 2023
23512a3
Update changelog
tammy-baylis-swi Feb 3, 2023
4ecbdd4
Lint
tammy-baylis-swi Feb 3, 2023
edbea14
Update checkout v3
tammy-baylis-swi Feb 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/package_solarwinds_apm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Package solarwinds_apm

runs:
using: 'docker'
image: quay.io/pypa/manylinux2014_x86_64:latest
image: quay.io/pypa/manylinux_2_28_x86_64:latest
entrypoint: 'make'
args:
- 'package'
4 changes: 2 additions & 2 deletions .github/workflows/build_publish_packagecloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
build_publish:
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64:latest
image: quay.io/pypa/manylinux_2_28_x86_64:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Ruby
run: |
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_publish_pypi_and_draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Check if version valid
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check version
run: cd .github/scripts && ./is_publishable.sh ${{ github.event.inputs.version }}

Expand All @@ -30,7 +30,7 @@ jobs:
needs: is_publishable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.github/actions/package_solarwinds_apm
- name: Install Twine
run: pip install --upgrade --no-cache-dir --prefer-binary twine
Expand All @@ -48,7 +48,7 @@ jobs:
needs: build_publish_and_release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Initialize git
run: |
git config user.name "GitHub Actions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.github/actions/package_solarwinds_apm
- name: Install Twine
run: pip install --upgrade --no-cache-dir --prefer-binary twine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
create_release_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Initialize git
run: |
git config user.name "GitHub Actions"
Expand Down
Loading