Skip to content

Commit

Permalink
rename master to main (#1587)
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <igarcia@suse.com>
  • Loading branch information
Itxaka committed Aug 9, 2022
1 parent 0e1c71a commit 0d1833a
Show file tree
Hide file tree
Showing 34 changed files with 102 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/build.yaml.gomplate
Expand Up @@ -1158,12 +1158,12 @@
# Set output parameters.
echo ::set-output name=tags::quay.io/costoolkit/framework:${P_VERSION}
- name: Set up QEMU
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v2.0.0
with:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v2.0.0
- name: Build
uses: docker/build-push-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/config/examples.yaml
Expand Up @@ -43,7 +43,7 @@ flavors:
- "test-deploys-images-recovery"
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
paths:
- 'conf/**'
Expand Down
8 changes: 4 additions & 4 deletions .github/config/master.yaml → .github/config/main.yaml
Expand Up @@ -11,7 +11,7 @@ flavors:
skip_build: false
skip_docker_build: true

pipeline: "master"
pipeline: "main"
publishing_pipeline: true
publish_cloud: false
publish_toolchain: true
Expand Down Expand Up @@ -47,7 +47,7 @@ flavors:

on:
push:
branches: ["master"]
branches: ["main"]
slack_on_failure: true
arm64:
&arm64
Expand All @@ -58,7 +58,7 @@ flavors:
skip_docker_build: true
luet_override: ""
luet_script_override: ""
pipeline: "master"
pipeline: "main"
publishing_pipeline: true
publish_cloud: false
publish_toolchain: false
Expand Down Expand Up @@ -88,7 +88,7 @@ flavors:

on:
push:
branches: [ "master" ]
branches: [ "main" ]
slack_on_failure: true
orange:
arches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autobump.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
include:
- upstream_branch: "master"
- upstream_branch: "main"
fork: "git@github.com:cos-ci-forks/cOS.git"
upstream_repo: "https://github.com/mudler/cOS"
name: "cOS"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-examples-teal-x86_64.yaml
Expand Up @@ -11,7 +11,7 @@ on:
- examples/**
push:
branches:
- master
- main
concurrency:
group: ci-Examples-teal-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
Expand Down
@@ -1,10 +1,10 @@
name: master-blue-arm64
name: main-blue-arm64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-blue-arm64:
Expand Down
@@ -1,10 +1,10 @@
name: master-blue-x86_64
name: main-blue-x86_64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-blue-x86_64:
Expand Down
@@ -1,10 +1,10 @@
name: master-green-arm64
name: main-green-arm64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-green-arm64:
Expand Down
@@ -1,10 +1,10 @@
name: master-green-x86_64
name: main-green-x86_64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-green-x86_64:
Expand Down
@@ -1,10 +1,10 @@
name: master-orange-arm64
name: main-orange-arm64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-orange-arm64:
Expand Down
@@ -1,10 +1,10 @@
name: master-orange-x86_64
name: main-orange-x86_64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-orange-x86_64:
Expand Down
@@ -1,10 +1,10 @@
name: master-teal-arm64
name: main-teal-arm64
on:
push:
branches:
- master
- main
concurrency:
group: ci-master-teal-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
group: ci-main-teal-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build-teal-arm64:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -767,7 +767,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down Expand Up @@ -875,7 +875,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow master-teal-arm64 failed on job ${{ github.job }}"
"text": "Workflow main-teal-arm64 failed on job ${{ github.job }}"
},
"accessory": {
"type": "button",
Expand Down

0 comments on commit 0d1833a

Please sign in to comment.