-
Notifications
You must be signed in to change notification settings - Fork 12
initial attempt to move ci checks to their own jobs #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
jay-oswald
wants to merge
66
commits into
main
Choose a base branch
from
ci-individual-jobs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 4 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
bbdf5af
initial attempt to move ci checks to their own jobs
jay-oswald d378331
always skip anchor job
jay-oswald e2e3b5e
remove anchor jobs, they didn't work as needed
jay-oswald 61a404d
use newer version of artifacts
jay-oswald 5c56672
remove phpunit check from single setup
jay-oswald 6edd338
move behat into matrix, only install in matrix
jay-oswald 4da880f
fix release needs
jay-oswald 24dd3ce
build dockerfiles for moodle versions
jay-oswald 53ea796
publish containers
jay-oswald 7a4bb21
consume new containers
jay-oswald 3e034de
fix container name
jay-oswald 3bb30a7
move container name generator to php
jay-oswald b9e5e16
fixing privacy of containers
jay-oswald 8a2e05b
remove login step, make single setup single run directly on container
jay-oswald 254fc14
fix publish workflow
jay-oswald a4561b0
use proper container name
jay-oswald 04ce235
use build action
jay-oswald e008593
branch to lower
jay-oswald f05228d
fix container name
jay-oswald 3398f6e
fix python
jay-oswald d4ede6c
auctally use container name
jay-oswald cae5452
fix composer build
jay-oswald 56f71ef
go back to composer installs
jay-oswald 1e058d9
go back to cli to build
jay-oswald 1df9083
add npm
jay-oswald 265e59e
add workspace folder
jay-oswald 0280e3d
remove woring directory from prepare matrix
jay-oswald 6162e56
add auth to container
jay-oswald 918efe0
fix container name
jay-oswald 48ac85f
fix container runs on
jay-oswald b4a3307
change path of ci
jay-oswald 4e4cd3f
fix container usage
jay-oswald 2568bad
use proper moodle directory everywhere
jay-oswald ecfaf1f
run individual checks directly
jay-oswald 0e96a42
remove last refrence to single-setup
jay-oswald e456a9a
try removing workspace
jay-oswald 8628068
fix needs needs: prepare_matrix
jay-oswald b67a57a
hardcode container image
jay-oswald 12cbc9e
fix output properly
jay-oswald 514b82a
make all run in container, add plugin path
jay-oswald fff4fbe
init plugin ci every time
jay-oswald 81acb34
remove cpd
jay-oswald 9b3be4d
remove ignore-paths
jay-oswald 3e54e22
adding db details even though were doing no-init
jay-oswald a1c8823
db type typo
jay-oswald 1231da3
add db to codechecker
jay-oswald ac15942
add support for databases
jay-oswald 9873f2a
dynamically get pgsql version
jay-oswald ba31b24
remove install, run directly
jay-oswald 06d7c82
access db by name
jay-oswald d706d48
add more php extenstions
jay-oswald b1420b7
fix version in includes
jay-oswald d68d34e
fix node build/install
jay-oswald 241ebb5
change node version, add pgsql to validate
jay-oswald 9983688
set max input vars
jay-oswald 3d81a28
seperate behat
jay-oswald 4e4747b
fix release requirements
jay-oswald 3fca485
install grunt, fix names, ci install for mustache
jay-oswald 84c1b71
behat fixes
jay-oswald ea765e2
run mustache globally
jay-oswald 205d2bb
remove docker groupadd
jay-oswald 3c5736b
add behat root config
jay-oswald 0a405ae
grunt debug
jay-oswald 2b4924f
re-install grunt cli, path to moodle
jay-oswald a2a8952
behat and grunt fixes
jay-oswald 07073ff
grunt npm install, mustache verbose
jay-oswald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This uses the deprecated
set-outputcommand. Update to the newer syntax:echo \"COMPOSER_VERSION=--1\" >> $GITHUB_OUTPUT