Commit graph

16 commits

Author SHA1 Message Date
Jakub Rusz
4b3efa5414 pr_check: remove resources for notifications
This was suggested to us as fix for the deployment
2024-09-12 14:01:29 +02:00
regexowl
2ddfee409e test: Test with Node 20 only
This updates the test env to test with Node 20 only, pr_check is also updated to use Node 20.

The changes shouldn't affect users in any way, please let me know if you think it might.

There were common async flakes when using testing-library with Node 18, those often surfaced in gh actions / pr_check only and did not reproduce locally unless resources got limited (I can reproduce some flakes in Power Saver mode only, leading me to conclusion, that it's just async being mischievous). Switching to testing with Node 20 only should also allow us to re-enable some tests that got disabled specifically because them running with Node 18 ended up in a time out.
2024-09-03 21:54:47 +02:00
Sanne Raymaekers
f31842d2d0 pr_check: don't overwrite resource limits
Compliance needs the limits/requests to be set correctly.
2024-09-02 11:50:22 +02:00
Jakub Rusz
55d56a3198 pr_check: remove resource limits for pulp
This seems to be required in order to deploy without errors.
2024-06-18 16:41:29 +02:00
Jakub Rusz
fa12ff7588 Revert "pr_check: change --ref-env to insights-production"
This reverts commit e85789f58d.
It actually makes more sense to use insights-stage
2024-06-12 09:07:39 +02:00
Jakub Rusz
e85789f58d pr_check: change --ref-env to insights-production
As that's our target eventually and it fixes issues with
pulp/content-sources
2024-06-04 13:10:30 +02:00
Jakub Rusz
07022953ca pr_check: remove content-sources from the deployment 2024-02-02 12:44:11 +01:00
regexowl
c7a80d0e85 node: Bump NODE_BUILD_VERSION
This bumps NODE_BUILD_VERSION in `build_deploy` and `pr_check` scripts from the default 16 to version 18.
2024-01-24 11:44:39 +01:00
Jakub Rusz
0b0e732624 pr_check: change marker and increase timeout
I have set up a new marker "fe_pr_check" to select tests for the
pr_check here. I'm also increasing the timeout of the CJI pod.
2023-10-26 15:08:01 +02:00
Jakub Rusz
3984971a72 pr_check: Increase namespace reservation to 2h 2023-10-18 12:20:13 +02:00
Jakub Rusz
d66b013f5b pr_check: update to enable testing with MR image
We can now test using a test container built in a downstream MR.
2023-08-16 14:49:50 +02:00
Jakub Rusz
ca69a0cb1e pr_check: double the IQE CJI pod timeout 2023-06-15 11:03:43 +02:00
Jakub Rusz
e04be4d6d6 pr_check: add hms apps to deployment command
We now have tests that integrate with other hsm apps so we need to
deploy them in ephemeral environments as well.
2023-03-29 12:05:19 +02:00
Jakub Rusz
4ecaeca3c7 pr_check: use new combined iqe plugin
We have merged the frontend and backend plugins to one.
2022-12-08 09:03:40 +00:00
Jakub Rusz
eaf3685391 pr_check: add actual testing in ephemeral
It is now possible to run UI testing in ephemeral environment. This
script builds the frontend container, deploys image-builder with it's
frontend in ephemeral, runs the IQE test suite against that and reports
the result on the PR.
2022-11-28 17:26:32 +00:00
Jakub Rusz
5cbe45d95a Frontend container migration
Adding necessary scripts for migrating our frontend component to
container.
2022-10-18 17:12:09 +02:00