Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7b2fa06
Bump Katib Python SDK to 0.16.0rc1 version (#2217)
andreyvelich Aug 16, 2023
824250a
Add Changelog for Katib v0.16.0-rc.0 (#2204)
andreyvelich Aug 16, 2023
fc9cfdf
Add Changelog for Katib v0.16.0-rc.1 (#2218)
andreyvelich Aug 17, 2023
aab1427
Use the controller-runtime logger in the cert-generator (#2219)
tenzen-y Aug 18, 2023
ae30912
Add Stale GitHub Action (#2220)
andreyvelich Aug 21, 2023
39d752f
Run Stale Action Every 5th Hour (#2221)
andreyvelich Aug 23, 2023
78a7eaf
Update Ubuntu to 22.04 for E2E Tests (#2222)
andreyvelich Aug 24, 2023
91b15d6
Add Katib ROADMAP 2022/2023 (#2153)
andreyvelich Aug 24, 2023
b862fa6
[SDK] Raise more human-readable name conflict exception (#2199)
droctothorpe Sep 7, 2023
cc6981e
Update run_trial.py
sifa1024 Dec 15, 2023
1ff9452
Update architect.py
sifa1024 Dec 15, 2023
68c3bc6
[SDK] Add 'algorithm_settings' in client tune (#2227)
shipengcheng1230 Oct 5, 2023
d67e2cc
Bump @babel/traverse from 7.15.4 to 7.23.2 in /pkg/ui/v1beta1/fronten…
dependabot[bot] Oct 17, 2023
efa7d08
Bump debug from 4.2.0 to 4.3.4 in /pkg/ui/v1beta1/frontend (#2230)
dependabot[bot] Oct 17, 2023
36cb8b3
Fix Optuna Validation for CMA-ES (#2240)
andreyvelich Nov 2, 2023
1fb11ee
Bump Katib Python SDK to 0.16.0 version (#2238)
andreyvelich Nov 3, 2023
f48b122
Add Changelog for Katib v0.16.0 (#2239)
andreyvelich Nov 3, 2023
16a4e2c
[SDK] Add `env` & `env_from` in client tune (#2235)
shipengcheng1230 Nov 17, 2023
a6eb059
Remove legacy BO code (#2246)
andreyvelich Dec 6, 2023
312ddf2
Install typing-extensions v4.6.3 for Optuna (#2251)
tenzen-y Jan 4, 2024
7122803
Add Technical and style guide to the contribution guide (#2250)
tenzen-y Jan 4, 2024
9c34fbb
DB: Add environment variable option to skip DB table creationˆ (#2245)
lkaybob Jan 4, 2024
1d902a2
Bump follow-redirects from 1.14.8 to 1.15.4 in /pkg/ui/v1beta1/fronte…
dependabot[bot] Jan 9, 2024
12820cc
Bump axios and wait-on in /pkg/ui/v1beta1/frontend (#2254)
dependabot[bot] Jan 9, 2024
4230574
typo fix stale.yaml (#2257)
tarilabs Feb 5, 2024
1ff2aff
Remove MXNet examples (#2267)
tenzen-y Mar 4, 2024
7f1f260
Update architect.py
sifa1024 Mar 4, 2024
c5871d3
Update run_trial.py
sifa1024 Mar 4, 2024
2ef65ed
Update architect.py
sifa1024 Mar 4, 2024
1894bed
Update architect.py
sifa1024 Mar 4, 2024
1ade6cd
Update run_trial.py
sifa1024 Dec 15, 2023
7dc5789
Update run_trial.py
sifa1024 Mar 4, 2024
7b519b9
Update architect.py
sifa1024 Mar 5, 2024
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
20 changes: 0 additions & 20 deletions .github/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
build-and-publish:
name: Publish Image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-darts-cifar10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-enas-cifar10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/e2e-test-mxnet-mnist.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/e2e-test-pytorch-mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand All @@ -37,5 +37,9 @@ jobs:
kubernetes-version: ["v1.25.12", "v1.26.6", "v1.27.3"]
# Comma Delimited
experiments:
# suggestion-hyperopt
- "long-running-resume,from-volume-resume,median-stop"
# others
- "grid,bayesian-optimization,tpe,multivariate-tpe,cma-es,hyperband"
- "file-metrics-collector,pytorchjob-mnist"
- "median-stop-with-json-format,file-metrics-collector-with-json-format"
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-simple-pbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-tf-mnist-with-summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-ui-random-search-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
with:
experiments: random
# Comma Delimited
trial-images: mxnet-mnist
trial-images: pytorch-mnist-cpu
katib-ui: true
database-type: postgres

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-trial-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
fail-fast: false
matrix:
include:
- trial-name: mxnet-mnist
platforms: linux/amd64,linux/arm64
dockerfile: examples/v1beta1/trial-images/mxnet-mnist/Dockerfile
- trial-name: pytorch-mnist-cpu
platforms: linux/amd64,linux/arm64
dockerfile: examples/v1beta1/trial-images/pytorch-mnist/Dockerfile.cpu
Expand Down
42 changes: 42 additions & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 */5 * * *"

jobs:
stale:
runs-on: ubuntu-22.04
permissions:
issues: write
pull-requests: write

steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-close: 20
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
close-issue-message: >
This issue has been automatically closed because it has not had recent
activity. Please comment "/reopen" to reopen it.
stale-issue-label: lifecycle/stale
exempt-issue-labels: lifecycle/frozen
stale-pr-message: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
close-pr-message: >
This pull request has been automatically closed because it has not had recent
activity. Please comment "/reopen" to reopen it.
stale-pr-label: lifecycle/stale
exempt-pr-labels: lifecycle/frozen
4 changes: 2 additions & 2 deletions .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
generatetests:
name: Generate And Format Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GOPATH: ${{ github.workspace }}/go
defaults:
Expand All @@ -34,7 +34,7 @@ jobs:

unittests:
name: Unit Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GOPATH: ${{ github.workspace }}/go
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
test:
name: Code format and lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand All @@ -35,7 +35,7 @@ jobs:

frontend-unit-tests:
name: Frontend Unit Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Check out code
Expand Down
Loading