Skip to content

Commit 2e22a91

Browse files
committed
Merge branch 'main' into thiagohora/NA_use_push_metrics_on_python_metrics
2 parents 852d649 + 115321a commit 2e22a91

File tree

61 files changed

+178
-16
lines changed

Some content is hidden

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

61 files changed

+178
-16
lines changed

.github/workflows/backend_formatting_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
run-backend-formatting-check:
1818
runs-on: ubuntu-latest
19+
timeout-minutes: 5
1920
defaults:
2021
run:
2122
working-directory: apps/opik-backend/

.github/workflows/backend_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
run-backend-tests:
1818
runs-on: ubuntu-latest
19+
timeout-minutes: 30
1920
defaults:
2021
run:
2122
working-directory: apps/opik-backend/

.github/workflows/build_and_publish_sdk.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ on:
2626
default: false
2727

2828
push:
29-
branches:
29+
branches:
3030
- 'main'
31-
paths:
31+
paths:
3232
- "sdks/python/**"
33-
33+
3434
jobs:
3535
build-and-publish:
3636
runs-on: ubuntu-latest
37+
timeout-minutes: 5
3738
steps:
3839
- name: Setup
3940
id: setup
@@ -60,7 +61,7 @@ jobs:
6061
pip3 install -U pip build
6162
if [[ "${{inputs.version}}" != "" ]]; then export VERSION=${{inputs.version}};fi
6263
python3 -m build --sdist --wheel --outdir dist/ .
63-
64+
6465
- name: Publish package distributions to PyPI
6566
if: inputs.is_release
6667
uses: pypa/[email protected]

.github/workflows/build_and_push_docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
build-n-push-image:
4444
runs-on: ubuntu-latest
45+
timeout-minutes: 60
4546
steps:
4647
- name: Checkout
4748
uses: actions/[email protected]

.github/workflows/build_apps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
set-version:
4040
runs-on: ubuntu-latest
41+
timeout-minutes: 5
4142
outputs:
4243
version: ${{ steps.version.outputs.version }}
4344
build_from: ${{ steps.version.outputs.build_from }}

.github/workflows/deploy_python_sdk_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
upload:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 15
1718
environment: ${{ inputs.environment }}
1819
steps:
1920
- name: checkout

.github/workflows/documentation_cookbook_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
test-notebooks:
1717
runs-on: ${{ matrix.os }}
18+
timeout-minutes: 15
1819
strategy:
1920
fail-fast: false
2021
matrix:

.github/workflows/documentation_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
run:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 5
1415
steps:
1516
- uses: actions/checkout@v4
1617
with:

.github/workflows/documentation_image_optimizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
== false
2020
name: calibreapp/image-actions
2121
runs-on: ubuntu-latest
22+
timeout-minutes: 15
2223
steps:
2324
- name: Checkout Repo
2425
uses: actions/[email protected]

.github/workflows/documentation_preview_link.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
run:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 15
1112
permissions: write-all
1213
steps:
1314
- name: Checkout repository

0 commit comments

Comments
 (0)