Skip to content

[YDBOcto#752] Update pipeline job to correspond to Octo Changes

Sam Habiel requested to merge shabiel/YDBOctoVistA:octo752-fix-pipeline into master

YDBOcto#752 (closed) removes implicit behavior for how vista.sql is located, and makes the location of various files explicit using the following optional CMake variables:

  • TEST_VISTA_INPUT_SQL - vista.sql that is genenrated by %YDBOCTOVISTAM
  • TEST_VISTA_INPUT_M - _YDBVISTAOCTOM.m
  • TEST_VISTA_INPUT_F - _YDBVISTAOCTOF.m
  • TEST_VISTA_INPUT_F_SQL - _YDBVISTAOCTOF.sql

Also, VISTA_ENV_FILE was renamed to be TEST_VISTA_ENV_FILE, and it is a required variable.

This commit here adds TEST_VISTA_INPUT_SQL to specify the vista.sql file explicitly.

Edited by Sam Habiel

Merge request reports