Skip to content

Commit 68997c2

Browse files
committed
Update to monorepo commit c33aecf43d781093a04d8f66e53167a7411fe267
1 parent b1a672b commit 68997c2

File tree

445 files changed

+14755
-9387
lines changed

Some content is hidden

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

445 files changed

+14755
-9387
lines changed

BUILD_AND_TEST.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ bazel run @osmo_workspace//src/operator:backend_listener_push_x86_64
151151
bazel run @osmo_workspace//src/operator:backend_worker_push_x86_64 # Image name: backend-worker
152152
# OSMO UI
153153
bazel run @osmo_workspace//ui:web_ui_push_x86_64 # Image name: web-ui
154-
# OSMO Docs
155-
bazel run @osmo_workspace//docs/service:doc_service_push_x86_64 # Image name: docs
156154
# OSMO Runtime
157155
bazel run @osmo_workspace//src/runtime:init_push_x86_64 # Image name: init-container
158156
# OSMO Client
@@ -174,8 +172,6 @@ bazel run @osmo_workspace//src/operator:backend_listener_push_arm64
174172
bazel run @osmo_workspace//src/operator:backend_worker_push_arm64 # Image name: backend-worker
175173
# OSMO UI
176174
bazel run @osmo_workspace//ui:web_ui_push_arm64 # Image name: web-ui
177-
# OSMO Docs
178-
bazel run @osmo_workspace//docs/service:doc_service_push_arm64 # Image name: docs
179175
# OSMO Runtime
180176
bazel run @osmo_workspace//src/runtime:init_push_arm64 # Image name: init-container
181177
# OSMO Client
@@ -322,7 +318,7 @@ bazel run @osmo_workspace//src/cli -- login http://ingress-nginx-controller.ingr
322318
Test your setup with:
323319

324320
```sh
325-
bazel run @osmo_workspace//src/cli -- workflow submit ~/path/to/osmo/workflow_examples/basics/hello_world/hello_world.yaml
321+
bazel run @osmo_workspace//src/cli -- workflow submit ~/path/to/osmo/workflows/basics/hello_world/hello_world.yaml
326322
```
327323

328324
The workflow should successfully submit and run to a "completed" state.

DEV.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Install the [required tools](./README.md#prerequisites) for developing OSMO.
2828
Set the following environment variables:
2929

3030
```sh
31-
export CONTAINER_REGISTRY_PASSWORD="<NGC API key>"
3231
export HOST_IP=$(ifconfig | grep "inet " | grep -Fv 127.0.0.1 | grep 10. | awk '{print $2}' | head -1)
3332
```
3433

@@ -65,7 +64,7 @@ This command:
6564
### Update Configuration
6665

6766
```sh
68-
bazel run @osmo_workspace//run:update_configs -- --container-registry-password="$CONTAINER_REGISTRY_PASSWORD" --mode bazel
67+
bazel run @osmo_workspace//run:update_configs -- --mode bazel
6968
```
7069

7170
This command:
@@ -89,7 +88,7 @@ bazel run @osmo_workspace//src/cli -- login http://$HOST_IP:8000 --method=dev --
8988
Test your setup with:
9089

9190
```sh
92-
bazel run @osmo_workspace//src/cli -- workflow submit ~/path/to/osmo/workflow_examples/basics/hello_world/hello_world.yaml
91+
bazel run @osmo_workspace//src/cli -- workflow submit ~/path/to/osmo/workflows/basics/hello_world/hello_world.yaml
9392
```
9493

9594
The workflow should successfully submit and run to a "completed" state.

MODULE.bazel

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -147,21 +147,6 @@ pip.parse(
147147
)
148148
use_repo(pip, "osmo_tests_python_deps")
149149

150-
# Docs Python Dependencies
151-
pip.parse(
152-
experimental_index_url = "https://pypi.org/simple/",
153-
extra_pip_args = [
154-
"--retries",
155-
"10",
156-
"--timeout",
157-
"30",
158-
],
159-
hub_name = "osmo_docs_deps",
160-
python_version = "3.10.18",
161-
requirements_lock = "//docs:locked_requirements.txt",
162-
)
163-
use_repo(pip, "osmo_docs_deps")
164-
165150
################
166151
# MyPy #
167152
################
@@ -279,8 +264,8 @@ apt.install(
279264

280265
oci.pull(
281266
name = "distroless_python3_10",
282-
digest = "sha256:cb33a05ca0f5d95c93cdee237f16b4f1227c1f9781e6a78bae5459c5efa779ea",
283-
image = BASE_DISTROLESS_IMAGE_URL + "python:3.10-v3.4.16",
267+
digest = "sha256:b2d83caab9ff9876536b886b627743f99470469ce4fccd4348a9907a51d1c734",
268+
image = BASE_DISTROLESS_IMAGE_URL + "python:3.10-v3.5.1",
284269
platforms = [
285270
"linux/arm64/v8",
286271
"linux/amd64",
@@ -290,12 +275,12 @@ oci.pull(
290275
# Used for local debugging
291276
# oci.pull(
292277
# name = "distroless_python3_10_dev",
293-
# image = BASE_DISTROLESS_IMAGE_URL + "python:3.10-v3.4.16-dev",
278+
# image = BASE_DISTROLESS_IMAGE_URL + "python:3.10-v3.5.1-dev",
294279
# platforms = [
295280
# "linux/amd64",
296281
# "linux/arm64/v8"
297282
# ],
298-
# digest = "sha256:223a7180bb96a16b98f555ccb158cb0ced234e8d0ce2afde1075816c6fd2a761",
283+
# digest = "sha256:8fdee6a0f8e887f8337ccfe14daabc316ca9e9048ad5e6a84e9f965089db35bc",
299284
# )
300285

301286
oci.pull(
@@ -309,8 +294,8 @@ oci.pull(
309294
)
310295
oci.pull(
311296
name = "node_22_distroless",
312-
digest = "sha256:53be04b7e9c3fae6af567e006efd1e36ccc37eacf5c4e879ae2823d4f1fd8c97",
313-
image = BASE_DISTROLESS_IMAGE_URL + "node:22-v3.0.18",
297+
digest = "sha256:8e61b86b48345cf29192bbbd1d152c6e3dfee007e82709146781e46c7cc3eb9a",
298+
image = BASE_DISTROLESS_IMAGE_URL + "node:22-v3.1.1",
314299
platforms = [
315300
"linux/amd64",
316301
"linux/arm64/v8",

0 commit comments

Comments
 (0)