Skip to content

Commit af501c3

Browse files
committed
Merge branch 'master' into dependabot/pip/requests-2.32.4
2 parents e9a9189 + 5bfa090 commit af501c3

File tree

60 files changed

+1000
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1000
-303
lines changed

.github/actions/setup-minikube-cluster/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Create minikube Kubernetes ${{ inputs.k8s_version }} Cluster
3131
id: create-minikube-cluster
3232
if: ${{ inputs.k8s_version != '' && inputs.k8s_version != 'v1.24.0' }}
33-
uses: manusa/actions-setup-minikube@3856c6fa039819f1c8e7e248b1fc5a8564e354c9 # v2.9.0
33+
uses: manusa/actions-setup-minikube@v2.14.0
3434
with:
3535
minikube version: '${{ inputs.minikube_version }}'
3636
kubernetes version: '${{ inputs.k8s_version }}'

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
memory-usage:
3131
name: Memory Usage - Syslog Monitor - Python ${{ matrix.python-version }}
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333

3434
needs: pre_job
3535
# NOTE: We always want to run job on master branch

.github/workflows/build-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
needs:
9696
- pre_job
9797
- build_container_images
98-
runs-on: ubuntu-20.04
98+
runs-on: ubuntu-22.04
9999
steps:
100100
- name: Checkout repository
101101
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

.github/workflows/build-linux-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
needs:
7171
- pre_job
7272
- build_linux_packages
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474
steps:
7575
- name: Checkout repository
7676
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
build_tarball:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121

2222
steps:
2323
- name: Checkout repository

.github/workflows/check_changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
check-changelog:
1010
name: Check Changelog
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
defaults:
1414
run:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
github_token: ${{ github.token }}
3131

3232
tox-lint:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
needs: pre_job
3535
# NOTE: We always want to run job on master branch
3636
if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref_name == 'master' }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-python@v4
4949
id: setup-python
5050
with:
51-
python-version: 3.6.15
51+
python-version: 3.8.18
5252

5353
- name: Install tox
5454
env:

.github/workflows/retry-workflow-build-container-images.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ on:
1616

1717
jobs:
1818
retry_workflow:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020

2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2424

25-
- name: Retry workflow
26-
env:
27-
GH_TOKEN: ${{ github.token }}
28-
run: |
29-
echo "Giving the workflow a 5 minute head start"
30-
sleep 300
31-
echo "Retrying workflow"
32-
scripts/cicd/gha/retry_workflow.sh "Build Container Images"
25+
# TODO Why is this needed?
26+
#- name: Retry workflow
27+
# env:
28+
# GH_TOKEN: ${{ github.token }}
29+
# run: |
30+
# echo "Giving the workflow a 5 minute head start"
31+
# sleep 300
32+
# echo "Retrying workflow"
33+
# scripts/cicd/gha/retry_workflow.sh "Build Container Images"
3334

3435
- name: Notify Slack on Failure
3536
if: ${{ failure() && github.ref_name == 'master' }}
@@ -39,4 +40,4 @@ jobs:
3940
with:
4041
status: ${{ job.status }}
4142
steps: ${{ toJson(steps) }}
42-
channel: '#eng-dataset-cloud-tech'
43+
channel: '#eng-dataset-cloud-tech'

.github/workflows/retry-workflow-build-linux-packages.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ on:
1616

1717
jobs:
1818
retry_workflow:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020

2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2424

25-
- name: Retry workflow
26-
env:
27-
GH_TOKEN: ${{ github.token }}
28-
run: |
29-
echo "Giving the workflow a 5 minute head start"
30-
sleep 300
31-
echo "Retrying workflow"
32-
scripts/cicd/gha/retry_workflow.sh "Build Linux Packages"
25+
# TODO Why is this needed?
26+
#- name: Retry workflow
27+
# env:
28+
# GH_TOKEN: ${{ github.token }}
29+
# run: |
30+
# echo "Giving the workflow a 5 minute head start"
31+
# sleep 300
32+
# echo "Retrying workflow"
33+
# scripts/cicd/gha/retry_workflow.sh "Build Linux Packages"
3334

3435
- name: Notify Slack on Failure
3536
if: ${{ failure() && github.ref_name == 'master' }}

0 commit comments

Comments
 (0)