Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to prepare for internal mirror #1

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

heyealex
Copy link
Contributor

Moved templates from their own directory to within reswriter as is
required by internal embed tooling and removed a test that is not
properly self-contained.

Moved templates from their own directory to within reswriter as is
required by internal embed tooling and removed a test that is not
properly self-contained.
@heyealex heyealex requested a review from cboneti October 12, 2021 21:52
@heyealex heyealex merged commit 4844d97 into GoogleCloudPlatform:develop Oct 13, 2021
@heyealex heyealex deleted the prep-for-mirror branch October 13, 2021 17:07
heyealex pushed a commit that referenced this pull request Apr 27, 2022
Rebase from upstream/develop
tpdownes pushed a commit that referenced this pull request May 6, 2022
- hpc-cluster-intel: Create an Intel cluster with 10 c2-standard-60 nodes using a custom OS image that has Intel oneAPI packages.
- custom-image-intel-oneapi: Custom OS image blueprint for Intel oneAPI packages.
- slurm-clck-job: Slurm job file requests 4 nodes for 1 hour and executes clck benchmark dgemm.
heyealex pushed a commit that referenced this pull request Nov 12, 2022
Add initial Grafana support
cboneti pushed a commit that referenced this pull request Apr 18, 2023
Fixing minor linting issues.
mr0re1 added a commit that referenced this pull request Oct 26, 2023
* Augment expression parsing error with position;
* Remove `YAML parsing error: ` prefix.

```yaml
vars:
  project_id: $(6 + 4) # Case #1
  hello: ((world+))    # Case #2
```

```sh
YAML parsing error: only traversal expressions are supported, got "6 + 4"
YAML parsing error: :0,6-6: Missing expression; Expected the start of an expression, but found the end of the file.

Case #1
Error: only traversal expressions are supported, got "6 + 4"
2:   project_id: $(6 + 4)
Case #2
Error: :0,6-6: Missing expression; Expected the start of an expression, but found the end of the file.
2:   hello: ((world+))
```
max-nag referenced this pull request in max-nag/hpc-toolkit Oct 27, 2023
)

* Augment expression parsing error with position;
* Remove `YAML parsing error: ` prefix.

```yaml
vars:
  project_id: $(6 + 4) # Case #1
  hello: ((world+))    # Case GoogleCloudPlatform#2
```

```sh
YAML parsing error: only traversal expressions are supported, got "6 + 4"
YAML parsing error: :0,6-6: Missing expression; Expected the start of an expression, but found the end of the file.

Case #1
Error: only traversal expressions are supported, got "6 + 4"
2:   project_id: $(6 + 4)
Case GoogleCloudPlatform#2
Error: :0,6-6: Missing expression; Expected the start of an expression, but found the end of the file.
2:   hello: ((world+))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants