diff --git a/.github/workflows/release-generate-ci.yaml b/.github/workflows/release-generate-ci.yaml index fee8c8af..1d903aaa 100644 --- a/.github/workflows/release-generate-ci.yaml +++ b/.github/workflows/release-generate-ci.yaml @@ -381,30 +381,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[backstage-plugins - release-v1.18] Create Konflux PR' - run: | - set -x - repo="backstage-plugins" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -429,30 +405,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[backstage-plugins - release-v1.19] Create Konflux PR' - run: | - set -x - repo="backstage-plugins" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -477,30 +429,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[backstage-plugins - release-v1.20] Create Konflux PR' - run: | - set -x - repo="backstage-plugins" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/backstage-plugins - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -765,30 +693,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[client - release-v1.18] Create Konflux PR' - run: | - set -x - repo="client" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -813,30 +717,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[client - release-v1.19] Create Konflux PR' - run: | - set -x - repo="client" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -861,30 +741,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[client - release-v1.20] Create Konflux PR' - run: | - set -x - repo="client" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/client - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1125,30 +981,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-integrations - release-v1.18] Create Konflux PR' - run: | - set -x - repo="eventing-integrations" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1173,30 +1005,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-integrations - release-v1.19] Create Konflux PR' - run: | - set -x - repo="eventing-integrations" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1221,30 +1029,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-integrations - release-v1.20] Create Konflux PR' - run: | - set -x - repo="eventing-integrations" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-integrations - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1509,30 +1293,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-istio - release-v1.18] Create Konflux PR' - run: | - set -x - repo="eventing-istio" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1557,30 +1317,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-istio - release-v1.19] Create Konflux PR' - run: | - set -x - repo="eventing-istio" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1605,30 +1341,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-istio - release-v1.20] Create Konflux PR' - run: | - set -x - repo="eventing-istio" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-istio - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1893,30 +1605,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-kafka-broker - release-v1.18] Create Konflux PR' - run: | - set -x - repo="eventing-kafka-broker" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1941,30 +1629,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-kafka-broker - release-v1.19] Create Konflux PR' - run: | - set -x - repo="eventing-kafka-broker" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -1989,30 +1653,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing-kafka-broker - release-v1.20] Create Konflux PR' - run: | - set -x - repo="eventing-kafka-broker" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing-kafka-broker - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -2277,30 +1917,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing - release-v1.18] Create Konflux PR' - run: | - set -x - repo="eventing" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -2325,30 +1941,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing - release-v1.19] Create Konflux PR' - run: | - set -x - repo="eventing" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -2373,30 +1965,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[eventing - release-v1.20] Create Konflux PR' - run: | - set -x - repo="eventing" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/eventing - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -3045,30 +2613,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[kn-plugin-func - release-v1.18] Create Konflux PR' - run: | - set -x - repo="kn-plugin-func" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -3093,30 +2637,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[kn-plugin-func - release-v1.19] Create Konflux PR' - run: | - set -x - repo="kn-plugin-func" - branch="sync-konflux-release-v1.19" - target_branch="release-v1.19" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -3141,30 +2661,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[kn-plugin-func - release-v1.20] Create Konflux PR' - run: | - set -x - repo="kn-plugin-func" - branch="sync-konflux-release-v1.20" - target_branch="release-v1.20" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/kn-plugin-func - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} @@ -4029,30 +3525,6 @@ jobs: fi gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update OWNERS file" --body "Update OWNERS file" || true working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/serving - - env: - GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} - if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref_name == 'main' }} - name: '[serving - release-v1.18] Create Konflux PR' - run: | - set -x - repo="serving" - branch="sync-konflux-release-v1.18" - target_branch="release-v1.18" - git remote add fork "https://github.com/serverless-qe/$repo.git" || true # ignore: already exists errors - remote_exists=$(git ls-remote --heads fork "$branch") - if [ -z "$remote_exists" ]; then - # remote doesn't exist. - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f || exit 1 - fi - git fetch fork "$branch" - if git diff --quiet "fork/$branch" "$branch"; then - echo "Branches are identical. No need to force push." - else - git push "https://serverless-qe:${GH_TOKEN}@github.com/serverless-qe/$repo.git" "$branch:$branch" -f - fi - gh pr create --base "$target_branch" --head "serverless-qe:$branch" --title "[$target_branch] Update Konflux configurations" --body "Update Konflux components and pipelines" || true - working-directory: ./src/github.com/openshift-knative/hack/openshift-knative/serving - env: GH_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} GITHUB_TOKEN: ${{ secrets.SERVERLESS_QE_ROBOT }} diff --git a/config/backstage-plugins.yaml b/config/backstage-plugins.yaml index 5acf7572..8b9b18d1 100644 --- a/config/backstage-plugins.yaml +++ b/config/backstage-plugins.yaml @@ -36,8 +36,9 @@ config: version: "4.14" promotion: {} release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true @@ -49,8 +50,9 @@ config: version: "4.14" promotion: {} release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true @@ -62,8 +64,9 @@ config: version: "4.14" promotion: {} release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true diff --git a/config/client.yaml b/config/client.yaml index 44222d88..36114147 100644 --- a/config/client.yaml +++ b/config/client.yaml @@ -42,8 +42,9 @@ config: version: "4.20" promotion: {} release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false imageOverrides: - name: CLI_ARTIFACTS pullSpec: brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0 @@ -57,8 +58,9 @@ config: version: "4.20" promotion: {} release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false imageOverrides: - name: CLI_ARTIFACTS pullSpec: brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0 @@ -72,8 +74,9 @@ config: version: "4.20" promotion: {} release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false imageOverrides: - name: CLI_ARTIFACTS pullSpec: brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0 diff --git a/config/eventing-integrations.yaml b/config/eventing-integrations.yaml index 9f01999a..ad64dcaa 100644 --- a/config/eventing-integrations.yaml +++ b/config/eventing-integrations.yaml @@ -72,8 +72,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-integrations-aws-ddb-streams-source - .*eventing-integrations-aws-s3-sink @@ -96,8 +97,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-integrations-aws-ddb-streams-source - .*eventing-integrations-aws-s3-sink @@ -120,8 +122,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-integrations-aws-ddb-streams-source - .*eventing-integrations-aws-s3-sink diff --git a/config/eventing-istio.yaml b/config/eventing-istio.yaml index 00711a4a..4040ed76 100644 --- a/config/eventing-istio.yaml +++ b/config/eventing-istio.yaml @@ -43,8 +43,9 @@ config: version: "4.14" promotion: {} release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true @@ -56,8 +57,9 @@ config: version: "4.14" promotion: {} release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - useClusterPool: true version: "4.20" @@ -65,8 +67,9 @@ config: version: "4.14" promotion: {} release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - useClusterPool: true version: "4.20" diff --git a/config/eventing-kafka-broker.yaml b/config/eventing-kafka-broker.yaml index 3be23f48..0b4cf043 100644 --- a/config/eventing-kafka-broker.yaml +++ b/config/eventing-kafka-broker.yaml @@ -64,8 +64,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-kafka-broker-receiver - .*eventing-kafka-broker-dispatcher @@ -82,8 +83,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-kafka-broker-receiver - .*eventing-kafka-broker-dispatcher @@ -96,8 +98,9 @@ config: skipDockerFilesMatches: - .*hermetic.* release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false javaImages: - .*eventing-kafka-broker-receiver - .*eventing-kafka-broker-dispatcher diff --git a/config/eventing.yaml b/config/eventing.yaml index 02b5c2f5..42148678 100644 --- a/config/eventing.yaml +++ b/config/eventing.yaml @@ -47,8 +47,9 @@ config: version: "4.14" promotion: {} release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true @@ -60,8 +61,9 @@ config: version: "4.14" promotion: {} release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true @@ -73,8 +75,9 @@ config: version: "4.14" promotion: {} release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true diff --git a/config/kn-plugin-func.yaml b/config/kn-plugin-func.yaml index 985c7a6f..7ce53042 100644 --- a/config/kn-plugin-func.yaml +++ b/config/kn-plugin-func.yaml @@ -42,24 +42,27 @@ config: version: "4.20" promotion: {} release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - skipCron: true useClusterPool: true version: "4.20" promotion: {} release-v1.19: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - skipCron: true useClusterPool: true version: "4.20" promotion: {} release-v1.20: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - skipCron: true useClusterPool: true diff --git a/config/serving.yaml b/config/serving.yaml index c302be60..91e98d62 100644 --- a/config/serving.yaml +++ b/config/serving.yaml @@ -53,8 +53,9 @@ config: - perf-tests$ - .*e2e-tls$ release-v1.18: + dependabotEnabled: false konflux: - enabled: true + enabled: false openShiftVersions: - candidateRelease: true onDemand: true