You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚙️ Fix update-client CI so it uses the correct versions of the artifact upload/download actions (#103)
<!--
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors.
All rights reserved.
SPDX-License-Identifier: Proprietary
-->
### Description
<!--
Please add any detail or context that would be useful to a reviewer.
-->
Fix update-client CI so it uses the correct versions of the artifact
upload/download actions. I also pinned it to the specific versions since
I noticed that they weren't setup properly.
### Test Coverage
<!--
Please put an `x` in the correct box e.g. `[x]` to indicate the testing
coverage of this change.
-->
- [ ] This change is covered by existing or additional automated tests.
- [ ] Manual testing has been performed (and evidence provided) as
automated testing was not feasible.
- [x] Additional tests are not required for this change (e.g.
documentation update).
---------
Co-authored-by: joshjennings98 <joshjennings98@users.noreply.github.com>
Co-authored-by: joshjennings98 <9078300+joshjennings98@users.noreply.github.com>
*FPGAJobsAPI* | [**DownloadFpgaJobArtefact**](docs/FPGAJobsAPI.md#downloadfpgajobartefact) | **Get** /fpga-jobs/{jobName}/artefacts/{artefactName}/artefact | Download the artefact for the corresponding FPGA job.
156
+
*FPGAJobsAPI* | [**DownloadSpecificFpgaJobArtefact**](docs/FPGAJobsAPI.md#downloadspecificfpgajobartefact) | **Get** /fpgas/{fpgaName}/jobs/{jobName}/artefacts/{artefactName}/artefact | Download the artefact for the corresponding FPGA job.
156
157
*FPGAJobsAPI* | [**GetCurrentFpgaJob**](docs/FPGAJobsAPI.md#getcurrentfpgajob) | **Get** /fpgas/{fpgaName}/current-job | Return the job currently handled by the FPGA.
157
158
*FPGAJobsAPI* | [**GetFpgaJob**](docs/FPGAJobsAPI.md#getfpgajob) | **Get** /fpga-jobs/{jobName} | Return the status of a FPGA job.
158
159
*FPGAJobsAPI* | [**GetFpgaJobArtefactManager**](docs/FPGAJobsAPI.md#getfpgajobartefactmanager) | **Get** /fpga-jobs/{jobName}/artefacts/{artefactName} | Get the job's artefact manager for the artefact named `artefactName`.
*FPGAJobsAPI* | [**GetSpecificFpgaJob**](docs/FPGAJobsAPI.md#getspecificfpgajob) | **Get** /fpgas/{fpgaName}/jobs/{jobName} | Return a job handled by the FPGA.
162
+
*FPGAJobsAPI* | [**GetSpecificFpgaJobArtefactManager**](docs/FPGAJobsAPI.md#getspecificfpgajobartefactmanager) | **Get** /fpgas/{fpgaName}/jobs/{jobName}/artefacts/{artefactName} | Get the FPGA job's artefact manager for the artefact named `artefactName`.
*FPGAJobsAPI* | [**ListFPGAJobs**](docs/FPGAJobsAPI.md#listfpgajobs) | **Get** /fpgas/{fpgaName}/jobs/ | List all jobs associated with this FPGA.
161
165
*FPGAJobsAPI* | [**ListFPGAPastJobs**](docs/FPGAJobsAPI.md#listfpgapastjobs) | **Get** /fpgas/{fpgaName}/past-jobs/ | List all past jobs associated with this FPGA.
162
166
*FPGAJobsAPI* | [**ListFPGAQueuedJobs**](docs/FPGAJobsAPI.md#listfpgaqueuedjobs) | **Get** /fpgas/{fpgaName}/queued-jobs/ | List all jobs associated with this FPGA and currently queued up.
163
167
*FPGAJobsAPI* | [**ListFPGAsJobs**](docs/FPGAJobsAPI.md#listfpgasjobs) | **Get** /fpga-jobs/ | List all jobs performed by FPGAs.
164
168
*FPGAJobsAPI* | [**ListFpgaJobArtefactManagers**](docs/FPGAJobsAPI.md#listfpgajobartefactmanagers) | **Get** /fpga-jobs/{jobName}/artefacts/ | Get the list of artefact managers for the given job.
169
+
*FPGAJobsAPI* | [**ListSpecificFpgaJobArtefactManagers**](docs/FPGAJobsAPI.md#listspecificfpgajobartefactmanagers) | **Get** /fpgas/{fpgaName}/jobs/{jobName}/artefacts/ | Get the list of artefact managers for the given FPGA job.
*FPGAJobsAPI* | [**RetainFpgaJob**](docs/FPGAJobsAPI.md#retainfpgajob) | **Post** /fpga-jobs/{jobName}/retain | Update how long an FPGA job will be retained before automatic deletion.
167
172
*FPGAJobsAPI* | [**StartFpgaJob**](docs/FPGAJobsAPI.md#startfpgajob) | **Post** /fpgas/{fpgaName} | Initiate a job on an FPGA.
0 commit comments