Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .yamato/config.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ editors:
disable_tvos_run: true
- version: 6000.0
disable_tvos_run: true
- version: 6000.1
disable_tvos_run: true
- version: trunk
disable_tvos_run: true

Expand Down
4 changes: 4 additions & 0 deletions Tools/CI/README_AFTER_REGENERATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
After you regenerate the yamato jobs you need to make the following edit:

In .yamato\wrench\validation-jobs.yml find "validate_-_inputsystem_-_2019_4_-_ubuntu"-job and change
"image: package-ci/ubuntu-20.04:default" to "image: package-ci/ubuntu-18.04:v4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know a lot about this. Do we need to change this to bypass any changes done by Wrench?

Loading