summaryrefslogtreecommitdiffstats
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Install awx collection from branch for operator ciChris Meyers2024-11-071-0/+2
|
* remove oauth usejessicamack2024-10-161-1/+2
|
* Fix CI for newer debian image (#15583)Rick Elrod2024-10-143-1/+20
| | | | | | | | | | | | | * 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 test results for awx-collection to dashboard (#15543)jessicamack2024-09-201-1/+7
| | | | | upload the results for awx-collection separately the rest of the tests can stay under awx
* 🧪 Run sanity tests w/ ansible-test-gh-action (#15539)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-181-48/+35
| | | | | * 🧪 Run sanity tests w/ `ansible-test-gh-action` * 🧪 Upload sanity results to unified dashboard
* 🧪🚑 Fix escaping EOLs in `curl` invocation (#15538)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-171-4/+4
| | | This is a follow up for #15532.
* 🧪 Upload ansible-test coverage to Codecov (#15527)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-171-1/+65
|
* Upload API unit test results to dashboard (#15532)jessicamack2024-09-171-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 🧪 Upload coverage from the rest of CI jobs (#15526)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-171-2/+0
|
* 🧪 Pass specific report files to `codecov-cli` (#15520)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-141-0/+4
| | | | | The automatic discovery is currently unreliable. Ref: https://github.com/codecov/codecov-cli/issues/500
* 🧪🚑 Fix checking schema in CI on merge (#15514)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-1/+4
| | | | This is a variation of #15510, this time fixing the `detect-schema-change` make target.
* 🧪 Upload the `devel` branch coverage to Codecov (#15507)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-0/+3
|
* 🧪 Gather coverage @ CI and upload to Codecov (#15499)Sviatoslav Sydorenko (Святослав Сидоренко)2024-09-131-2/+44
|
* Remove old UI (#15414)Hao Liu2024-08-223-8/+3
| | | | | | * Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
* Make ui_next the default UI (#15405)Seth Foster2024-07-292-23/+0
| | | | | | | | | | | | | 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>
* Upgrade to v4 checkout, hide output (#15322)Alan Rominger2024-07-199-17/+48
|
* Fix ui-next build for release staging GHA (#15383)Hao Liu2024-07-181-4/+12
|
* Disable dab-release GHA on fork unless explicitly triggered (#15382)Hao Liu2024-07-181-0/+1
| | | | | Disable dab-release GHA on fork Unless explicitly triggered
* Update DAB update automation PR template (#15376)Hao Liu2024-07-181-0/+8
| | | To pass PR Check github action
* Pin 3rd party action at SHAHao Liu2024-07-171-2/+2
| | | | For safety
* Put DAB version in the PR titleChris Meyers2024-07-171-1/+1
|
* Run at 6 am every dayChris Meyers2024-07-171-1/+1
|
* Update .github/workflows/dab-release.ymlChris Meyers2024-07-171-1/+1
| | | Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Update .github/workflows/dab-release.ymlChris Meyers2024-07-171-1/+1
| | | Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Check and update django-ansible-baseChris Meyers2024-07-171-0/+48
| | | | | | * 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.
* Build new/old UI with different nodejs version (#15368)Hao Liu2024-07-161-3/+13
|
* Suppress docker pull output in checks (#15323)Alan Rominger2024-07-032-4/+4
| | | Supress docker pull output in checks
* Do not use cache in github image build action (#15308)Alan Rominger2024-06-281-0/+1
| | | | | * Do not use cache in actual image build action * Add cache args to kube prod builds
* Fix galaxy publishing (#15233)Hao Liu2024-05-281-5/+8
| | | | - 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
* Fix promote from release event (#15215)Hao Liu2024-05-221-1/+1
|
* Delete deprecated Cypress UI e2e_test.yml (#15155)Hao Liu2024-04-291-75/+0
| | | | | Delete e2e_test.yml Remove because it's no longer being maintained
* Use latest awx-ee in devel CI (#15098)Hao Liu2024-04-121-0/+1
|
* Store molecule debug output to github artifacts (#15107)Hao Liu2024-04-121-0/+10
| | | Related to https://github.com/ansible/awx-operator/pull/1823
* Revert accidental line deletionShane McDonald2024-04-101-0/+1
| | | | 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.
* Fix awxkit uploads when re-running promote workflowShane McDonald2024-04-101-1/+2
|
* Allow for manually restarting promote workflowShane McDonald2024-04-101-10/+24
| | | | 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.
* Check galaxy collection with and without redirectHao Liu2024-04-101-4/+6
|
* Publish amd64 and arm64 awx image on release (#15053)24.2.0Hao Liu2024-04-092-41/+63
| | | | | | | | | * 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)
* Skip replicas test for awx-operator (#14987)Hao Liu2024-03-131-1/+1
| | | speed up CI, also AWX code change won't effect that test
* Allow for manually starting workflow to build devel images (#14955)Shane McDonald2024-03-061-0/+1
|
* Removing Podman to use Docker again in the collection ci (#14938)Cesar Francisco San Nicolas Martinez2024-02-281-4/+0
| | | Removing Podman var to use Docker again in the collection ci
* Publish multi-arch versioned awx-ee23.9.0Hao Liu2024-02-272-6/+6
| | | | dependent on https://github.com/ansible/awx-ee/pull/235
* Publish multi-arch manifest of awx (#14929)Hao Liu2024-02-261-5/+9
| | | Promote multi-arch awx manifest
* Multi-arch build for AWX images in ghcr.io (#14899)Hao Liu2024-02-201-23/+40
| | | | | | build amd64 and ARM image for - awx - awx_devel - awx_kube_devel
* Fix the persistent breakage when cleaning up branches23.8.1Jeff Bradberry2024-02-151-8/+4
| | | | | | | | 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`.
* Update .github/workflows/stage.ymlChristian Adams2024-02-141-2/+2
| | | Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Update .github/workflows/stage.ymlChristian Adams2024-02-141-1/+1
| | | Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
* Build multi-arch awx-operator images when releasingChristian M. Adams2024-02-141-11/+17
|
* Build the source distribution bundle to also upload to PyPIJeff Bradberry2024-01-111-1/+1
| | | | This has been broken since 20.0.1.
* [CI] Reduce GHA timeouts from 6h default (#14704)Rick Elrod2023-12-0611-0/+18
| | | | | | | | | | | | | | | | | * [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>