- Sep 18, 2024
-
-
Georges Racinet authored
-
- Sep 15, 2024
-
-
Georges Racinet authored
The idea is to run on triggered pipelines only in regular operation
-
Georges Racinet authored
If that is enough, it will spare us the morning retry after each Omnibus release build and open up more automation. Of course figuring why registry.h.n takes time between the image build/push and its retrievability would be nice, but would take unbounded time.
-
- Sep 13, 2024
-
-
Georges Racinet authored
-
Georges Racinet authored
-
- Sep 10, 2024
-
-
Georges Racinet authored
-
Georges Racinet authored
By restricting the run with `-m` to those tests that will not be skipped, it makes things clearer to follow. This became necessary because we now have conditional smoke tests (`test_real_runner` being the first case)
-
- Sep 06, 2024
-
-
Georges Racinet authored
-
- Sep 05, 2024
-
-
Georges Racinet authored
-
- Oct 01, 2022
-
-
Georges Racinet authored
It felt unnecessary to start afresh from a new project, hence we're promoting the existing MR settings tests to general project settings tests.
-
Georges Racinet authored
This is meant for other pages than 'General'.
-
- Jul 29, 2023
-
-
Georges Racinet authored
Noticed while working on RHGitaly `BlobService.GetBlob` (singular) that it was never called by running these functional tests. And, indeed, this uncovered a problem with `limit=0` as we were about to merge hgitaly!175
-
- Sep 19, 2023
-
-
Georges Racinet authored
-
- Sep 04, 2024
-
-
Georges Racinet authored
This should pass on Heptapod 17.2.0 and the later 17.1.1
-
- Aug 30, 2024
-
-
Georges Racinet authored
Goes with heptapod#1583
-
- Sep 04, 2024
-
-
Georges Racinet authored
Brings in more options in smoke tests with real runners, plus activation on foss.h.n and heptapod.host
-
Georges Racinet authored
This actually tests the Clever Cloud runner specificatlly running for the `heptapod` group, and it has its use-cases.
-
- Aug 29, 2024
-
-
Georges Racinet authored
Because of heptapod.host settings, we have to activate the shared runner for the test projects.
-
- Sep 04, 2024
-
-
Georges Racinet authored
It was probably not available at the time the previous version was written. In any case, now it is, and that is both stabler and faster.
-
Georges Racinet authored
Should have been done from the onset!
-
Georges Racinet authored
Depending on the instance settings, instance/group runners can be disabled by default. Also we are using a new fixture for these tests, which makes it even more explicit.
-
- Aug 29, 2024
-
-
Georges Racinet authored
-
Georges Racinet authored
-
Georges Racinet authored
It is simple, but still it witnesses that a job runs and succeeds, implying the whole apparatus (starting VMs and/or containers etc.)
-
Georges Racinet authored
-
Georges Racinet authored
The addition of the configuration file was driven by the need to test more instances. Now there is no reason for the *code* to be different for Clever Cloud, a default configuration does the same job cleanly.
-
Georges Racinet authored
The future tests for real runners will be launched depending on the `has_runner` flag in the smoke tests configuration file.
-
- Aug 25, 2024
-
-
Georges Racinet authored
-
- Aug 09, 2024
-
-
Georges Racinet authored
Previously, `TimeoutError` was raised (and not catched) before the check whether the current page is the one requiring password finalization. Using a dedicated exception rather than solving the condition in `sign_in_page_login()` so that it does not recurse and we do not risk an infinite loop.
-
- Aug 24, 2024
-
-
Georges Racinet authored
-
Georges Racinet authored
-
Georges Racinet authored
-
- Aug 23, 2024
-
-
Georges Racinet authored
-
Georges Racinet authored
The other Git tests push and pull with HTTP only
-
- Aug 19, 2024
-
-
Georges Racinet authored
After reproducing heptapod#714 with a browser, we tried with the API. It turns out there already was a test commiting files to a topic, and it does reproduce. Running the test with `--heptapod-hg-git` shows that it happens only with native repositories. It smells like a consequence of the drop of the conversion to Git
-
- Aug 22, 2024
-
-
Georges Racinet authored
-
- Aug 15, 2024
-
-
Georges Racinet authored
Like all such buttons, it is prone to be rendered in JavaScript (now or later), hence we have to wait for it.
-
Georges Racinet authored
Now that it has a `data-testid`, the value of the `href` itself could probably be removed from the xpath expression. Yet the present change is enough to fix CI.
-
- Aug 12, 2024
-
-
Georges Racinet authored
The API response `url` field is still despite the leading slash to be interpreted relatively to the project URL, but the latter is now a technical one, based on the project ID.
-
- Aug 13, 2024
-
-
Georges Racinet authored
-