Skip to content

Commit

Permalink
[tmpls] add service intro template building (#389)
Browse files Browse the repository at this point in the history
also adds owner annotation.
  • Loading branch information
aslonnie authored Oct 29, 2024
1 parent 1729ddf commit ecd3341
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# job-intro template is to be removed and replaced by
# https://github.com/anyscale/first-job
# owner: matthew owen
- name: job-intro
emoji: 🔰
title: Intro to Jobs
Expand All @@ -14,6 +15,7 @@
GCP: configs/basic-single-node/gce.yaml
AWS: configs/basic-single-node/aws.yaml

# owner: huaiwei
- name: workspace-intro
emoji: 🔰
title: Intro to Workspaces
Expand All @@ -24,3 +26,15 @@
compute_config:
GCP: configs/basic-single-node/gce.yaml
AWS: configs/basic-single-node/aws.yaml

# owner: edward
- name: service-intro
emoji: 🔰
title: Intro to Services
description: Introduction on how to use Anyscale Services
dir: templates/intro-services
cluster_env:
build_id: anyscaleray2210-py39
compute_config:
GCP: configs/basic-serverless-config/gce.yaml
AWS: configs/basic-serverless-config/aws.yaml

0 comments on commit ecd3341

Please sign in to comment.