From 5045988c851b4a5eafaa4991f57ac0e9b0c691d2 Mon Sep 17 00:00:00 2001 From: Dave Langlois SSC <85115688+davelanglois-ssc@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:34:30 -0400 Subject: [PATCH] adding bootstrap and experimentation folders (#1) * adding bootstrap and experimentation folders * removed version tagging.yaml pipeline --- .azure-pipelines/version-tagging.yaml | 31 ------------------- bootstrap/.gitkeep | 0 csync/deploy/experimentation/.gitkeep | 0 .../experimentation/.gitkeep | 0 tier1/deploy/experimentation/.gitkeep | 0 .../experimentation/.gitkeep | 0 6 files changed, 31 deletions(-) delete mode 100644 .azure-pipelines/version-tagging.yaml create mode 100644 bootstrap/.gitkeep create mode 100644 csync/deploy/experimentation/.gitkeep create mode 100644 csync/source-customization/experimentation/.gitkeep create mode 100644 tier1/deploy/experimentation/.gitkeep create mode 100644 tier1/source-customization/experimentation/.gitkeep diff --git a/.azure-pipelines/version-tagging.yaml b/.azure-pipelines/version-tagging.yaml deleted file mode 100644 index c4ba2f9..0000000 --- a/.azure-pipelines/version-tagging.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# A pipeline to increment version tags for a git repo containing distinct packages - -# permissions: -# the build service account associated with this pipeline requires: -# - read -# - contribute -# - create tag - -trigger: - branches: - include: - - main - -pool: - vmImage: ubuntu-22.04 - -jobs: - - job: version_tagging - steps: - - checkout: self - persistCredentials: true - - - script: | - echo "Checking out git submodule with 'bash modupdate.sh' ..." - bash modupdate.sh - displayName: 'Checkout git submodule' - - - script: | - echo "Running 'bash tools/scripts/cicd/version-tagging.sh' ..." - bash tools/scripts/cicd/version-tagging.sh - displayName: 'Generate repository tags per packages' diff --git a/bootstrap/.gitkeep b/bootstrap/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/csync/deploy/experimentation/.gitkeep b/csync/deploy/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/csync/source-customization/experimentation/.gitkeep b/csync/source-customization/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tier1/deploy/experimentation/.gitkeep b/tier1/deploy/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tier1/source-customization/experimentation/.gitkeep b/tier1/source-customization/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29