From 473d41dcf1af3cb3d34063607436182437e63e47 Mon Sep 17 00:00:00 2001 From: Nitish Sharma <50713102+rednitish@users.noreply.github.com> Date: Thu, 16 Dec 2021 17:23:27 +0530 Subject: [PATCH 1/4] Update build.yml --- build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.yml b/build.yml index 4170ca4c7782..74fdecb55b6f 100644 --- a/build.yml +++ b/build.yml @@ -7,6 +7,7 @@ variants: files: included: - openshift_images/**/*.adoc + - modules/*.adoc - images/*.png - images/*.svg excluded: From b5b859abcef800d5cbc46d5d3b2b73ddc4f85e7e Mon Sep 17 00:00:00 2001 From: Nitish Sharma <50713102+rednitish@users.noreply.github.com> Date: Thu, 16 Dec 2021 19:57:47 +0530 Subject: [PATCH 2/4] Update build.yml --- build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yml b/build.yml index 74fdecb55b6f..c9f11933977c 100644 --- a/build.yml +++ b/build.yml @@ -7,7 +7,7 @@ variants: files: included: - openshift_images/**/*.adoc - - modules/*.adoc + - modules/**/*.adoc - images/*.png - images/*.svg excluded: From e9968fc41f89a44ce3f3aa6e0500c2b30d255cbb Mon Sep 17 00:00:00 2001 From: Nitish Sharma <50713102+rednitish@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:29:20 +0530 Subject: [PATCH 3/4] Rename build.yml to build_working.yml --- build.yml => build_working.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename build.yml => build_working.yml (100%) diff --git a/build.yml b/build_working.yml similarity index 100% rename from build.yml rename to build_working.yml From 41f2e5d010936020c3cdaf7afbb818edf031ff3f Mon Sep 17 00:00:00 2001 From: Nitish Sharma <50713102+rednitish@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:30:34 +0530 Subject: [PATCH 4/4] build.yml refactor build.yml refactor --- build.yml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 build.yml diff --git a/build.yml b/build.yml new file mode 100644 index 000000000000..268895dcacbc --- /dev/null +++ b/build.yml @@ -0,0 +1,78 @@ +repository: ocp-tests +variants: + - name: openshift-container-platform + attributes: + - _attributes/ocp-attributes.adoc + build: true + files: + included: + - welcome/**/*.adoc + - release_notes/**/*.adoc + - architecture/**/*.adoc + - installing/**/*.adoc + - post_installation_configuration/**/*.adoc + - updating/**/*.adoc + - support/**/*.adoc + - web_console/**/*.adoc + - cli_reference/**/*.adoc + - security/**/*.adoc + - authentication/**/*.adoc + - networking/**/*.adoc + - storage/**/*.adoc + - registry/**/*.adoc + - operators/**/*.adoc + - cicd/**/*.adoc + - openshift_images/**/*.adoc + - applications/**/*.adoc + - machine_management/**/*.adoc + - nodes/**/*.adoc + - windows_containers/**/*.adoc + - sandboxed_containers/**/*.adoc + - logging/**/*.adoc + - monitoring/**/*.adoc + - scalability_and_performance/**/*.adoc + - hardware_enablement/**/*.adoc + - backup_and_restore/**/*.adoc + - migrating_from_ocp_3_to_4/**/*.adoc + - migration_toolkit_for_containers/**/*.adoc + - rest_api/**/*.adoc + - service_mesh/**/*.adoc + - jaeger/**/*.adoc + - virt/**/*.adoc + - serverless/**/*.adoc + - modules/**/*.adoc + - images/*.png + - images/*.svg + excluded: + - contributing_to_docs/**/*.adoc + - mod_docs_guide/**/*.adoc + - rosa_architecture/**/*.adoc + - rosa_planning/**/*.adoc + - rosa_getting_started_sts/**/*.adoc + - rosa_getting_started/**/*.adoc + - adding_service_cluster/**/*.adoc + - rosa_cli/**/*.adoc + - cloud_infrastructure_access/**/*.adoc + - rosa_policy/**/*.adoc + - rosa_support/**/*.adoc + - osd_architecture/**/*.adoc + - osd_planning/**/*.adoc + - osd_quickstart/**/*.adoc + - administering_a_cluster/**/*.adoc + - osd_cluster_create/**/*.adoc + - upgrading/**/*.adoc + - osd_notifications/**/*.adoc + - osd_policy/**/*.adoc + - _unused_topics/**/*.adoc + - _package/**/* + - _stylesheets/**/* + - scripts/**/* + - _images/**/* + - _javascript/**/* + - _preview/**/* + - _snippets/**/* + - _templates/**/* + - _topic_maps/**/* + - .github/**/* + - .git/**/* + - .s2i/**/*