| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
upload the results for awx-collection separately
the rest of the tests can stay under awx
|
|
|
|
|
| |
* 🧪 Run sanity tests w/ `ansible-test-gh-action`
* 🧪 Upload sanity results to unified dashboard
|
|
|
| |
This is a follow up for #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>
|
| |
|
|
|
|
|
| |
The automatic discovery is currently unreliable.
Ref: https://github.com/codecov/codecov-cli/issues/500
|
|
|
|
| |
This is a variation of #15510, this time fixing the
`detect-schema-change` make target.
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
Disable dab-release GHA on fork Unless explicitly triggered
|
|
|
| |
To pass PR Check github action
|
|
|
|
| |
For safety
|
| |
|
| |
|
|
|
| |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
|
|
|
| |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
| |
Supress docker pull output in checks
|
|
|
|
|
| |
* Do not use cache in actual image build action
* Add cache args to kube prod builds
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
Delete e2e_test.yml
Remove because it's no longer being maintained
|
| |
|
|
|
| |
Related to https://github.com/ansible/awx-operator/pull/1823
|
|
|
|
| |
I made a mistake in https://github.com/ansible/awx/pull/15096. I realized afterwards that it must have been being consumed by the make target.
|
| |
|
|
|
|
| |
The promote workflow recently failed. Since this was just a problem with our automation, it would be nice if we didn't have to do another release just to fix our tooling.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Stage multi-arch awx image
- change CI to use `make awx-kube-build` instead of build playbook
- update staging CI to build and push multiarch awx image
- update doc to use `make awx-kube-build` to build awx image
- remove build playbook (no longer used)
|
|
|
| |
speed up CI, also AWX code change won't effect that test
|
| |
|
|
|
| |
Removing Podman var to use Docker again in the collection ci
|
|
|
|
| |
dependent on https://github.com/ansible/awx-ee/pull/235
|
|
|
| |
Promote multi-arch awx manifest
|
|
|
|
|
|
| |
build amd64 and ARM image for
- awx
- awx_devel
- awx_kube_devel
|
|
|
|
|
|
|
|
| |
The github workflow that we have set up for branch deletion doesn't work:
- the `on: delete` event does not support the `branches:` filter
- the `mode` flag for the aws_s3 module does not have `delete` as one
of the options. The proper option appears to be `delobj`.
|
|
|
| |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
|
|
|
| |
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
|
| |
|
|
|
|
| |
This has been broken since 20.0.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [CI] Reduce GHA timeouts from 6h default
The goal here is to never interfere with a real run (so most of the
timeout-minutes values seem rather high) but to avoid having 6h long
runs if something goes crazy and never ends.
Signed-off-by: Rick Elrod <rick@elrod.me>
* Do bash hackery instead
Signed-off-by: Rick Elrod <rick@elrod.me>
---------
Signed-off-by: Rick Elrod <rick@elrod.me>
|