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

[DRAFT/test] expose check confirm #21553

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 10 additions & 4 deletions .github/workflows/cache_comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- env:
BASE_REF: ${{ github.event.inputs.base_ref }}
BUILD_COMMIT: ${{ github.event.inputs.build_commit }}
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ jobs:
with:
fetch-depth: 10
ref: ${{ needs.release_info.outputs.build-ref }}
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
with:
Expand Down Expand Up @@ -359,12 +357,18 @@ jobs:
fetch-depth: '0'
fetch-tags: true
ref: ${{ needs.release_info.outputs.build-ref }}
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
with:
Expand Down
192 changes: 140 additions & 52 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,18 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
with:
Expand Down Expand Up @@ -221,10 +229,18 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
with:
Expand Down Expand Up @@ -508,8 +524,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
- name: Install Protoc
uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
with:
Expand Down Expand Up @@ -655,10 +669,18 @@ jobs:
\ --max_size 30\necho \"PANTS_REMOTE_STORE_ADDRESS=grpc://localhost:9092\" >> \"$GITHUB_ENV\"\necho\
\ \"PANTS_REMOTE_CACHE_READ=true\" >> \"$GITHUB_ENV\"\necho \"PANTS_REMOTE_CACHE_WRITE=${CACHE_WRITE}\" >> \"$GITHUB_ENV\"\
\n"
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -835,12 +857,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -927,12 +955,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1019,12 +1053,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1111,12 +1151,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1203,12 +1249,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1295,12 +1347,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1387,12 +1445,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1479,12 +1543,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1571,12 +1641,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1663,12 +1739,18 @@ jobs:
echo "${HOME}/.thrift" >> $GITHUB_PATH

'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1722,12 +1804,18 @@ jobs:
with:
distribution: adopt
java-version: '11'
- name: Set up Python 3.9
- name: Set up Python 3.9, 3.10, 3.12, 3.13, 3.11
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Expose Pythons
uses: pantsbuild/actions/expose-pythons@v9
python-version: '3.9

3.10

3.12

3.13

3.11'
- name: Download native binaries
uses: actions/download-artifact@v4
with:
Expand Down
Loading
Loading