summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CI] Reduce GHA timeouts from 6h default (#14704)Rick Elrod2023-12-061-0/+6
* allow pytest --migrations to succeed (#14663)23.5.0Chris Meyers2023-11-171-0/+2
* Consolidate image and server setup in several checks (#14477)Alan Rominger2023-09-251-2/+13
* Remove conditional paths due to conflict with required checks (#14450)Alan Rominger2023-09-141-3/+0
* Fix continue-on-error GH actions bug, always run archive step insteadAlan Rominger2023-09-141-1/+2
* Continue workflow steps to save logs from failed tests (#14448)Alan Rominger2023-09-141-0/+1
* Enable collection integration tests on GHARick Elrod2023-09-051-0/+132
* Add check for building docsite (#14406)Alan Rominger2023-09-051-0/+3
* [CI] Update GHA actions to sate some warnings emitted by test infrastructure ...Rick Elrod2023-08-311-6/+6
* Allow running AWX checks on forks (#13938)Alan Rominger2023-05-021-1/+1
* Get rid of label because it is confusingAlan Rominger2023-02-031-9/+1
* Add help comments and reorg targets for separationAlan Rominger2023-02-031-3/+1
* Delete everything about py_version in CI workflowAlan Rominger2023-02-031-6/+4
* Consolidate CI logic with github_ci_runner targetAlan Rominger2023-02-031-47/+9
* Add comment about Ansible-core being installed by defaultAlan Rominger2022-12-211-0/+1
* Run sanity tests outside of our containerRick Elrod2022-12-211-3/+18
* Run collection sanity tests in CI (#13356)Alan Rominger2022-12-201-0/+3
* prevent unsupported locale setting error in GHAHao Liu2022-11-291-0/+1
* Automatically install setuptools-scm in script called from MakefileShane McDonald2022-07-221-1/+10
* Transition from setup.py to setup.cfgShane McDonald2022-06-271-1/+1
* Add a CI check for the development environmentShane McDonald2022-03-081-1/+31
* Split UI test runnixocio2022-03-031-3/+6
* Scope api schema.json to target branchShane McDonald2022-02-071-1/+1
* Workflow changes (#11692)John Westcott IV2022-02-071-144/+35
* Added verbosity to molecule logsMarcelo Moreira de Mello2022-01-221-1/+1
* Ensure docker pull commands fail gracefullyShane McDonald2021-12-081-1/+1
* Dont fail CI when pre-built images arent availableShane McDonald2021-11-101-6/+6
* Dont re-run CI after merging PRs into develShane McDonald2021-10-191-2/+0
* Add awx-operator CI checkShane McDonald2021-10-131-0/+38
* Add support for running CI checks directly on devel branchShane McDonald2021-08-181-21/+23
* Update ci.ymlShane McDonald2021-08-181-0/+2
* Dont fail when pre-built CI image is not availableShane McDonald2021-07-231-1/+1
* Split out UI test and linters into different GHA jobsShane McDonald2021-07-201-3/+27
* Port CI jobs to GitHub ActionsShane McDonald2021-07-201-0/+149