Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Create workflow yml for github actions #61

Merged
merged 5 commits into from
Jun 25, 2020
Merged

Conversation

sujen1412
Copy link
Collaborator

@sujen1412 sujen1412 commented Jun 24, 2020

This creates a github action that will trigger the downstream gitlab CI correctly.
Relates to MAAP-Project/Community#66

Future TODO: Move to github completely bu using the self hosted github runner.
Blocker : Need Dockerfile without keys

@sujen1412 sujen1412 marked this pull request as ready for review June 25, 2020 05:21
@sujen1412 sujen1412 changed the title WIP: Create workflow yml for github actions Create workflow yml for github actions Jun 25, 2020
@sujen1412 sujen1412 changed the base branch from master to develop June 25, 2020 05:22
@sujen1412 sujen1412 changed the base branch from develop to master June 25, 2020 05:22
@sujen1412 sujen1412 requested review from echyam and mayadebellis June 25, 2020 05:23
Copy link
Contributor

@mayadebellis mayadebellis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Copy link
Contributor

@echyam echyam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@mayadebellis mayadebellis merged commit 529d7af into master Jun 25, 2020
@mayadebellis mayadebellis deleted the gitlab-trigger-test branch June 25, 2020 21:36
mayadebellis added a commit that referenced this pull request Jun 25, 2020
* fix proxy-ticket error

* npm build error fix

* Fix EDSC URL Issue (#56)

* cherry pick env changes

* fix last cherry pick commit

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* move show_ssh_info bucket_name setting to handlers.py

* remove bucket_name const from funcs.ts

* Update README.md

* Update README.md

* Update README.md

* 2.3 release (#59)

* source bashrc in entrypoint

* submit jobs request propagate returned  error messages

* get request response json

* catch nonzero exit subprocess on git status if not register code not in repo

* typo

* catch subprocess nonzero exit in defaultvalues handler

* report no git repo error to user

* don't convert inputs to lower case

* register algo config req params check for none

* register commit check for r and matlab file exts

* update architecture docs for submit jobs, add for dps info

* add toastify error on register responses

* toastify error for other submit jobs requests

* dependency

* copy bashrc to bash_profile in entrypoint

* add toastify error for default vals in register

* testing register result

* more register toastify errors

Co-authored-by: echyam <[email protected]>

* Create workflow yml for github actions (#61)

* Create workflow yml for github actions

* Update typo in secrets

* Trigger gitlab ci pipeline

* Add stable tag in push trigger

* Update GITHUB_REF var name

Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: echyam <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Elizabeth Yam <[email protected]>
echyam added a commit that referenced this pull request Aug 3, 2020
* update dev w changes to master (#62)
* fix proxy-ticket error
* npm build error fix
* Fix EDSC URL Issue (#56)
* cherry pick env changes
* fix last cherry pick commit
* Update README.md
* move show_ssh_info bucket_name setting to handlers.py
* remove bucket_name const from funcs.ts
* Update README.md

* 2.3 release (#59)
* source bashrc in entrypoint
* submit jobs request propagate returned  error messages
* get request response json
* catch nonzero exit subprocess on git status if not register code not in repo
* typo
* catch subprocess nonzero exit in defaultvalues handler
* report no git repo error to user
* don't convert inputs to lower case
* register algo config req params check for none
* register commit check for r and matlab file exts
* update architecture docs for submit jobs, add for dps info
* copy bashrc to bash_profile in entrypoint
* add toastify error for default vals in register
* testing register result
* more register toastify errors
Co-authored-by: echyam <[email protected]>

* Create workflow yml for github actions (#61)
* Create workflow yml for github actions

* Update typo in secrets
* Trigger gitlab ci pipeline
* Add stable tag in push trigger
* Update GITHUB_REF var name
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: echyam <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Elizabeth Yam <[email protected]>
* remove all package-lock files
* remove all tsc dependencies and change to typescript
* master -> dev merge reversed change to remove handler
* fix imports
* fix job display, rm extraneous console logging
* Upgrade jlab2 (#63)
* dps_info to jlab2
* edsc to jlab2
* hide side panel to jlab2
* insert defaults to notebook to jlab2
* insert defaults tsconfig syntax
* maapsec to jlab2
* pull projects to jlab2
* show ssh info to jlab2
* submit jobs to jlab2
* user meta form to jlab2
* dps magic to jlab2
* ipycmc to jlab2
* revert toastify version
* try toastify v3
* log if dps info and insert defaults activate successfully
* update icon to work in jlab v2

* Dev docs (#64)
* update dev docs for each extension
* submit_jobs minor cleanup and update CAS profile ticket attribute name
* update labextension install and Che stack config
* fix missing refs in submit jobs handler, return basic joblist if DPS doesn't give job details
* fix dps panel for jlab2
* fix DPS UI widget for jlab2 wip
* add installation list and dependencies to README
* readme type, put maap-py library installation note before serverextension install commands
* fix clickable job lists and add job metrics to side panel
* dynamically get username from profile in dps info
* revert dps_info readme

Co-authored-by: Maya DeBellis <[email protected]>
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
gllewellyn19 pushed a commit that referenced this pull request Jun 10, 2021
* Create workflow yml for github actions

* Update typo in secrets

* Trigger gitlab ci pipeline

* Add stable tag in push trigger

* Update GITHUB_REF var name
gllewellyn19 pushed a commit that referenced this pull request Jun 10, 2021
* update dev w changes to master (#62)
* fix proxy-ticket error
* npm build error fix
* Fix EDSC URL Issue (#56)
* cherry pick env changes
* fix last cherry pick commit
* Update README.md
* move show_ssh_info bucket_name setting to handlers.py
* remove bucket_name const from funcs.ts
* Update README.md

* 2.3 release (#59)
* source bashrc in entrypoint
* submit jobs request propagate returned  error messages
* get request response json
* catch nonzero exit subprocess on git status if not register code not in repo
* typo
* catch subprocess nonzero exit in defaultvalues handler
* report no git repo error to user
* don't convert inputs to lower case
* register algo config req params check for none
* register commit check for r and matlab file exts
* update architecture docs for submit jobs, add for dps info
* copy bashrc to bash_profile in entrypoint
* add toastify error for default vals in register
* testing register result
* more register toastify errors
Co-authored-by: echyam <[email protected]>

* Create workflow yml for github actions (#61)
* Create workflow yml for github actions

* Update typo in secrets
* Trigger gitlab ci pipeline
* Add stable tag in push trigger
* Update GITHUB_REF var name
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: echyam <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Elizabeth Yam <[email protected]>
* remove all package-lock files
* remove all tsc dependencies and change to typescript
* master -> dev merge reversed change to remove handler
* fix imports
* fix job display, rm extraneous console logging
* Upgrade jlab2 (#63)
* dps_info to jlab2
* edsc to jlab2
* hide side panel to jlab2
* insert defaults to notebook to jlab2
* insert defaults tsconfig syntax
* maapsec to jlab2
* pull projects to jlab2
* show ssh info to jlab2
* submit jobs to jlab2
* user meta form to jlab2
* dps magic to jlab2
* ipycmc to jlab2
* revert toastify version
* try toastify v3
* log if dps info and insert defaults activate successfully
* update icon to work in jlab v2

* Dev docs (#64)
* update dev docs for each extension
* submit_jobs minor cleanup and update CAS profile ticket attribute name
* update labextension install and Che stack config
* fix missing refs in submit jobs handler, return basic joblist if DPS doesn't give job details
* fix dps panel for jlab2
* fix DPS UI widget for jlab2 wip
* add installation list and dependencies to README
* readme type, put maap-py library installation note before serverextension install commands
* fix clickable job lists and add job metrics to side panel
* dynamically get username from profile in dps info
* revert dps_info readme

Co-authored-by: Maya DeBellis <[email protected]>
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants