Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions head
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b8374df12b9c1361b0e12aa7dd906127dca1800
6 changes: 3 additions & 3 deletions upstream/.ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: nodejs-18
namespace: openshift
tag: latest
name: console-plugin-test-cypress
namespace: ci
tag: node20-yarn4
2 changes: 1 addition & 1 deletion upstream/.github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"branchPrefix": "osp-mintmaker/",
"enabledManagers": [
"tekton",
"dockerfile",
Expand All @@ -15,6 +14,7 @@
"konflux",
"mintmaker"
],
"ignorePaths": ["upstream/**"],
"autoApprove": true,
"packageRules": [
{
Expand Down
22 changes: 18 additions & 4 deletions upstream/.github/workflows/publish_container_image.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,41 @@
name: publish container images
name: Build and Publish Container

on:
push:
branches:
- main
- release-v* # example: release-v1.14
- main_ocp_4.22
tags: ['v*']
pull_request:
branches:
- main
- main_ocp_4.22
workflow_dispatch:

jobs:
setup:
name: build container
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout source code
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Enable Corepack
run: corepack enable

- uses: docker/setup-buildx-action@v3

- name: Login in to ghcr.io registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -41,5 +55,5 @@ jobs:
run: ./scripts/build_container.sh
env:
SUPPORT_MULTI_ARCH: "true"
CONSOLE_PLUGIN_IMAGE_REPO: 'ghcr.io/${{ github.repository }}'
CONSOLE_PLUGIN_IMAGE_TAG: '${{ github.ref_name }}'
CONSOLE_PLUGIN_IMAGE_REPO: ${{ github.event_name == 'pull_request' && format('ttl.sh/{0}/console-plugin-pr-{1}', github.repository, github.event.pull_request.number) || format('ghcr.io/{0}', github.repository) }}
CONSOLE_PLUGIN_IMAGE_TAG: ${{ github.event_name == 'pull_request' && '24h' || github.ref_name }}
3 changes: 2 additions & 1 deletion upstream/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ integration-tests/screenshots
yarn-error.log
.DS_Store
*.pem
integration-tests/cypress-a11y-report.json
integration-tests/cypress-a11y-report.json
.yarn/*
Empty file removed upstream/.konflux/.placeholder
Empty file.
3 changes: 0 additions & 3 deletions upstream/.konflux/README.md

This file was deleted.

Empty file.
33 changes: 0 additions & 33 deletions upstream/.konflux/dockerfiles/console-plugin.Dockerfile

This file was deleted.

Empty file.
10 changes: 0 additions & 10 deletions upstream/.konflux/rpms/rpms.in.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions upstream/.konflux/rpms/rpms.lock.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions upstream/.konflux/rpms/ubi.repo

This file was deleted.

Loading