Hao Liu
9ec7540c4b
Common setup-python in github action ( #15901 )
2025-04-03 11:14:52 -04:00
Hao Liu
2389fc691e
Common action for setup ssh agent in GHA ( #15902 )
2025-04-03 11:14:33 -04:00
Alan Rominger
5668973d70
Allow schema generation on-demand ( #15885 )
2025-03-11 13:49:02 -04:00
Hao Liu
e6434454ce
Fix CI schema gen ( #15886 )
...
Fix schema gen failure
```
ERROR: invalid empty ssh agent socket: make sure SSH_AUTH_SOCK is set
```
2025-03-11 16:57:36 +00:00
Hao Liu
8145de3917
Switch to ssh key for private requirements_git ( #15838 )
2025-02-17 23:58:12 -05:00
Hao Liu
c886f57119
Continue if pre-warm cache fail in container build ( #15835 )
...
Continue if pre-warm cache fail
2025-02-13 21:16:25 -05:00
Hao Liu
2e9fd7bd67
Fix git credential for devel_image build ( #15834 )
2025-02-13 16:08:57 -05:00
Hao Liu
f8ff48fe5c
Add ability to provide token for private repo for requirements_git in container build ( #15831 )
...
Add ability to provide auth to private repo for requirements_git
2025-02-12 19:20:13 +00:00
Hao Liu
e7440c6074
Publish image base on git repo name instead of hard coded to AWX ( #15828 )
2025-02-10 20:12:06 +00:00
Alan Rominger
26346d237d
Fix rsyslog permission error in github ubuntu tests from apparmor ( #15717 )
...
* Add test to detect rsyslog config problems
* Get dmesg output
* Disable apparmor for rsyslogd
2025-02-05 08:38:55 -05:00
Alan Rominger
534c312328
Use upload artifact v4
...
unique-ify name
psh, who needs loops
Folder management
Extracts into current path
2025-01-23 16:56:19 -05:00
Alan Rominger
2657ea840b
Disable color logs in CI ( #15719 )
...
* Disable color logs in CI
* Disable management command color
2025-01-02 16:19:59 -05:00
Alan Rominger
65b104e1f9
Upload container logs for live tests ( #15713 )
...
* Upload container logs for live tests
* Get rid of dash that does nothing
2024-12-18 20:17:01 +00:00
Alan Rominger
1a35775c25
Create a new pytest folder for live system testing with normal services ( #15688 )
...
* PoC for running dev env tests
* Replace in github actions
* Try non interactive
* Move folder to better location
* Further streamlining of new test folders
* Consolidate fixture, add writeup docs
* Use star import
* Push the wait-for-job to the conftest
2024-12-06 09:20:26 -05:00
Chris Meyers
51b1fa412d
Install awx collection from branch for operator ci
2024-11-07 15:17:06 -05:00
jessicamack
42420ebde6
remove oauth use
2024-10-16 10:50:34 -04:00
Rick Elrod
dbe6fcc4e7
Fix CI for newer debian image ( #15583 )
...
* Fix CI for newer debian image
Signed-off-by: Rick Elrod <rick@elrod.me>
* Missed one
Signed-off-by: Rick Elrod <rick@elrod.me>
---------
Signed-off-by: Rick Elrod <rick@elrod.me>
2024-10-14 17:49:48 -04:00
jessicamack
7db7abcd65
Upload the test results for awx-collection to dashboard ( #15543 )
...
upload the results for awx-collection separately
the rest of the tests can stay under awx
2024-09-20 15:44:39 -04:00
Sviatoslav Sydorenko (Святослав Сидоренко)
2fdb776ce7
🧪 Run sanity tests w/ ansible-test-gh-action ( #15539 )
...
* 🧪 Run sanity tests w/ `ansible-test-gh-action`
* 🧪 Upload sanity results to unified dashboard
2024-09-17 19:06:36 -04:00
Sviatoslav Sydorenko (Святослав Сидоренко)
ce2b8e9a9e
🧪 🚑 Fix escaping EOLs in curl invocation ( #15538 )
...
This is a follow up for #15532 .
2024-09-17 20:58:58 +00:00
Sviatoslav Sydorenko (Святослав Сидоренко)
cf25a09323
🧪 Upload ansible-test coverage to Codecov ( #15527 )
2024-09-17 16:45:06 -04:00
jessicamack
eccc32cbad
Upload API unit test results to dashboard ( #15532 )
...
* update ci to upload test report
* Update .github/workflows/ci.yml
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Update .github/workflows/ci.yml
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Update .github/workflows/ci.yml
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Update .github/workflows/ci.yml
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Update .github/workflows/ci.yml
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
---------
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
2024-09-17 15:23:11 -04:00
Sviatoslav Sydorenko (Святослав Сидоренко)
66e7210ba4
🧪 Upload coverage from the rest of CI jobs ( #15526 )
2024-09-17 09:53:56 -04:00
Andrew Klychkov
c9ae36804a
Remove ML remnants from docs ( #15500 )
2024-09-16 09:31:16 +01:00
Sviatoslav Sydorenko (Святослав Сидоренко)
abdc669e50
🧪 Pass specific report files to codecov-cli ( #15520 )
...
The automatic discovery is currently unreliable.
Ref: https://github.com/codecov/codecov-cli/issues/500
2024-09-13 21:11:11 -04:00
Sviatoslav Sydorenko (Святослав Сидоренко)
d0cc2a1658
🧪 🚑 Fix checking schema in CI on merge ( #15514 )
...
This is a variation of #15510 , this time fixing the
`detect-schema-change` make target.
2024-09-13 16:19:35 -04:00
Sviatoslav Sydorenko (Святослав Сидоренко)
6bfe76d6d1
🧪 🚑 Fix running awx image in CI on merge ( #15510 )
...
This is a variation of #15509 , fixing the `run_awx_devel` in-tree
action this time.
2024-09-13 18:42:48 +00:00
Sviatoslav Sydorenko (Святослав Сидоренко)
a9b0d9f2e5
🧪 🚑 Fix fetching the CI image on merges ( #15509 )
2024-09-13 18:18:19 +00:00
Sviatoslav Sydorenko (Святослав Сидоренко)
a5de4652b9
🧪 Upload the devel branch coverage to Codecov ( #15507 )
2024-09-13 17:25:30 +00:00
Sviatoslav Sydorenko (Святослав Сидоренко)
090511e65b
🧪 Gather coverage @ CI and upload to Codecov ( #15499 )
2024-09-13 10:46:48 -04:00
John Barker
8a1d1e9c12
Remove references to IRC & Google Groups ( #15480 )
...
Signed-off-by: John Barker <john@johnrbarker.com>
2024-08-30 09:21:45 -04:00
Hao Liu
78f345c486
Remove old UI ( #15414 )
...
* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
2024-08-22 13:48:56 -04:00
Seth Foster
a41766090e
Make ui_next the default UI ( #15405 )
...
Change django url dispatcher to serve up ui_next files instead of old ui files
Old UI will not be served with this change
Github CI still runs old ui tests (to be removed in another PR)
Remove the Github workflows that build old UI
---------
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
2024-07-29 15:13:09 -04:00
TVo
018f235a64
Replaced all references of downstream docs to upstream docs ( #15388 )
...
* Replaced all references of downstream docs to upstream docs.
* Update README.md
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update README.md.j2
Co-authored-by: Don Naro <dnaro@redhat.com>
* Update README.md.j2
Co-authored-by: Don Naro <dnaro@redhat.com>
* Incorpor'd review feedback from @oraNod and @samccann
* Updated with agreed link (for now) until further change is needed.
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
2024-07-24 07:54:43 -06:00
Alan Rominger
fa670e2d7f
Upgrade to v4 checkout, hide output ( #15322 )
2024-07-19 15:33:11 -04:00
Hao Liu
9e5babc093
Fix ui-next build for release staging GHA ( #15383 )
2024-07-18 13:26:07 -04:00
Hao Liu
c71e2524ed
Disable dab-release GHA on fork unless explicitly triggered ( #15382 )
...
Disable dab-release GHA on fork Unless explicitly triggered
2024-07-18 14:55:52 +00:00
Hao Liu
48b4c62186
Update DAB update automation PR template ( #15376 )
...
To pass PR Check github action
2024-07-18 10:24:47 -04:00
Hao Liu
7697b6a69b
Pin 3rd party action at SHA
...
For safety
2024-07-17 22:58:15 +02:00
Chris Meyers
22a491c32c
Put DAB version in the PR title
2024-07-17 15:10:25 -04:00
Chris Meyers
cbd9dce940
Run at 6 am every day
2024-07-17 15:10:25 -04:00
Chris Meyers
a4fdcc1cca
Update .github/workflows/dab-release.yml
...
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
2024-07-17 15:10:25 -04:00
Chris Meyers
df95439008
Update .github/workflows/dab-release.yml
...
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
2024-07-17 15:10:25 -04:00
Chris Meyers
acd834df8b
Check and update django-ansible-base
...
* Check upstream django-ansible-base releases. If the version upstream
does not match the version we are pinned to then submit a PR with the
upstream version.
2024-07-17 15:10:25 -04:00
Hao Liu
5a2091f7bf
Build new/old UI with different nodejs version ( #15368 )
2024-07-16 13:18:47 -04:00
Alan Rominger
00ba1ea569
Suppress docker pull output in checks ( #15323 )
...
Supress docker pull output in checks
2024-07-03 15:04:59 -04:00
Alan Rominger
a70b0c1ddc
Do not use cache in github image build action ( #15308 )
...
* Do not use cache in actual image build action
* Add cache args to kube prod builds
2024-06-28 09:52:59 -04:00
Hao Liu
af6ccdbde5
Fix galaxy publishing ( #15233 )
...
- switch to galaxy search API for determining if the version we want to publish already exist
- switch from github action variable to env var for easier copy and paste testing
2024-05-28 15:27:34 -04:00
Hao Liu
892410477a
Fix promote from release event ( #15215 )
2024-05-22 18:58:11 +00:00
Hao Liu
158314af50
Delete deprecated Cypress UI e2e_test.yml ( #15155 )
...
Delete e2e_test.yml
Remove because it's no longer being maintained
2024-04-29 12:58:10 -04:00