Skip to content

Commit

Permalink
DEVPROD-5268 Add disclaimer for file locations when spawning hosts (#483
Browse files Browse the repository at this point in the history
)
  • Loading branch information
khelif96 authored Nov 6, 2024
1 parent 157582e commit 91bdfe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3507,6 +3507,7 @@ export type WaterfallPagination = {
export type WaterfallTask = {
__typename?: "WaterfallTask";
displayName: Scalars["String"]["output"];
displayStatus: Scalars["String"]["output"];
execution: Scalars["Int"]["output"];
id: Scalars["String"]["output"];
status: Scalars["String"]["output"];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { css } from "@emotion/react";
import { InlineCode } from "@leafygreen-ui/typography";
import { GetFormSchema } from "components/SpruceForm/types";
import widgets from "components/SpruceForm/Widgets";
import { LeafyGreenTextArea } from "components/SpruceForm/Widgets/LeafyGreenWidgets";
Expand Down Expand Up @@ -380,7 +381,8 @@ export const getFormSchema = ({
<>
Load data for <b>{taskDisplayName}</b> on <b>{buildVariant}</b>{" "}
{/* @ts-expect-error: FIXME. This comment was added by an automated script. */}
@ <b>{shortenGithash(revision)}</b> onto host at startup
@ <b>{shortenGithash(revision)}</b> onto host at startup (These
files will typically be in <InlineCode>/data/mci</InlineCode>)
</>
),
"ui:elementWrapperCSS": dropMarginBottomCSS,
Expand Down

0 comments on commit 91bdfe7

Please sign in to comment.