]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Replace remaining references to master 2014/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 25 May 2022 15:18:58 +0000 (11:18 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 25 May 2022 15:18:58 +0000 (11:18 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-dev-container-only/config/definitions/ceph-dev-container-only.yml
ceph-setup/config/definitions/ceph-setup.yml
ceph-tag/config/definitions/ceph-tag.yml
jenkins-job-builder/build/build
jenkins-job-builder/config/definitions/jjb.yml
mita-deploy/config/definitions/mita-deploy.yml

index 596e58f4c19d5ca8e67e002d1b89e25151ae6509..df50de79d23fae9c7ba0e99f27a0e58b8e358ded 100644 (file)
@@ -59,7 +59,7 @@
       - string:
           name: BRANCH
           description: "The git branch (or tag) to build.  NOTE: This branch must already be built and packages pushed to a chacra node!"
-          default: master
+          default: main
 
       - string:
           name: SHA1
@@ -88,7 +88,7 @@
       - string:
           name: CONTAINER_BRANCH
           description: "For CI_CONTAINER: Branch of ceph-container to use"
-          default: master
+          default: main
 
       - string:
           name: CONTAINER_REPO_HOSTNAME
index c3e9281f3ffb0f534ed5ab798cf1bd87d61c9c2f..82d96a11fa93967517f63705f075185d4b17aa5b 100644 (file)
@@ -32,7 +32,7 @@
           wipe-workspace: true
           basedir: "ceph-build"
           branches:
-            - origin/master
+            - origin/main
 
     builders:
       - shell:
index 26f76bb08074afb2803013a94f4b5cfd138e615b..79d2fdb10ed9b7caa79608afa4d0d436edae5781 100644 (file)
@@ -18,7 +18,7 @@
       - string:
           name: BRANCH
           description: "The git BRANCH to build (e.g., pacific)"
-          default: master
+          default: main
 
       - bool:
           name: TAG
index 3f293b9406d401f7a9ba1829c75acff1e4395b6f..d4ddd901a41ad5c794e8dc76c37b36d094091935 100644 (file)
@@ -17,7 +17,7 @@ install_python_packages $TEMPVENV "pkgs[@]" latest
 # Wipe out JJB's cache if $FORCE is set.
 [ "$FORCE" = true ] && rm -rf "$HOME/.cache/jenkins_jobs/"
 
-# Each jenkins master will write its own config file when the
+# Each jenkins controller will write its own config file when the
 # jenkins-job-builder gets run
 JENKINS_FQDN=$(echo $JENKINS_URL | awk -F/ '{print $3}')
 JJB_CONFIG="$HOME/.jenkins_jobs.$JENKINS_FQDN.ini"
@@ -50,7 +50,7 @@ for dir in `find . -maxdepth 1 -path ./.git -prune -o -type d -print`; do
             JJB_CONFIG="$HOME/.jenkins_jobs.jenkins.ceph.com.ini"
         fi
 
-        # Each jenkins-job-builder job should only update the master
+        # Each jenkins-job-builder job should only update the controller
         # that started it.  This prevents collisions.
         if [[ "$JJB_CONFIG" == "$HOME/.jenkins_jobs.$JENKINS_FQDN.ini" ]]; then
             # Test the definitions first
@@ -64,10 +64,10 @@ for dir in `find . -maxdepth 1 -path ./.git -prune -o -type d -print`; do
     fi
 done
 
-# Set JJB_CONFIG back to the one our master wrote so the var can be used in the deletion task below
+# Set JJB_CONFIG back to the one our controller wrote so the var can be used in the deletion task below
 JJB_CONFIG="$HOME/.jenkins_jobs.$JENKINS_FQDN.ini"
 
-# Delete jobs our master has that didn't get job xml written during `jenkins-jobs test`
+# Delete jobs our controller has that didn't get job xml written during `jenkins-jobs test`
 # jenkins-job-builder doesn't get a config written so we `grep -v it` so it doesn't get deleted.
 for JOB in $(curl -s https://$JENKINS_FQDN/api/json | jq -r '.jobs[].name' | grep -v jenkins-job-builder | sort); do
     if [ ! -f $TEMPDIR/$JOB ]; then
index ae245d5773f035bf65de26a942e1bc8bfe31a93c..78ba6a660a120020331fadec8b761ce3730e71b2 100644 (file)
@@ -20,7 +20,7 @@
           description: "
 If this is unchecked, then JJB will use its cache to update jobs. This makes this JJB job run faster, but it could cause JJB to fail to update some Jenkins jobs if the jobs have been changed outside of this JJB job's workflow. (This is the default.)
 
-If this is checked, JJB will wipe out its cache and force each job to align with the configurations in master."
+If this is checked, JJB will wipe out its cache and force each job to align with the configurations in main."
 
     triggers:
       - github
@@ -39,7 +39,7 @@ If this is checked, JJB will wipe out its cache and force each job to align with
       - git:
           url: https://github.com/ceph/ceph-build
           branches:
-            - master
+            - main
           browser: auto
           timeout: 20
 
index 01ddb1e4305e9d945bca5f2282ada84bfaaff7b4..5db71d2431dbe41daaa3333c050ad63dc2aa6453 100644 (file)
@@ -4,7 +4,7 @@
       - git:
           url: https://github.com/ceph/mita.git
           branches:
-            - master
+            - main
           browser: auto
           timeout: 20
           skip-tag: true
@@ -29,8 +29,8 @@
     parameters:
       - string:
           name: BRANCH
-          description: "The git branch (or tag) to build, defaults to 'master'"
-          default: "master"
+          description: "The git branch (or tag) to build, defaults to 'main'"
+          default: "main"
     scm:
       - mita