Skip to content

chore: Bump version for automation-flavors#344#1850

Merged
porridge merged 1 commit into
masterfrom
bump-automation-flavors-versions-pr-344
Jun 9, 2026
Merged

chore: Bump version for automation-flavors#344#1850
porridge merged 1 commit into
masterfrom
bump-automation-flavors-versions-pr-344

Conversation

@rhacs-bot

Copy link
Copy Markdown
Contributor

Auto-generated: Bump automation-flavors version for https://github.com/stackrox/automation-flavors/pull/344.

@rhacs-bot rhacs-bot requested a review from a team as a code owner June 9, 2026 08:49
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 5658c0f4-c49c-4ec6-ac16-dd0cfd0ab0fc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-automation-flavors-versions-pr-344

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rhacs-bot

Copy link
Copy Markdown
Contributor Author

A single node development cluster (infra-pr-1850) was allocated in production infra for this PR.

CI will attempt to deploy quay.io/rhacs-eng/infra-server: to it.

🔌 You can connect to this cluster with:

gcloud container clusters get-credentials infra-pr-1850 --zone us-central1-a --project acs-team-temp-dev

🛠️ And pull infractl from the deployed dev infra-server with:

nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

🚲 You can then use the dev infra instance e.g.:

bin/infractl -k -e localhost:8443 whoami

⚠️ Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted. ⚠️

Further Development

☕ If you make changes, you can commit and push and CI will take care of updating the development cluster.

🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:

make helm-deploy

Logs

Logs for the development infra depending on your @redhat.com authuser:

Or:

kubectl -n infra logs -l app=infra-server --tail=1 -f

@porridge

porridge commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

How do I test my change @tommartensen ? 🤔

[infra]$ bin/infractl -k -e localhost:8443 create openshift-4 mo-fix-test --arg OPENSHIFT_VERSION=ocp/stable-4.23
Error: bad parameter argument "OPENSHIFT_VERSION=ocp/stable-4.23": key is invalid format

@porridge

porridge commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Also, is this expected?

[infra]$ bin/infractl -k -e localhost:8443 flavor list
Error: rpc error: code = PermissionDenied desc = access denied
[infra]$ bin/infractl -k -e localhost:8443 flavor get openshift-4
Error: rpc error: code = PermissionDenied desc = access denied
[infra]$ bin/infractl -k -e localhost:8443 whoami
Anonymous
[infra]$ 

@tommartensen

Copy link
Copy Markdown
Contributor
gcloud container clusters get-credentials infra-pr-1850 --zone us-central1-a --project acs-team-temp-dev
nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

Then go to UI and copy the token and export INFRA_TOKEN=.... There are separate dev and prod tokens.

Then you should be able to make authenticated calls.

Like creating the cluster

bin/infractl -e localhost:8443 -k create ocp-4 --arg openshift-version=ocp/stable-4.23

@porridge

porridge commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Alright, I didn't realize I could access the UI on that port! 🤦🏻
Please consider mentioning this in the message from the bot above.

Anyway, the test LGTM:

2026-06-09T11:13:01.940112179Z + curl --location --retry 5 --retry-all-errors --fail -o openshift-install-linux.tar.gz https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.23/openshift-install-linux.tar.gz
2026-06-09T11:13:01.939419695Z >>> Fetching the OpenShift 4.x install client.
2026-06-09T11:13:01.940128913Z /tmp /data
2026-06-09T11:13:01.940135638Z Downloading https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.23/openshift-install-linux.tar.gz to openshift-install-linux.tar.gz
2026-06-09T11:13:01.962695977Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2026-06-09T11:13:01.962788712Z                                  Dload  Upload   Total   Spent    Left  Speed
2026-06-09T11:13:02.532555943Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:02.532611493Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:02.532625729Z Warning: Problem (retrying all errors). Will retry in 1 seconds. 5 retries 
2026-06-09T11:13:02.532631804Z Warning: left.
2026-06-09T11:13:03.883303157Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:03.883952831Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:03.883997381Z Warning: Problem (retrying all errors). Will retry in 2 seconds. 4 retries 
2026-06-09T11:13:03.884034762Z Warning: left.
2026-06-09T11:13:06.232717277Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:06.232760549Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:06.232770114Z Warning: Problem (retrying all errors). Will retry in 4 seconds. 3 retries 
2026-06-09T11:13:06.232775848Z Warning: left.
2026-06-09T11:13:10.648785536Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:10.649369947Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:10.649418560Z Warning: Problem (retrying all errors). Will retry in 8 seconds. 2 retries 
2026-06-09T11:13:10.649436346Z Warning: left.
2026-06-09T11:13:19.007786107Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:19.007834819Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:19.007985351Z Warning: Problem (retrying all errors). Will retry in 16 seconds. 1 retries 
2026-06-09T11:13:19.007999639Z Warning: left.
2026-06-09T11:13:35.436333395Z 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    52    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2026-06-09T11:13:35.436714192Z curl: (22) The requested URL returned error: 404
2026-06-09T11:13:35.725043339Z time=2026-06-09T11:13:35.724Z level=INFO msg="file signal handler exiting due to context cancellation" argo=true
2026-06-09T11:13:35.725154175Z time=2026-06-09T11:13:35.724Z level=INFO msg="sub-process exited" argo=true error="exit status 22"
2026-06-09T11:13:35.725178135Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" argo=true srcPath=/data/auth/kubeconfig
2026-06-09T11:13:35.725185957Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" argo=true srcPath=/data/auth/kubeadmin-password
2026-06-09T11:13:35.725193193Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" argo=true srcPath=/data/url
2026-06-09T11:13:35.725199750Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" argo=true srcPath=/data/dotenv
2026-06-09T11:13:35.725205201Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" srcPath=/data/ssh/SSH_ACCESS.md argo=true
2026-06-09T11:13:35.725210983Z time=2026-06-09T11:13:35.724Z level=INFO msg="no need to save artifact - on overlapping volume" argo=true srcPath=/data
2026-06-09T11:13:35.727349637Z Error: exit status 22

@porridge porridge merged commit 0a0a53e into master Jun 9, 2026
12 checks passed
@porridge porridge deleted the bump-automation-flavors-versions-pr-344 branch June 9, 2026 11:15
@tommartensen

Copy link
Copy Markdown
Contributor

Please consider mentioning this in the message from the bot above.

@porridge Done in #1851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants