Skip to content
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

change Python versions in test matrix #685

Merged
merged 28 commits into from
Jul 31, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c23d167
CI #673 change test matrix
prjemian Jul 30, 2022
26bf6e5
DOC #673
prjemian Jul 30, 2022
55d16d6
CI #673 move into archive
prjemian Jul 30, 2022
8fdd8d4
CI #673 disable temporarily
prjemian Jul 30, 2022
552d89d
CI #673 install the catalogs and verify
prjemian Jul 30, 2022
74f30de
CI #673 add missing key
prjemian Jul 30, 2022
9703955
CI #673 cache & restore catalog setup
prjemian Jul 30, 2022
aa704ee
CI #673 pwd matters
prjemian Jul 30, 2022
bca547b
CI #673 restore by name
prjemian Jul 30, 2022
df8d0e8
CI #673 where are they?
prjemian Jul 30, 2022
48f609c
CI #673 directory placement
prjemian Jul 30, 2022
248daf1
CI #673 control the archive content
prjemian Jul 31, 2022
174c527
CI #673 check the catalog
prjemian Jul 31, 2022
a17bbfb
CI #673 restore remainder of workflow
prjemian Jul 31, 2022
a68b08c
CI #673 links
prjemian Jul 31, 2022
7951c37
CI #673 rename archive, chop out commented code
prjemian Jul 31, 2022
8122c08
CI #673 show catalog length as databroker functional test
prjemian Jul 31, 2022
62d88ad
CI #673 pin mongoquery version
prjemian Jul 31, 2022
0193da6
CI #673 nsls2forge channel for newer mongoquery
prjemian Jul 31, 2022
5c82cdf
CI #673 repo priorities
prjemian Jul 31, 2022
1dccc6c
CI #673 flexible priorities
prjemian Jul 31, 2022
8c2eda7
CI 673 switch brnach of action to gain feature
prjemian Jul 31, 2022
9f35450
DOC #673 explain so correction isn't removed later
prjemian Jul 31, 2022
fb0731c
CI #673 sort `ls` in chrono
prjemian Jul 31, 2022
a69eefe
TST #673 apply diagnostics
prjemian Jul 31, 2022
769b071
TST #673 adjust the assertions
prjemian Jul 31, 2022
f28ad41
CI #673
prjemian Jul 31, 2022
b537b7d
CI #673 restore workflows
prjemian Jul 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ jobs:
printenv | sort

- name: Directories before Docker
run: ls -lAFgh ~/
run: ls -lAFghrt ~/

- name: Start EPICS IOCs in Docker
run: |
@@ -119,7 +119,7 @@ jobs:
ls -lAFgh /tmp/docker_ioc/iocgp/

- name: Directories after Docker
run: ls -lAFgh ~/
run: ls -lAFghrt ~/

- name: Confirm EPICS IOC is available via caget
shell: bash -l {0}